COLOR #09051D

HEX: #09051D RGB: (9,5,29)

Color info

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

RGB color model

#09051D color RGB value is (9,5,29).

RGB: (9,5,29) (4%, 2%, 11%)

RGB channels and saturation

R 9 of 255 = 4%
G 5 of 255 = 2%
B 29 of 255 = 11%

9
5
29

R + G + B ~ 6%. #09051D is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 5 + 29 = 43 (100%)
R 9 of 43 ~ 20.93%
G 5 of 43 ~ 11.63%
B 29 of 43 ~ 67.44'%

%20.93
%11.63
%67.44

CMYK color model

#09051D color CMYK value is (69,83,0,89).

  • cyan value is 68.97%
  • magenta value is 82.76%
  • yellow value is 0.00%
  • key color value is 88.63%

CMYK: (69,83,0,89)
C69M83Y0K89 (69%, 83%, 0%, 89%)
(0.69 / 0.83 / 0.00 / 0.89)

CMYK percentages

%68.97
%82.76
%0
%88.63

Codes

Color #09051D in popluar color models

09 05 1D
RGB 9 5 29
HSL 250° 70.59% 6.67%
HSB/HSV 250° 82.76% 11.37%
CMYK 68.97% 82.76% 0.00%
88.63%

Color #09051D in popluar number systems.

HEX 09 05 1D
Decimal 9 5 29
Binary 1001 101 11101
Octal 11 5 35

Shades and tints

Shades of #09051D

#09051D
(9,5,29)
#09051B
(9,5,27)
#090519
(9,5,25)
#090517
(9,5,23)
#090515
(9,5,21)
#090513
(9,5,19)
#090511
(9,5,17)
#09050F
(9,5,15)
#09050D
(9,5,13)
#09050B
(9,5,11)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #09051D

#09051D
(9,5,29)
#1F1B31
(31,27,49)
#353145
(53,49,69)
#4B4759
(75,71,89)
#615D6D
(97,93,109)
#777381
(119,115,129)
#8D8995
(141,137,149)
#A39FA9
(163,159,169)
#B9B5BD
(185,181,189)
#CFCBD1
(207,203,209)
#E5E1E5
(229,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09051D color. Also use rgb(9,5,29) instead hex code.

Text Font Color

.myTextColor { color: #09051D; }

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

This text font color is #09051D.

Background Color

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

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

This div background color is #09051D.

Border color

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

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

This div border color is #09051D.

Opacity

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

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

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

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

This text has shadow with #09051D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09051D.

Preview

Color preview on black background

This text has color #09051D on black background.


Color preview on white background

This text has color #09051D on white background.


Black color preview on #09051D background

This text has black color on #09051D background.


White color preview on #09051D background

This text has white color on #09051D background.


Related colors

Complementary color

Complementary color for #hex is #F6FAE2.


I love getcolorcode.com

Triadic colors

1 #1D0905 and #051D09 with #09051D are triadic colors.

2 #1D0509 and #05091D with #09051D are triadic colors.