COLOR #090E1E

HEX: #090E1E RGB: (9,14,30)

Color info

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

RGB color model

#090E1E color RGB value is (9,14,30).

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

RGB channels and saturation

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

9
14
30

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

Portions of RGB colors in percentages

R + G + B = 9 + 14 + 30 = 53 (100%)
R 9 of 53 ~ 16.98%
G 14 of 53 ~ 26.42%
B 30 of 53 ~ 56.6'%

%16.98
%26.42
%56.6

CMYK color model

#090E1E color CMYK value is (70,53,0,88).

  • cyan value is 70.00%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK: (70,53,0,88) C70M53Y0K88 (70%,53%,0%,88%) (0.70/0.53/0.00/0.88) 

CMYK percentages

%70
%53.33
%0
%88.24

Codes

Color #090E1E in popluar color models

09 0E 1E
RGB 9 14 30
HSL 226° 53.85% 7.65%
HSB/HSV 226° 70.00% 11.76%
CMYK 70.00% 53.33% 0.00%
88.24%

Color #090E1E in popluar number systems.

HEX 09 0E 1E
Decimal 9 14 30
Binary 1001 1110 11110
Octal 11 16 36

Shades and tints

Shades of #090E1E

#090E1E
(9,14,30)
#090D1C
(9,13,28)
#090C1A
(9,12,26)
#090B18
(9,11,24)
#090A16
(9,10,22)
#090914
(9,9,20)
#090812
(9,8,18)
#090710
(9,7,16)
#09060E
(9,6,14)
#09050C
(9,5,12)
#09040A
(9,4,10)
#000000
(0,0,0)

Tints of #090E1E

#090E1E
(9,14,30)
#1F2332
(31,35,50)
#353846
(53,56,70)
#4B4D5A
(75,77,90)
#61626E
(97,98,110)
#777782
(119,119,130)
#8D8C96
(141,140,150)
#A3A1AA
(163,161,170)
#B9B6BE
(185,182,190)
#CFCBD2
(207,203,210)
#E5E0E6
(229,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090E1E color. Also use rgb(9,14,30) instead hex code.

Text Font Color

.myTextColor { color: #090E1E; }

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

This text font color is #090E1E.

Background Color

.myBgColor { background-color: #090E1E; }

<div style="background-color:#090E1E">Inner text</div>

This div background color is #090E1E.

Border color

.myBorderColor { border: 1px solid #090E1E; }

<div style="border:3px solid #090E1E">Div</div>

This div border color is #090E1E.

Opacity

.myOpacity80 { color: #090E1E; opacity: 0.8; }

<p style="color:#090E1E;opacity:0.8;">80%</p>

Text with #090E1E 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 #090E1E;}

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

This text has shadow with #090E1E color.


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

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

This text has shadow with #090E1E primary color and red secondary color.


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

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

This text has shadow with #090E1E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #090E1E.

Preview

Color preview on black background

This text has color #090E1E on black background.


Color preview on white background

This text has color #090E1E on white background.


Black color preview on #090E1E background

This text has black color on #090E1E background.


White color preview on #090E1E background

This text has white color on #090E1E background.


Related colors

Complementary color

Complementary color for #hex is #F6F1E1.


I love getcolorcode.com

Triadic colors

1 #1E090E and #0E1E09 with #090E1E are triadic colors.

2 #1E0E09 and #0E091E with #090E1E are triadic colors.