COLOR #091314

HEX: #091314 RGB: (9,19,20)

Color info

#091314 contains red, green and blue colors in about the same proportion. Web safe color of #091314 is #000000 (or #000).

RGB color model

#091314 color RGB value is (9,19,20).

RGB: (9,19,20) (4%, 7%, 8%)

RGB channels and saturation

R 9 of 255 = 4%
G 19 of 255 = 7%
B 20 of 255 = 8%

9
19
20

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

Portions of RGB colors in percentages

R + G + B = 9 + 19 + 20 = 48 (100%)
R 9 of 48 ~ 18.75%
G 19 of 48 ~ 39.58%
B 20 of 48 ~ 41.67'%

%18.75
%39.58
%41.67

CMYK color model

#091314 color CMYK value is (55,5,0,92).

  • cyan value is 55.00%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 92.16%

CMYK: (55,5,0,92)
C55M5Y0K92 (55%, 5%, 0%, 92%)
(0.55 / 0.05 / 0.00 / 0.92)

CMYK percentages

%55
%5
%0
%92.16

Codes

Color #091314 in popluar color models

09 13 14
RGB 9 19 20
HSL 185° 37.93% 5.69%
HSB/HSV 185° 55.00% 7.84%
CMYK 55.00% 5.00% 0.00%
92.16%

Color #091314 in popluar number systems.

HEX 09 13 14
Decimal 9 19 20
Binary 1001 10011 10100
Octal 11 23 24

Shades and tints

Shades of #091314

#091314
(9,19,20)
#091213
(9,18,19)
#091112
(9,17,18)
#091011
(9,16,17)
#090F10
(9,15,16)
#090E0F
(9,14,15)
#090D0E
(9,13,14)
#090C0D
(9,12,13)
#090B0C
(9,11,12)
#090A0B
(9,10,11)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #091314

#091314
(9,19,20)
#1F2829
(31,40,41)
#353D3E
(53,61,62)
#4B5253
(75,82,83)
#616768
(97,103,104)
#777C7D
(119,124,125)
#8D9192
(141,145,146)
#A3A6A7
(163,166,167)
#B9BBBC
(185,187,188)
#CFD0D1
(207,208,209)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091314 color. Also use rgb(9,19,20) instead hex code.

Text Font Color

.myTextColor { color: #091314; }

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

This text font color is #091314.

Background Color

.myBgColor { background-color: #091314; }

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

This div background color is #091314.

Border color

.myBorderColor { border: 1px solid #091314; }

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

This div border color is #091314.

Opacity

.myOpacity80 { color: #091314; opacity: 0.8; }

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

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

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

This text has shadow with #091314 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091314.

Preview

Color preview on black background

This text has color #091314 on black background.


Color preview on white background

This text has color #091314 on white background.


Black color preview on #091314 background

This text has black color on #091314 background.


White color preview on #091314 background

This text has white color on #091314 background.


Related colors

Complementary color

Complementary color for #hex is #F6ECEB.


I love getcolorcode.com

Triadic colors

1 #140913 and #131409 with #091314 are triadic colors.

2 #141309 and #130914 with #091314 are triadic colors.