COLOR #09010D

HEX: #09010D
RGB: (9,1,13)

Color info

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

RGB color model

#09010D color RGB value is (9,1,13).

  • red value is 9;
  • green value is 1;
  • blue value is 13.
RGB:
(9,1,13)
(4%,0%,5%)

RGB channels and saturation

R 9 of 255 = 4%
G 1 of 255 = 0%
B 13 of 255 = 5%

9
1
13

R + G + B ~ 3%. #09010D is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 1 + 13 = 23 (100%)
R 9 of 23 ~ 39.13%
G 1 of 23 ~ 4.35%
B 13 of 23 ~ 56.52%

%39.13
%56.52

CMYK color model

#09010D color CMYK value is (31,92,0,95).

  • cyan value is 30.77%
  • magenta value is 92.31%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(31,92,0,95)
C31M92Y0K95 
(31%,92%,0%,95%)
(0.31/0.92/0.00/0.95)	

CMYK percentages

%30.77
%92.31
%0
%94.9

Codes

Color #09010D in popluar color models

09010D
RGB9113
HSL280°85.71%2.75%
HSB/HSV280°92.31%5.10%
CMYK30.77%92.31%0.00%
94.90%

Color #09010D in popluar number systems.

HEX09010D
Decimal9113
Binary100111101
Octal11115

Shades and tints

Shades of #09010D

#09010D
(9,1,13)
#09010C
(9,1,12)
#09010B
(9,1,11)
#09010A
(9,1,10)
#090109
(9,1,9)
#090108
(9,1,8)
#090107
(9,1,7)
#090106
(9,1,6)
#090105
(9,1,5)
#090104
(9,1,4)
#090103
(9,1,3)
#000000
(0,0,0)

Tints of #09010D

#09010D
(9,1,13)
#1F1823
(31,24,35)
#352F39
(53,47,57)
#4B464F
(75,70,79)
#615D65
(97,93,101)
#77747B
(119,116,123)
#8D8B91
(141,139,145)
#A3A2A7
(163,162,167)
#B9B9BD
(185,185,189)
#CFD0D3
(207,208,211)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09010D color. Also use rgb(9,1,13) instead hex code.

Text Font Color

.myTextColor { color: #09010D; }

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

This text font color is #09010D.


Background Color

.myBgColor { background-color: #09010D; }

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

This div background color is #09010D.


Border color

.myBorderColor { border: 1px solid #09010D; }

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

This div border color is #09010D.


Opacity

.myOpacity80 { color: #09010D; opacity: 0.8; }

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

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

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

This text has shadow with #09010D color.

.textShadow {text-shadow: 3px 3px 1px #09010D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09010D on black background.


Color preview on white background

This text has color #09010D on white background.



Black color preview on #09010D background

This text has black color on #09010D background.


White color preview on #09010D background

This text has white color on #09010D background.