COLOR #09051E

HEX: #09051E RGB: (9,5,30)

Color info

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

RGB color model

#09051E color RGB value is (9,5,30).

RGB: (9,5,30) (4%, 2%, 12%)

RGB channels and saturation

R 9 of 255 = 4%
G 5 of 255 = 2%
B 30 of 255 = 12%

9
5
30

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

Portions of RGB colors in percentages

R + G + B = 9 + 5 + 30 = 44 (100%)
R 9 of 44 ~ 20.45%
G 5 of 44 ~ 11.36%
B 30 of 44 ~ 68.18'%

%20.45
%11.36
%68.18

CMYK color model

#09051E color CMYK value is (70,83,0,88).

  • cyan value is 70.00%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (70,83,0,88)
C70M83Y0K88 (70%, 83%, 0%, 88%)
(0.70 / 0.83 / 0.00 / 0.88)

CMYK percentages

%70
%83.33
%0
%88.24

Codes

Color #09051E in popluar color models

09 05 1E
RGB 9 5 30
HSL 250° 71.43% 6.86%
HSB/HSV 250° 83.33% 11.76%
CMYK 70.00% 83.33% 0.00%
88.24%

Color #09051E in popluar number systems.

HEX 09 05 1E
Decimal 9 5 30
Binary 1001 101 11110
Octal 11 5 36

Shades and tints

Shades of #09051E

#09051E
(9,5,30)
#09051C
(9,5,28)
#09051A
(9,5,26)
#090518
(9,5,24)
#090516
(9,5,22)
#090514
(9,5,20)
#090512
(9,5,18)
#090510
(9,5,16)
#09050E
(9,5,14)
#09050C
(9,5,12)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #09051E

#09051E
(9,5,30)
#1F1B32
(31,27,50)
#353146
(53,49,70)
#4B475A
(75,71,90)
#615D6E
(97,93,110)
#777382
(119,115,130)
#8D8996
(141,137,150)
#A39FAA
(163,159,170)
#B9B5BE
(185,181,190)
#CFCBD2
(207,203,210)
#E5E1E6
(229,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09051E; }

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

This text font color is #09051E.

Background Color

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

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

This div background color is #09051E.

Border color

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

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

This div border color is #09051E.

Opacity

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

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

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

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

This text has shadow with #09051E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09051E.

Preview

Color preview on black background

This text has color #09051E on black background.


Color preview on white background

This text has color #09051E on white background.


Black color preview on #09051E background

This text has black color on #09051E background.


White color preview on #09051E background

This text has white color on #09051E background.


Related colors

Complementary color

Complementary color for #hex is #F6FAE1.


I love getcolorcode.com

Triadic colors

1 #1E0905 and #051E09 with #09051E are triadic colors.

2 #1E0509 and #05091E with #09051E are triadic colors.