COLOR #0F201C

HEX: #0F201C RGB: (15,32,28)

Color info

#0F201C contains red, green and blue colors in about the same proportion. Web safe color of #0F201C is #003333 (or #033).

RGB color model

#0F201C color RGB value is (15,32,28).

RGB: (15,32,28) (6%, 13%, 11%)

RGB channels and saturation

R 15 of 255 = 6%
G 32 of 255 = 13%
B 28 of 255 = 11%

15
32
28

R + G + B ~ 10%. #0F201C is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 32 + 28 = 75 (100%)
R 15 of 75 ~ 20%
G 32 of 75 ~ 42.67%
B 28 of 75 ~ 37.33'%

%20
%42.67
%37.33

CMYK color model

#0F201C color CMYK value is (53,0,13,87).

  • cyan value is 53.13%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 87.45%

CMYK: (53,0,13,87)
C53M0Y13K87 (53%, 0%, 13%, 87%)
(0.53 / 0.00 / 0.13 / 0.87)

CMYK percentages

%53.13
%0
%12.5
%87.45

Codes

Color #0F201C in popluar color models

0F 20 1C
RGB 15 32 28
HSL 166° 36.17% 9.22%
HSB/HSV 166° 53.13% 12.55%
CMYK 53.13% 0.00% 12.50%
87.45%

Color #0F201C in popluar number systems.

HEX 0F 20 1C
Decimal 15 32 28
Binary 1111 100000 11100
Octal 17 40 34

Shades and tints

Shades of #0F201C

#0F201C
(15,32,28)
#0E1E1A
(14,30,26)
#0D1C18
(13,28,24)
#0C1A16
(12,26,22)
#0B1814
(11,24,20)
#0A1612
(10,22,18)
#091410
(9,20,16)
#08120E
(8,18,14)
#07100C
(7,16,12)
#060E0A
(6,14,10)
#050C08
(5,12,8)
#000000
(0,0,0)

Tints of #0F201C

#0F201C
(15,32,28)
#243430
(36,52,48)
#394844
(57,72,68)
#4E5C58
(78,92,88)
#63706C
(99,112,108)
#788480
(120,132,128)
#8D9894
(141,152,148)
#A2ACA8
(162,172,168)
#B7C0BC
(183,192,188)
#CCD4D0
(204,212,208)
#E1E8E4
(225,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F201C; }

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

This text font color is #0F201C.

Background Color

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

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

This div background color is #0F201C.

Border color

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

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

This div border color is #0F201C.

Opacity

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

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

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

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

This text has shadow with #0F201C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F201C.

Preview

Color preview on black background

This text has color #0F201C on black background.


Color preview on white background

This text has color #0F201C on white background.


Black color preview on #0F201C background

This text has black color on #0F201C background.


White color preview on #0F201C background

This text has white color on #0F201C background.


Related colors

Complementary color

Complementary color for #hex is #F0DFE3.


I love getcolorcode.com

Triadic colors

1 #1C0F20 and #201C0F with #0F201C are triadic colors.

2 #1C200F and #200F1C with #0F201C are triadic colors.