COLOR #09221C

HEX: #09221C RGB: (9,34,28)

Color info

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

RGB color model

#09221C color RGB value is (9,34,28).

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

RGB channels and saturation

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

9
34
28

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

Portions of RGB colors in percentages

R + G + B = 9 + 34 + 28 = 71 (100%)
R 9 of 71 ~ 12.68%
G 34 of 71 ~ 47.89%
B 28 of 71 ~ 39.44'%

%12.68
%47.89
%39.44

CMYK color model

#09221C color CMYK value is (74,0,18,87).

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

CMYK: (74,0,18,87)
C74M0Y18K87 (74%, 0%, 18%, 87%)
(0.74 / 0.00 / 0.18 / 0.87)

CMYK percentages

%73.53
%0
%17.65
%86.67

Codes

Color #09221C in popluar color models

09 22 1C
RGB 9 34 28
HSL 166° 58.14% 8.43%
HSB/HSV 166° 73.53% 13.33%
CMYK 73.53% 0.00% 17.65%
86.67%

Color #09221C in popluar number systems.

HEX 09 22 1C
Decimal 9 34 28
Binary 1001 100010 11100
Octal 11 42 34

Shades and tints

Shades of #09221C

#09221C
(9,34,28)
#091F1A
(9,31,26)
#091C18
(9,28,24)
#091916
(9,25,22)
#091614
(9,22,20)
#091312
(9,19,18)
#091010
(9,16,16)
#090D0E
(9,13,14)
#090A0C
(9,10,12)
#09070A
(9,7,10)
#090408
(9,4,8)
#000000
(0,0,0)

Tints of #09221C

#09221C
(9,34,28)
#1F3630
(31,54,48)
#354A44
(53,74,68)
#4B5E58
(75,94,88)
#61726C
(97,114,108)
#778680
(119,134,128)
#8D9A94
(141,154,148)
#A3AEA8
(163,174,168)
#B9C2BC
(185,194,188)
#CFD6D0
(207,214,208)
#E5EAE4
(229,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09221C; }

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

This text font color is #09221C.

Background Color

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

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

This div background color is #09221C.

Border color

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

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

This div border color is #09221C.

Opacity

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

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

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

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

This text has shadow with #09221C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09221C.

Preview

Color preview on black background

This text has color #09221C on black background.


Color preview on white background

This text has color #09221C on white background.


Black color preview on #09221C background

This text has black color on #09221C background.


White color preview on #09221C background

This text has white color on #09221C background.


Related colors

Complementary color

Complementary color for #hex is #F6DDE3.


I love getcolorcode.com

Triadic colors

1 #1C0922 and #221C09 with #09221C are triadic colors.

2 #1C2209 and #22091C with #09221C are triadic colors.