COLOR #09141A

HEX: #09141A
RGB: (9,20,26)

Color info

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

RGB color model

#09141A color RGB value is (9,20,26).

  • red value is 9;
  • green value is 20;
  • blue value is 26.
RGB:
(9,20,26)
(4%,8%,10%)

RGB channels and saturation

R 9 of 255 = 4%
G 20 of 255 = 8%
B 26 of 255 = 10%

9
20
26

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

Portions of RGB colors in percentages

R + G + B =
9 + 20 + 26 = 55 (100%)
R 9 of 55 ~ 16.36%
G 20 of 55 ~ 36.36%
B 26 of 55 ~ 47.27%

%16.36
%36.36
%47.27

CMYK color model

#09141A color CMYK value is (65,23,0,90).

  • cyan value is 65.38%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(65,23,0,90)
C65M23Y0K90 
(65%,23%,0%,90%)
(0.65/0.23/0.00/0.90)	

CMYK percentages

%65.38
%23.08
%0
%89.8

Codes

Color #09141A in popluar color models

09141A
RGB92026
HSL201°48.57%6.86%
HSB/HSV201°65.38%10.20%
CMYK65.38%23.08%0.00%
89.80%

Color #09141A in popluar number systems.

HEX09141A
Decimal92026
Binary10011010011010
Octal112432

Shades and tints

Shades of #09141A

#09141A
(9,20,26)
#091318
(9,19,24)
#091216
(9,18,22)
#091114
(9,17,20)
#091012
(9,16,18)
#090F10
(9,15,16)
#090E0E
(9,14,14)
#090D0C
(9,13,12)
#090C0A
(9,12,10)
#090B08
(9,11,8)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #09141A

#09141A
(9,20,26)
#1F292E
(31,41,46)
#353E42
(53,62,66)
#4B5356
(75,83,86)
#61686A
(97,104,106)
#777D7E
(119,125,126)
#8D9292
(141,146,146)
#A3A7A6
(163,167,166)
#B9BCBA
(185,188,186)
#CFD1CE
(207,209,206)
#E5E6E2
(229,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09141A; }

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

This text font color is #09141A.


Background Color

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

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

This div background color is #09141A.


Border color

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

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

This div border color is #09141A.


Opacity

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

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

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

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

This text has shadow with #09141A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09141A on black background.


Color preview on white background

This text has color #09141A on white background.



Black color preview on #09141A background

This text has black color on #09141A background.


White color preview on #09141A background

This text has white color on #09141A background.