COLOR #091514

HEX: #091514 RGB: (9,21,20)

Color info

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

RGB color model

#091514 color RGB value is (9,21,20).

RGB: (9,21,20) (4%, 8%, 8%)

RGB channels and saturation

R 9 of 255 = 4%
G 21 of 255 = 8%
B 20 of 255 = 8%

9
21
20

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

Portions of RGB colors in percentages

R + G + B = 9 + 21 + 20 = 50 (100%)
R 9 of 50 ~ 18%
G 21 of 50 ~ 42%
B 20 of 50 ~ 40'%

%18
%42
%40

CMYK color model

#091514 color CMYK value is (57,0,5,92).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 91.76%

CMYK: (57,0,5,92)
C57M0Y5K92 (57%, 0%, 5%, 92%)
(0.57 / 0.00 / 0.05 / 0.92)

CMYK percentages

%57.14
%0
%4.76
%91.76

Codes

Color #091514 in popluar color models

09 15 14
RGB 9 21 20
HSL 175° 40.00% 5.88%
HSB/HSV 175° 57.14% 8.24%
CMYK 57.14% 0.00% 4.76%
91.76%

Color #091514 in popluar number systems.

HEX 09 15 14
Decimal 9 21 20
Binary 1001 10101 10100
Octal 11 25 24

Shades and tints

Shades of #091514

#091514
(9,21,20)
#091413
(9,20,19)
#091312
(9,19,18)
#091211
(9,18,17)
#091110
(9,17,16)
#09100F
(9,16,15)
#090F0E
(9,15,14)
#090E0D
(9,14,13)
#090D0C
(9,13,12)
#090C0B
(9,12,11)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #091514

#091514
(9,21,20)
#1F2A29
(31,42,41)
#353F3E
(53,63,62)
#4B5453
(75,84,83)
#616968
(97,105,104)
#777E7D
(119,126,125)
#8D9392
(141,147,146)
#A3A8A7
(163,168,167)
#B9BDBC
(185,189,188)
#CFD2D1
(207,210,209)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091514; }

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

This text font color is #091514.

Background Color

.myBgColor { background-color: #091514; }

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

This div background color is #091514.

Border color

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

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

This div border color is #091514.

Opacity

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

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

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

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

This text has shadow with #091514 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091514.

Preview

Color preview on black background

This text has color #091514 on black background.


Color preview on white background

This text has color #091514 on white background.


Black color preview on #091514 background

This text has black color on #091514 background.


White color preview on #091514 background

This text has white color on #091514 background.


Related colors

Complementary color

Complementary color for #hex is #F6EAEB.


I love getcolorcode.com

Triadic colors

1 #140915 and #151409 with #091514 are triadic colors.

2 #141509 and #150914 with #091514 are triadic colors.