COLOR #0F0019

HEX: #0F0019
RGB: (15,0,25)

Renk bilgisi

#0F0019 contains only red and blue colors. #0F0019 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#0F0019 color RGB value is (15,0,25).

  • kırmız ton 15;
  • yeşil ton 0;
  • mavi ton 25.
RGB:
(15,0,25)
(6%,0%,10%)

RGB bağlantıları ve doygunluk

R 15 of 255 = 6%
G 0 of 255 = 0%
B 25 of 255 = 10%

15
0
25

R + G + B ~ 5%. #0F0019 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
15 + 0 + 25 = 40 (100%)
R 15 of 40 ~ 37.5%
G 0 of 40 ~ 0%
B 25 of 40 ~ 62.5%

%37.5
%62.5

CMYK RENK MODELİ

#0F0019 rengi CMYK tonu (40,100,0,90).

  • camgöbeği tonu 40.00%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 90.20%
CMYK:
(40,100,0,90)
C40M100Y0K90 
(40%,100%,0%,90%)
(0.40/1.00/0.00/0.90)	

CMYK yüzdeleri

%40
%100
%0
%90.2

Codes

Color #0F0019 in popluar color models

0F0019
RGB15025
HSL276°100.00%4.90%
HSB/HSV276°100.00%9.80%
CMYK40.00%100.00%0.00%
90.20%

Color #0F0019 in popluar number systems.

HEX0F0019
Decimal15025
Binary1111011001
Octal17031

Shades and tints

Shades of #0F0019

#0F0019
(15,0,25)
#0E0017
(14,0,23)
#0D0015
(13,0,21)
#0C0013
(12,0,19)
#0B0011
(11,0,17)
#0A000F
(10,0,15)
#09000D
(9,0,13)
#08000B
(8,0,11)
#070009
(7,0,9)
#060007
(6,0,7)
#050005
(5,0,5)
#000000
(0,0,0)

Tints of #0F0019

#0F0019
(15,0,25)
#24172D
(36,23,45)
#392E41
(57,46,65)
#4E4555
(78,69,85)
#635C69
(99,92,105)
#78737D
(120,115,125)
#8D8A91
(141,138,145)
#A2A1A5
(162,161,165)
#B7B8B9
(183,184,185)
#CCCFCD
(204,207,205)
#E1E6E1
(225,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F0019 color. Also use rgb(15,0,25) instead hex code.

Text Font Color

.myTextColor { color: #0F0019; }

<p style="color:#0F0019">This sample text font color is #0F0019.</p>

This text font color is #0F0019.


Background Color

.myBgColor { background-color: #0F0019; }

<div style="background-color:#0F0019">Inner text</div>

This div background color is #0F0019.


Border color

.myBorderColor { border: 1px solid #0F0019; }

<div style="border:3px solid #0F0019">Div</div>

This div border color is #0F0019.


Opacity

.myOpacity80 { color: #0F0019; opacity: 0.8; }

<p style="color:#0F0019;opacity:0.8;">80%</p>

Text with #0F0019 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0F0019;}

<p style="text-shadow: 3px 3px 1px #0F0019">Text here.</p>

This text has shadow with #0F0019 color.

.textShadow {text-shadow: 3px 3px 1px #0F0019, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0F0019, 5px 5px 20px red">Text here.</p>

This text has shadow with #0F0019 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F0019, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0F0019, Direction=45, Strength=4)">Text</p>

This text has shadow with #0F0019 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0F0019;
  -webkit-box-shadow:	1px 1px 3px 2px #0F0019;
  box-shadow:		1px 1px 3px 2px #0F0019;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F0019;
-webkit-box-shadow: 1px 1px 3px 2px #0F0019;
box-shadow:1px 1px 3px 2px #0F0019;">
Div content here</div>
This div box has shadow with color #0F0019.

Preview

Color preview on black background

This text has color #0F0019 on black background.


Color preview on white background

This text has color #0F0019 on white background.



Black color preview on #0F0019 background

This text has black color on #0F0019 background.


White color preview on #0F0019 background

This text has white color on #0F0019 background.