COLOR #09200B

HEX: #09200B RGB: (9,32,11)

Color info

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

RGB color model

#09200B color RGB value is (9,32,11).

RGB: (9,32,11) (4%, 13%, 4%)

RGB channels and saturation

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

9
32
11

R + G + B ~ 7%. #09200B is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 32 + 11 = 52 (100%)
R 9 of 52 ~ 17.31%
G 32 of 52 ~ 61.54%
B 11 of 52 ~ 21.15'%

%17.31
%61.54
%21.15

CMYK color model

#09200B color CMYK value is (72,0,66,87).

  • cyan value is 71.88%
  • magenta value is 0.00%
  • yellow value is 65.63%
  • key color value is 87.45%

CMYK: (72,0,66,87)
C72M0Y66K87 (72%, 0%, 66%, 87%)
(0.72 / 0.00 / 0.66 / 0.87)

CMYK percentages

%71.88
%0
%65.63
%87.45

Codes

Color #09200B in popluar color models

09 20 0B
RGB 9 32 11
HSL 125° 56.10% 8.04%
HSB/HSV 125° 71.88% 12.55%
CMYK 71.88% 0.00% 65.63%
87.45%

Color #09200B in popluar number systems.

HEX 09 20 0B
Decimal 9 32 11
Binary 1001 100000 1011
Octal 11 40 13

Shades and tints

Shades of #09200B

#09200B
(9,32,11)
#091E0A
(9,30,10)
#091C09
(9,28,9)
#091A08
(9,26,8)
#091807
(9,24,7)
#091606
(9,22,6)
#091405
(9,20,5)
#091204
(9,18,4)
#091003
(9,16,3)
#090E02
(9,14,2)
#090C01
(9,12,1)
#000000
(0,0,0)

Tints of #09200B

#09200B
(9,32,11)
#1F3421
(31,52,33)
#354837
(53,72,55)
#4B5C4D
(75,92,77)
#617063
(97,112,99)
#778479
(119,132,121)
#8D988F
(141,152,143)
#A3ACA5
(163,172,165)
#B9C0BB
(185,192,187)
#CFD4D1
(207,212,209)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09200B; }

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

This text font color is #09200B.

Background Color

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

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

This div background color is #09200B.

Border color

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

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

This div border color is #09200B.

Opacity

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

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

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

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

This text has shadow with #09200B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09200B.

Preview

Color preview on black background

This text has color #09200B on black background.


Color preview on white background

This text has color #09200B on white background.


Black color preview on #09200B background

This text has black color on #09200B background.


White color preview on #09200B background

This text has white color on #09200B background.


Related colors

Complementary color

Complementary color for #hex is #F6DFF4.


I love getcolorcode.com

Triadic colors

1 #0B0920 and #200B09 with #09200B are triadic colors.

2 #0B2009 and #20090B with #09200B are triadic colors.