COLOR #09201B

HEX: #09201B
RGB: (9,32,27)

Color info

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

RGB color model

#09201B color RGB value is (9,32,27).

  • red value is 9;
  • green value is 32;
  • blue value is 27.
RGB:
(9,32,27)
(4%,13%,11%)

RGB channels and saturation

R 9 of 255 = 4%
G 32 of 255 = 13%
B 27 of 255 = 11%

9
32
27

R + G + B ~ 9%. #09201B is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 32 + 27 = 68 (100%)
R 9 of 68 ~ 13.24%
G 32 of 68 ~ 47.06%
B 27 of 68 ~ 39.71%

%13.24
%47.06
%39.71

CMYK color model

#09201B color CMYK value is (72,0,16,87).

  • cyan value is 71.88%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 87.45%
CMYK:
(72,0,16,87)
C72M0Y16K87 
(72%,0%,16%,87%)
(0.72/0.00/0.16/0.87)	

CMYK percentages

%71.88
%0
%15.63
%87.45

Codes

Color #09201B in popluar color models

09201B
RGB93227
HSL167°56.10%8.04%
HSB/HSV167°71.88%12.55%
CMYK71.88%0.00%15.63%
87.45%

Color #09201B in popluar number systems.

HEX09201B
Decimal93227
Binary100110000011011
Octal114033

Shades and tints

Shades of #09201B

#09201B
(9,32,27)
#091E19
(9,30,25)
#091C17
(9,28,23)
#091A15
(9,26,21)
#091813
(9,24,19)
#091611
(9,22,17)
#09140F
(9,20,15)
#09120D
(9,18,13)
#09100B
(9,16,11)
#090E09
(9,14,9)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #09201B

#09201B
(9,32,27)
#1F342F
(31,52,47)
#354843
(53,72,67)
#4B5C57
(75,92,87)
#61706B
(97,112,107)
#77847F
(119,132,127)
#8D9893
(141,152,147)
#A3ACA7
(163,172,167)
#B9C0BB
(185,192,187)
#CFD4CF
(207,212,207)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09201B color. Also use rgb(9,32,27) instead hex code.

Text Font Color

.myTextColor { color: #09201B; }

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

This text font color is #09201B.


Background Color

.myBgColor { background-color: #09201B; }

<div style="background-color:#09201B">Inner text</div>

This div background color is #09201B.


Border color

.myBorderColor { border: 1px solid #09201B; }

<div style="border:3px solid #09201B">Div</div>

This div border color is #09201B.


Opacity

.myOpacity80 { color: #09201B; opacity: 0.8; }

<p style="color:#09201B;opacity:0.8;">80%</p>

Text with #09201B 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 #09201B;}

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

This text has shadow with #09201B color.

.textShadow {text-shadow: 3px 3px 1px #09201B, 3px 3px 1px red;}

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

This text has shadow with #09201B primary color and red secondary color.


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

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

This text has shadow with #09201B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09201B on black background.


Color preview on white background

This text has color #09201B on white background.



Black color preview on #09201B background

This text has black color on #09201B background.


White color preview on #09201B background

This text has white color on #09201B background.