COLOR #0F190F

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

Color info

#0F190F contains red, green and blue colors in about the same proportion. Web safe color of #0F190F is #000000 (or #000).

RGB color model

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

  • red value is 15;
  • green value is 25;
  • blue value is 15.
RGB:
(15,25,15)
(6%,10%,6%)

RGB channels and saturation

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

15
25
15

R + G + B ~ 7%. #0F190F is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 25 + 15 = 55 (100%)
R 15 of 55 ~ 27.27%
G 25 of 55 ~ 45.45%
B 15 of 55 ~ 27.27%

%27.27
%45.45
%27.27

CMYK color model

#0F190F color CMYK value is (40,0,40,90).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 90.20%
CMYK:
(40,0,40,90)
C40M0Y40K90 
(40%,0%,40%,90%)
(0.40/0.00/0.40/0.90)	

CMYK percentages

%40
%0
%40
%90.2

Codes

Color #0F190F in popluar color models

0F190F
RGB152515
HSL120°25.00%7.84%
HSB/HSV120°40.00%9.80%
CMYK40.00%0.00%40.00%
90.20%

Color #0F190F in popluar number systems.

HEX0F190F
Decimal152515
Binary1111110011111
Octal173117

Shades and tints

Shades of #0F190F

#0F190F
(15,25,15)
#0E170E
(14,23,14)
#0D150D
(13,21,13)
#0C130C
(12,19,12)
#0B110B
(11,17,11)
#0A0F0A
(10,15,10)
#090D09
(9,13,9)
#080B08
(8,11,8)
#070907
(7,9,7)
#060706
(6,7,6)
#050505
(5,5,5)
#000000
(0,0,0)

Tints of #0F190F

#0F190F
(15,25,15)
#242D24
(36,45,36)
#394139
(57,65,57)
#4E554E
(78,85,78)
#636963
(99,105,99)
#787D78
(120,125,120)
#8D918D
(141,145,141)
#A2A5A2
(162,165,162)
#B7B9B7
(183,185,183)
#CCCDCC
(204,205,204)
#E1E1E1
(225,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F190F; }

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

This text font color is #0F190F.


Background Color

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

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

This div background color is #0F190F.


Border color

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

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

This div border color is #0F190F.


Opacity

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

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

Text with #0F190F 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 #0F190F;}

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

This text has shadow with #0F190F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F190F on black background.


Color preview on white background

This text has color #0F190F on white background.



Black color preview on #0F190F background

This text has black color on #0F190F background.


White color preview on #0F190F background

This text has white color on #0F190F background.