Shades of Black Russian #09080D
Tints of Black Russian #09080D
RGB
CMYK
RGB Variations
Color information
#09080D (or 0x09080D) is known color: Black Russian. HEX triplet: 09, 08 and 0D. RGB value is (9,8,13). Sum of RGB (Red+Green+Blue) = 9+8+13=30 (3% of max value = 765). Red value is 9 (3.91% from 255 or 30% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 13 (5.47% from 255 or 43.33% from 30); Max value from RGB is 13 - color contains mainly: blue. Hex color #09080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09080D is #F6F7F2. Grayscale: #080808. Windows color (decimal): -16185331 or 854025. OLE color: 854025.
HSL color Cylindrical-coordinate representation of color #09080D: hue angle of 252º degrees, saturation: 0.24, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #09080D is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 9 | 8 | 13 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.95 |
| HSL | 252º | 0.24% | 0.04% | - |
| HSV(B) | 252º | 0.38% | 0.05% | - |
| XYZ | 0.27 | 0.26 | 0.42 | - |
| YUV | 8.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 13 | 0.31 | 0.38 | 0 | 0.95 | 252 | 0.24 | 0.04 |
| Hex | 9 | 8 | D | 1F | 26 | 0 | 5F | FC | 18 | 4 |
| Octal | 11 | 10 | 15 | 37 | 46 | 0 | 137 | 374 | 30 | 4 |
| Binary | 1001 | 1000 | 1101 | 11111 | 100110 | 0 | 1011111 | 11111100 | 11000 | 100 |
Color Harmonies of #09080D
Complementary color
Monochromatic Colors of #09080D
Black with #09080D
Text Example
Text Example
White with #09080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09080D; }
p { color: rgb(9,8,13); }
H1.HeaderClassName
{
color: #09080D;
}
.AnyTagClassName
{
color: #09080D;
}
</style>
background-color css
<style>
a { background-color: #09080D; }
a { background-color: rgb(9,8,13); }
div.DivClassName
{
background-color: #09080D;
}
.BgClassName
{
background-color: #09080D;
}
</style>
border-color css
<style>
span { border-color: #09080D; }
span { border-color: rgb(9,8,13); }
td.TdClassName
{
border-color: #09080D;
}
.TagClassName
{
border-color: #09080D;
}
</style>