COLOR #0F0211

HEX: #0F0211 RGB: (15,2,17)

Color info

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

RGB color model

#0F0211 color RGB value is (15,2,17).

RGB: (15,2,17) (6%, 1%, 7%)

RGB channels and saturation

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

15
2
17

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

Portions of RGB colors in percentages

R + G + B = 15 + 2 + 17 = 34 (100%)
R 15 of 34 ~ 44.12%
G 2 of 34 ~ 5.88%
B 17 of 34 ~ 50'%

%44.12
%50

CMYK color model

#0F0211 color CMYK value is (12,88,0,93).

  • cyan value is 11.76%
  • magenta value is 88.24%
  • yellow value is 0.00%
  • key color value is 93.33%

CMYK: (12,88,0,93)
C12M88Y0K93 (12%, 88%, 0%, 93%)
(0.12 / 0.88 / 0.00 / 0.93)

CMYK percentages

%11.76
%88.24
%0
%93.33

Codes

Color #0F0211 in popluar color models

0F 02 11
RGB 15 2 17
HSL 292° 78.95% 3.73%
HSB/HSV 292° 88.24% 6.67%
CMYK 11.76% 88.24% 0.00%
93.33%

Color #0F0211 in popluar number systems.

HEX 0F 02 11
Decimal 15 2 17
Binary 1111 10 10001
Octal 17 2 21

Shades and tints

Shades of #0F0211

#0F0211
(15,2,17)
#0E0210
(14,2,16)
#0D020F
(13,2,15)
#0C020E
(12,2,14)
#0B020D
(11,2,13)
#0A020C
(10,2,12)
#09020B
(9,2,11)
#08020A
(8,2,10)
#070209
(7,2,9)
#060208
(6,2,8)
#050207
(5,2,7)
#000000
(0,0,0)

Tints of #0F0211

#0F0211
(15,2,17)
#241926
(36,25,38)
#39303B
(57,48,59)
#4E4750
(78,71,80)
#635E65
(99,94,101)
#78757A
(120,117,122)
#8D8C8F
(141,140,143)
#A2A3A4
(162,163,164)
#B7BAB9
(183,186,185)
#CCD1CE
(204,209,206)
#E1E8E3
(225,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F0211; }

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

This text font color is #0F0211.

Background Color

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

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

This div background color is #0F0211.

Border color

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

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

This div border color is #0F0211.

Opacity

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

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

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

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

This text has shadow with #0F0211 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F0211.

Preview

Color preview on black background

This text has color #0F0211 on black background.


Color preview on white background

This text has color #0F0211 on white background.


Black color preview on #0F0211 background

This text has black color on #0F0211 background.


White color preview on #0F0211 background

This text has white color on #0F0211 background.


Related colors

Complementary color

Complementary color for #hex is #F0FDEE.


I love getcolorcode.com

Triadic colors

1 #110F02 and #02110F with #0F0211 are triadic colors.

2 #11020F and #020F11 with #0F0211 are triadic colors.