COLOR #09022D

HEX: #09022D RGB: (9,2,45)

Color info

#09022D contains red, green and blue colors in about the same proportion. Web safe color of #09022D is #000033 (or #003).

RGB color model

#09022D color RGB value is (9,2,45).

RGB: (9,2,45) (4%, 1%, 18%)

RGB channels and saturation

R 9 of 255 = 4%
G 2 of 255 = 1%
B 45 of 255 = 18%

9
2
45

R + G + B ~ 8%. #09022D is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 2 + 45 = 56 (100%)
R 9 of 56 ~ 16.07%
G 2 of 56 ~ 3.57%
B 45 of 56 ~ 80.36'%

%16.07
%80.36

CMYK color model

#09022D color CMYK value is (80,96,0,82).

  • cyan value is 80.00%
  • magenta value is 95.56%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK: (80,96,0,82) C80M96Y0K82 (80%,96%,0%,82%) (0.80/0.96/0.00/0.82) 

CMYK percentages

%80
%95.56
%0
%82.35

Codes

Color #09022D in popluar color models

09 02 2D
RGB 9 2 45
HSL 250° 91.49% 9.22%
HSB/HSV 250° 95.56% 17.65%
CMYK 80.00% 95.56% 0.00%
82.35%

Color #09022D in popluar number systems.

HEX 09 02 2D
Decimal 9 2 45
Binary 1001 10 101101
Octal 11 2 55

Shades and tints

Shades of #09022D

#09022D
(9,2,45)
#090229
(9,2,41)
#090225
(9,2,37)
#090221
(9,2,33)
#09021D
(9,2,29)
#090219
(9,2,25)
#090215
(9,2,21)
#090211
(9,2,17)
#09020D
(9,2,13)
#090209
(9,2,9)
#090205
(9,2,5)
#000000
(0,0,0)

Tints of #09022D

#09022D
(9,2,45)
#1F1940
(31,25,64)
#353053
(53,48,83)
#4B4766
(75,71,102)
#615E79
(97,94,121)
#77758C
(119,117,140)
#8D8C9F
(141,140,159)
#A3A3B2
(163,163,178)
#B9BAC5
(185,186,197)
#CFD1D8
(207,209,216)
#E5E8EB
(229,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09022D color. Also use rgb(9,2,45) instead hex code.

Text Font Color

.myTextColor { color: #09022D; }

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

This text font color is #09022D.

Background Color

.myBgColor { background-color: #09022D; }

<div style="background-color:#09022D">Inner text</div>

This div background color is #09022D.

Border color

.myBorderColor { border: 1px solid #09022D; }

<div style="border:3px solid #09022D">Div</div>

This div border color is #09022D.

Opacity

.myOpacity80 { color: #09022D; opacity: 0.8; }

<p style="color:#09022D;opacity:0.8;">80%</p>

Text with #09022D 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 #09022D;}

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

This text has shadow with #09022D color.


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

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

This text has shadow with #09022D primary color and red secondary color.


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

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

This text has shadow with #09022D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #09022D.

Preview

Color preview on black background

This text has color #09022D on black background.


Color preview on white background

This text has color #09022D on white background.


Black color preview on #09022D background

This text has black color on #09022D background.


White color preview on #09022D background

This text has white color on #09022D background.


Related colors

Complementary color

Complementary color for #hex is #F6FDD2.


I love getcolorcode.com

Triadic colors

1 #2D0902 and #022D09 with #09022D are triadic colors.

2 #2D0209 and #02092D with #09022D are triadic colors.