COLOR #0F1309

HEX: #0F1309
RGB: (15,19,9)

Color info

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

RGB color model

#0F1309 color RGB value is (15,19,9).

  • red value is 15;
  • green value is 19;
  • blue value is 9.
RGB:
(15,19,9)
(6%,7%,4%)

RGB channels and saturation

R 15 of 255 = 6%
G 19 of 255 = 7%
B 9 of 255 = 4%

15
19
9

R + G + B ~ 6%. #0F1309 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 19 + 9 = 43 (100%)
R 15 of 43 ~ 34.88%
G 19 of 43 ~ 44.19%
B 9 of 43 ~ 20.93%

%34.88
%44.19
%20.93

CMYK color model

#0F1309 color CMYK value is (21,0,53,93).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 92.55%
CMYK:
(21,0,53,93)
C21M0Y53K93 
(21%,0%,53%,93%)
(0.21/0.00/0.53/0.93)	

CMYK percentages

%21.05
%0
%52.63
%92.55

Codes

Color #0F1309 in popluar color models

0F1309
RGB15199
HSL84°35.71%5.49%
HSB/HSV84°52.63%7.45%
CMYK21.05%0.00%52.63%
92.55%

Color #0F1309 in popluar number systems.

HEX0F1309
Decimal15199
Binary1111100111001
Octal172311

Shades and tints

Shades of #0F1309

#0F1309
(15,19,9)
#0E1209
(14,18,9)
#0D1109
(13,17,9)
#0C1009
(12,16,9)
#0B0F09
(11,15,9)
#0A0E09
(10,14,9)
#090D09
(9,13,9)
#080C09
(8,12,9)
#070B09
(7,11,9)
#060A09
(6,10,9)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #0F1309

#0F1309
(15,19,9)
#24281F
(36,40,31)
#393D35
(57,61,53)
#4E524B
(78,82,75)
#636761
(99,103,97)
#787C77
(120,124,119)
#8D918D
(141,145,141)
#A2A6A3
(162,166,163)
#B7BBB9
(183,187,185)
#CCD0CF
(204,208,207)
#E1E5E5
(225,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1309; }

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

This text font color is #0F1309.


Background Color

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

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

This div background color is #0F1309.


Border color

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

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

This div border color is #0F1309.


Opacity

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

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

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

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

This text has shadow with #0F1309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1309 on black background.


Color preview on white background

This text has color #0F1309 on white background.



Black color preview on #0F1309 background

This text has black color on #0F1309 background.


White color preview on #0F1309 background

This text has white color on #0F1309 background.