COLOR #09141C

HEX: #09141C RGB: (9,20,28)

Color info

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

RGB color model

#09141C color RGB value is (9,20,28).

RGB: (9,20,28) (4%, 8%, 11%)

RGB channels and saturation

R 9 of 255 = 4%
G 20 of 255 = 8%
B 28 of 255 = 11%

9
20
28

R + G + B ~ 8%. #09141C is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 20 + 28 = 57 (100%)
R 9 of 57 ~ 15.79%
G 20 of 57 ~ 35.09%
B 28 of 57 ~ 49.12'%

%15.79
%35.09
%49.12

CMYK color model

#09141C color CMYK value is (68,29,0,89).

  • cyan value is 67.86%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 89.02%

CMYK: (68,29,0,89)
C68M29Y0K89 (68%, 29%, 0%, 89%)
(0.68 / 0.29 / 0.00 / 0.89)

CMYK percentages

%67.86
%28.57
%0
%89.02

Codes

Color #09141C in popluar color models

09 14 1C
RGB 9 20 28
HSL 205° 51.35% 7.25%
HSB/HSV 205° 67.86% 10.98%
CMYK 67.86% 28.57% 0.00%
89.02%

Color #09141C in popluar number systems.

HEX 09 14 1C
Decimal 9 20 28
Binary 1001 10100 11100
Octal 11 24 34

Shades and tints

Shades of #09141C

#09141C
(9,20,28)
#09131A
(9,19,26)
#091218
(9,18,24)
#091116
(9,17,22)
#091014
(9,16,20)
#090F12
(9,15,18)
#090E10
(9,14,16)
#090D0E
(9,13,14)
#090C0C
(9,12,12)
#090B0A
(9,11,10)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #09141C

#09141C
(9,20,28)
#1F2930
(31,41,48)
#353E44
(53,62,68)
#4B5358
(75,83,88)
#61686C
(97,104,108)
#777D80
(119,125,128)
#8D9294
(141,146,148)
#A3A7A8
(163,167,168)
#B9BCBC
(185,188,188)
#CFD1D0
(207,209,208)
#E5E6E4
(229,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09141C; }

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

This text font color is #09141C.

Background Color

.myBgColor { background-color: #09141C; }

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

This div background color is #09141C.

Border color

.myBorderColor { border: 1px solid #09141C; }

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

This div border color is #09141C.

Opacity

.myOpacity80 { color: #09141C; opacity: 0.8; }

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

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

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

This text has shadow with #09141C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09141C.

Preview

Color preview on black background

This text has color #09141C on black background.


Color preview on white background

This text has color #09141C on white background.


Black color preview on #09141C background

This text has black color on #09141C background.


White color preview on #09141C background

This text has white color on #09141C background.


Related colors

Complementary color

Complementary color for #hex is #F6EBE3.


I love getcolorcode.com

Triadic colors

1 #1C0914 and #141C09 with #09141C are triadic colors.

2 #1C1409 and #14091C with #09141C are triadic colors.