COLOR #09151A

HEX: #09151A
RGB: (9,21,26)

Color info

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

RGB color model

#09151A color RGB value is (9,21,26).

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

RGB channels and saturation

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

9
21
26

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

Portions of RGB colors in percentages

R + G + B =
9 + 21 + 26 = 56 (100%)
R 9 of 56 ~ 16.07%
G 21 of 56 ~ 37.5%
B 26 of 56 ~ 46.43%

%16.07
%37.5
%46.43

CMYK color model

#09151A color CMYK value is (65,19,0,90).

  • cyan value is 65.38%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(65,19,0,90)
C65M19Y0K90 
(65%,19%,0%,90%)
(0.65/0.19/0.00/0.90)	

CMYK percentages

%65.38
%19.23
%0
%89.8

Codes

Color #09151A in popluar color models

09151A
RGB92126
HSL198°48.57%6.86%
HSB/HSV198°65.38%10.20%
CMYK65.38%19.23%0.00%
89.80%

Color #09151A in popluar number systems.

HEX09151A
Decimal92126
Binary10011010111010
Octal112532

Shades and tints

Shades of #09151A

#09151A
(9,21,26)
#091418
(9,20,24)
#091316
(9,19,22)
#091214
(9,18,20)
#091112
(9,17,18)
#091010
(9,16,16)
#090F0E
(9,15,14)
#090E0C
(9,14,12)
#090D0A
(9,13,10)
#090C08
(9,12,8)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #09151A

#09151A
(9,21,26)
#1F2A2E
(31,42,46)
#353F42
(53,63,66)
#4B5456
(75,84,86)
#61696A
(97,105,106)
#777E7E
(119,126,126)
#8D9392
(141,147,146)
#A3A8A6
(163,168,166)
#B9BDBA
(185,189,186)
#CFD2CE
(207,210,206)
#E5E7E2
(229,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09151A; }

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

This text font color is #09151A.


Background Color

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

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

This div background color is #09151A.


Border color

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

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

This div border color is #09151A.


Opacity

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

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

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

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

This text has shadow with #09151A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09151A on black background.


Color preview on white background

This text has color #09151A on white background.



Black color preview on #09151A background

This text has black color on #09151A background.


White color preview on #09151A background

This text has white color on #09151A background.