COLOR #09221A

HEX: #09221A RGB: (9,34,26)

Color info

#09221A contains red, green and blue colors in about the same proportion. Web safe color of #09221A is #003300 (or #030).

RGB color model

#09221A color RGB value is (9,34,26).

RGB: (9,34,26) (4%, 13%, 10%)

RGB channels and saturation

R 9 of 255 = 4%
G 34 of 255 = 13%
B 26 of 255 = 10%

9
34
26

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

Portions of RGB colors in percentages

R + G + B = 9 + 34 + 26 = 69 (100%)
R 9 of 69 ~ 13.04%
G 34 of 69 ~ 49.28%
B 26 of 69 ~ 37.68'%

%13.04
%49.28
%37.68

CMYK color model

#09221A color CMYK value is (74,0,24,87).

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

CMYK: (74,0,24,87)
C74M0Y24K87 (74%, 0%, 24%, 87%)
(0.74 / 0.00 / 0.24 / 0.87)

CMYK percentages

%73.53
%0
%23.53
%86.67

Codes

Color #09221A in popluar color models

09 22 1A
RGB 9 34 26
HSL 161° 58.14% 8.43%
HSB/HSV 161° 73.53% 13.33%
CMYK 73.53% 0.00% 23.53%
86.67%

Color #09221A in popluar number systems.

HEX 09 22 1A
Decimal 9 34 26
Binary 1001 100010 11010
Octal 11 42 32

Shades and tints

Shades of #09221A

#09221A
(9,34,26)
#091F18
(9,31,24)
#091C16
(9,28,22)
#091914
(9,25,20)
#091612
(9,22,18)
#091310
(9,19,16)
#09100E
(9,16,14)
#090D0C
(9,13,12)
#090A0A
(9,10,10)
#090708
(9,7,8)
#090406
(9,4,6)
#000000
(0,0,0)

Tints of #09221A

#09221A
(9,34,26)
#1F362E
(31,54,46)
#354A42
(53,74,66)
#4B5E56
(75,94,86)
#61726A
(97,114,106)
#77867E
(119,134,126)
#8D9A92
(141,154,146)
#A3AEA6
(163,174,166)
#B9C2BA
(185,194,186)
#CFD6CE
(207,214,206)
#E5EAE2
(229,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09221A; }

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

This text font color is #09221A.

Background Color

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

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

This div background color is #09221A.

Border color

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

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

This div border color is #09221A.

Opacity

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

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

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

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

This text has shadow with #09221A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09221A.

Preview

Color preview on black background

This text has color #09221A on black background.


Color preview on white background

This text has color #09221A on white background.


Black color preview on #09221A background

This text has black color on #09221A background.


White color preview on #09221A background

This text has white color on #09221A background.


Related colors

Complementary color

Complementary color for #hex is #F6DDE5.


I love getcolorcode.com

Triadic colors

1 #1A0922 and #221A09 with #09221A are triadic colors.

2 #1A2209 and #22091A with #09221A are triadic colors.