COLOR #09191E

HEX: #09191E RGB: (9,25,30)

Color info

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

RGB color model

#09191E color RGB value is (9,25,30).

RGB: (9,25,30) (4%, 10%, 12%)

RGB channels and saturation

R 9 of 255 = 4%
G 25 of 255 = 10%
B 30 of 255 = 12%

9
25
30

R + G + B ~ 9%. #09191E is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 25 + 30 = 64 (100%)
R 9 of 64 ~ 14.06%
G 25 of 64 ~ 39.06%
B 30 of 64 ~ 46.88'%

%14.06
%39.06
%46.88

CMYK color model

#09191E color CMYK value is (70,17,0,88).

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

CMYK: (70,17,0,88)
C70M17Y0K88 (70%, 17%, 0%, 88%)
(0.70 / 0.17 / 0.00 / 0.88)

CMYK percentages

%70
%16.67
%0
%88.24

Codes

Color #09191E in popluar color models

09 19 1E
RGB 9 25 30
HSL 194° 53.85% 7.65%
HSB/HSV 194° 70.00% 11.76%
CMYK 70.00% 16.67% 0.00%
88.24%

Color #09191E in popluar number systems.

HEX 09 19 1E
Decimal 9 25 30
Binary 1001 11001 11110
Octal 11 31 36

Shades and tints

Shades of #09191E

#09191E
(9,25,30)
#09171C
(9,23,28)
#09151A
(9,21,26)
#091318
(9,19,24)
#091116
(9,17,22)
#090F14
(9,15,20)
#090D12
(9,13,18)
#090B10
(9,11,16)
#09090E
(9,9,14)
#09070C
(9,7,12)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #09191E

#09191E
(9,25,30)
#1F2D32
(31,45,50)
#354146
(53,65,70)
#4B555A
(75,85,90)
#61696E
(97,105,110)
#777D82
(119,125,130)
#8D9196
(141,145,150)
#A3A5AA
(163,165,170)
#B9B9BE
(185,185,190)
#CFCDD2
(207,205,210)
#E5E1E6
(229,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09191E; }

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

This text font color is #09191E.

Background Color

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

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

This div background color is #09191E.

Border color

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

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

This div border color is #09191E.

Opacity

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

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

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

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

This text has shadow with #09191E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09191E.

Preview

Color preview on black background

This text has color #09191E on black background.


Color preview on white background

This text has color #09191E on white background.


Black color preview on #09191E background

This text has black color on #09191E background.


White color preview on #09191E background

This text has white color on #09191E background.


Related colors

Complementary color

Complementary color for #hex is #F6E6E1.


I love getcolorcode.com

Triadic colors

1 #1E0919 and #191E09 with #09191E are triadic colors.

2 #1E1909 and #19091E with #09191E are triadic colors.