Shades of Black Russian #08090D
Tints of Black Russian #08090D
RGB
CMYK
RGB Variations
Color information
#08090D (or 0x08090D) is known color: Black Russian. HEX triplet: 08, 09 and 0D. RGB value is (8,9,13). Sum of RGB (Red+Green+Blue) = 8+9+13=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 9 (3.91% from 255 or 30% 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 #08090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08090D is #F7F6F2. Grayscale: #090909. Windows color (decimal): -16250611 or 854280. OLE color: 854280.
HSL color Cylindrical-coordinate representation of color #08090D: hue angle of 228º 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 #08090D is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 9 | 13 | - |
CMYK | 0.38 | 0.31 | 0 | 0.95 |
HSL | 228º | 0.24% | 0.04% | - |
HSV(B) | 228º | 0.38% | 0.05% | - |
XYZ | 0.27 | 0.28 | 0.42 | - |
YUV | 9.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 9 | 13 | 0.38 | 0.31 | 0 | 0.95 | 228 | 0.24 | 0.04 |
Hex | 8 | 9 | D | 26 | 1F | 0 | 5F | E4 | 18 | 4 |
Octal | 10 | 11 | 15 | 46 | 37 | 0 | 137 | 344 | 30 | 4 |
Binary | 1000 | 1001 | 1101 | 100110 | 11111 | 0 | 1011111 | 11100100 | 11000 | 100 |
Color Harmonies of #08090D
Complementary color
Monochromatic Colors of #08090D
Black with #08090D
Text Example
Text Example
White with #08090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08090D; }
p { color: rgb(8,9,13); }
H1.HeaderClassName
{
color: #08090D;
}
.AnyTagClassName
{
color: #08090D;
}
</style>
background-color css
<style>
a { background-color: #08090D; }
a { background-color: rgb(8,9,13); }
div.DivClassName
{
background-color: #08090D;
}
.BgClassName
{
background-color: #08090D;
}
</style>
border-color css
<style>
span { border-color: #08090D; }
span { border-color: rgb(8,9,13); }
td.TdClassName
{
border-color: #08090D;
}
.TagClassName
{
border-color: #08090D;
}
</style>