COLOR #09211B

HEX: #09211B RGB: (9,33,27)

Color info

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

RGB color model

#09211B color RGB value is (9,33,27).

RGB: (9,33,27) (4%, 13%, 11%)

RGB channels and saturation

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

9
33
27

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

Portions of RGB colors in percentages

R + G + B = 9 + 33 + 27 = 69 (100%)
R 9 of 69 ~ 13.04%
G 33 of 69 ~ 47.83%
B 27 of 69 ~ 39.13'%

%13.04
%47.83
%39.13

CMYK color model

#09211B color CMYK value is (73,0,18,87).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 87.06%

CMYK: (73,0,18,87)
C73M0Y18K87 (73%, 0%, 18%, 87%)
(0.73 / 0.00 / 0.18 / 0.87)

CMYK percentages

%72.73
%0
%18.18
%87.06

Codes

Color #09211B in popluar color models

09 21 1B
RGB 9 33 27
HSL 165° 57.14% 8.24%
HSB/HSV 165° 72.73% 12.94%
CMYK 72.73% 0.00% 18.18%
87.06%

Color #09211B in popluar number systems.

HEX 09 21 1B
Decimal 9 33 27
Binary 1001 100001 11011
Octal 11 41 33

Shades and tints

Shades of #09211B

#09211B
(9,33,27)
#091E19
(9,30,25)
#091B17
(9,27,23)
#091815
(9,24,21)
#091513
(9,21,19)
#091211
(9,18,17)
#090F0F
(9,15,15)
#090C0D
(9,12,13)
#09090B
(9,9,11)
#090609
(9,6,9)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #09211B

#09211B
(9,33,27)
#1F352F
(31,53,47)
#354943
(53,73,67)
#4B5D57
(75,93,87)
#61716B
(97,113,107)
#77857F
(119,133,127)
#8D9993
(141,153,147)
#A3ADA7
(163,173,167)
#B9C1BB
(185,193,187)
#CFD5CF
(207,213,207)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09211B; }

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

This text font color is #09211B.

Background Color

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

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

This div background color is #09211B.

Border color

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

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

This div border color is #09211B.

Opacity

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

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

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

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

This text has shadow with #09211B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09211B.

Preview

Color preview on black background

This text has color #09211B on black background.


Color preview on white background

This text has color #09211B on white background.


Black color preview on #09211B background

This text has black color on #09211B background.


White color preview on #09211B background

This text has white color on #09211B background.


Related colors

Complementary color

Complementary color for #hex is #F6DEE4.


I love getcolorcode.com

Triadic colors

1 #1B0921 and #211B09 with #09211B are triadic colors.

2 #1B2109 and #21091B with #09211B are triadic colors.