COLOR #0F1202

HEX: #0F1202
RGB: (15,18,2)

Color info

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

RGB color model

#0F1202 color RGB value is (15,18,2).

  • red value is 15;
  • green value is 18;
  • blue value is 2.
RGB:
(15,18,2)
(6%,7%,1%)

RGB channels and saturation

R 15 of 255 = 6%
G 18 of 255 = 7%
B 2 of 255 = 1%

15
18
2

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

Portions of RGB colors in percentages

R + G + B =
15 + 18 + 2 = 35 (100%)
R 15 of 35 ~ 42.86%
G 18 of 35 ~ 51.43%
B 2 of 35 ~ 5.71%

%42.86
%51.43

CMYK color model

#0F1202 color CMYK value is (17,0,89,93).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 92.94%
CMYK:
(17,0,89,93)
C17M0Y89K93 
(17%,0%,89%,93%)
(0.17/0.00/0.89/0.93)	

CMYK percentages

%16.67
%0
%88.89
%92.94

Codes

Color #0F1202 in popluar color models

0F1202
RGB15182
HSL71°80.00%3.92%
HSB/HSV71°88.89%7.06%
CMYK16.67%0.00%88.89%
92.94%

Color #0F1202 in popluar number systems.

HEX0F1202
Decimal15182
Binary11111001010
Octal17222

Shades and tints

Shades of #0F1202

#0F1202
(15,18,2)
#0E1102
(14,17,2)
#0D1002
(13,16,2)
#0C0F02
(12,15,2)
#0B0E02
(11,14,2)
#0A0D02
(10,13,2)
#090C02
(9,12,2)
#080B02
(8,11,2)
#070A02
(7,10,2)
#060902
(6,9,2)
#050802
(5,8,2)
#000000
(0,0,0)

Tints of #0F1202

#0F1202
(15,18,2)
#242719
(36,39,25)
#393C30
(57,60,48)
#4E5147
(78,81,71)
#63665E
(99,102,94)
#787B75
(120,123,117)
#8D908C
(141,144,140)
#A2A5A3
(162,165,163)
#B7BABA
(183,186,186)
#CCCFD1
(204,207,209)
#E1E4E8
(225,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1202; }

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

This text font color is #0F1202.


Background Color

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

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

This div background color is #0F1202.


Border color

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

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

This div border color is #0F1202.


Opacity

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

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

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

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

This text has shadow with #0F1202 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1202 on black background.


Color preview on white background

This text has color #0F1202 on white background.



Black color preview on #0F1202 background

This text has black color on #0F1202 background.


White color preview on #0F1202 background

This text has white color on #0F1202 background.