COLOR #09221B

HEX: #09221B RGB: (9,34,27)

Color info

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

RGB color model

#09221B color RGB value is (9,34,27).

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

RGB channels and saturation

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

9
34
27

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

Portions of RGB colors in percentages

R + G + B = 9 + 34 + 27 = 70 (100%)
R 9 of 70 ~ 12.86%
G 34 of 70 ~ 48.57%
B 27 of 70 ~ 38.57'%

%12.86
%48.57
%38.57

CMYK color model

#09221B color CMYK value is (74,0,21,87).

  • cyan value is 73.53%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 86.67%

CMYK: (74,0,21,87)
C74M0Y21K87 (74%, 0%, 21%, 87%)
(0.74 / 0.00 / 0.21 / 0.87)

CMYK percentages

%73.53
%0
%20.59
%86.67

Codes

Color #09221B in popluar color models

09 22 1B
RGB 9 34 27
HSL 163° 58.14% 8.43%
HSB/HSV 163° 73.53% 13.33%
CMYK 73.53% 0.00% 20.59%
86.67%

Color #09221B in popluar number systems.

HEX 09 22 1B
Decimal 9 34 27
Binary 1001 100010 11011
Octal 11 42 33

Shades and tints

Shades of #09221B

#09221B
(9,34,27)
#091F19
(9,31,25)
#091C17
(9,28,23)
#091915
(9,25,21)
#091613
(9,22,19)
#091311
(9,19,17)
#09100F
(9,16,15)
#090D0D
(9,13,13)
#090A0B
(9,10,11)
#090709
(9,7,9)
#090407
(9,4,7)
#000000
(0,0,0)

Tints of #09221B

#09221B
(9,34,27)
#1F362F
(31,54,47)
#354A43
(53,74,67)
#4B5E57
(75,94,87)
#61726B
(97,114,107)
#77867F
(119,134,127)
#8D9A93
(141,154,147)
#A3AEA7
(163,174,167)
#B9C2BB
(185,194,187)
#CFD6CF
(207,214,207)
#E5EAE3
(229,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09221B; }

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

This text font color is #09221B.

Background Color

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

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

This div background color is #09221B.

Border color

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

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

This div border color is #09221B.

Opacity

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

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

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

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

This text has shadow with #09221B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09221B.

Preview

Color preview on black background

This text has color #09221B on black background.


Color preview on white background

This text has color #09221B on white background.


Black color preview on #09221B background

This text has black color on #09221B background.


White color preview on #09221B background

This text has white color on #09221B background.


Related colors

Complementary color

Complementary color for #hex is #F6DDE4.


I love getcolorcode.com

Triadic colors

1 #1B0922 and #221B09 with #09221B are triadic colors.

2 #1B2209 and #22091B with #09221B are triadic colors.