Shades of Black Russian #09090D
Tints of Black Russian #09090D
RGB
CMYK
RGB Variations
Color information
#09090D (or 0x09090D) is known color: Black Russian. HEX triplet: 09, 09 and 0D. RGB value is (9,9,13). Sum of RGB (Red+Green+Blue) = 9+9+13=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 13 (5.47% from 255 or 41.94% from 31); Max value from RGB is 13 - color contains mainly: blue. Hex color #09090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09090D is #F6F6F2. Grayscale: #090909. Windows color (decimal): -16185075 or 854281. OLE color: 854281.
HSL color Cylindrical-coordinate representation of color #09090D: hue angle of 240º degrees, saturation: 0.18, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #09090D is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 9 | 9 | 13 | - |
CMYK | 0.31 | 0.31 | 0 | 0.95 |
HSL | 240º | 0.18% | 0.04% | - |
HSV(B) | 240º | 0.31% | 0.05% | - |
XYZ | 0.28 | 0.28 | 0.42 | - |
YUV | 9.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 9 | 13 | 0.31 | 0.31 | 0 | 0.95 | 240 | 0.18 | 0.04 |
Hex | 9 | 9 | D | 1F | 1F | 0 | 5F | F0 | 12 | 4 |
Octal | 11 | 11 | 15 | 37 | 37 | 0 | 137 | 360 | 22 | 4 |
Binary | 1001 | 1001 | 1101 | 11111 | 11111 | 0 | 1011111 | 11110000 | 10010 | 100 |
Color Harmonies of #09090D
Complementary color
Monochromatic Colors of #09090D
Black with #09090D
Text Example
Text Example
White with #09090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09090D; }
p { color: rgb(9,9,13); }
H1.HeaderClassName
{
color: #09090D;
}
.AnyTagClassName
{
color: #09090D;
}
</style>
background-color css
<style>
a { background-color: #09090D; }
a { background-color: rgb(9,9,13); }
div.DivClassName
{
background-color: #09090D;
}
.BgClassName
{
background-color: #09090D;
}
</style>
border-color css
<style>
span { border-color: #09090D; }
span { border-color: rgb(9,9,13); }
td.TdClassName
{
border-color: #09090D;
}
.TagClassName
{
border-color: #09090D;
}
</style>