Shades of Black Russian #08031E
Tints of Black Russian #08031E
RGB
CMYK
RGB Variations
Color information
#08031E (or 0x08031E) is known color: Black Russian. HEX triplet: 08, 03 and 1E. RGB value is (8,3,30). Sum of RGB (Red+Green+Blue) = 8+3+30=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 30 (12.11% from 255 or 73.17% from 41); Max value from RGB is 30 - color contains mainly: blue. Hex color #08031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08031E is #F7FCE1. Grayscale: #070707. Windows color (decimal): -16252130 or 1966856. OLE color: 1966856.
HSL color Cylindrical-coordinate representation of color #08031E: hue angle of 251.11º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08031E is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 3 | 30 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.88 |
| HSL | 251.11º | 0.82% | 0.06% | - |
| HSV(B) | 251.11º | 0.9% | 0.12% | - |
| XYZ | 0.37 | 0.21 | 1.25 | - |
| YUV | 7.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 30 | 0.73 | 0.90 | 0 | 0.88 | 251.11 | 0.82 | 0.06 |
| Hex | 8 | 3 | 1E | 49 | 5A | 0 | 58 | FB | 52 | 6 |
| Octal | 10 | 3 | 36 | 111 | 132 | 0 | 130 | 373 | 122 | 6 |
| Binary | 1000 | 11 | 11110 | 1001001 | 1011010 | 0 | 1011000 | 11111011 | 1010010 | 110 |
Color Harmonies of #08031E
Complementary color
Monochromatic Colors of #08031E
Black with #08031E
Text Example
Text Example
White with #08031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08031E; }
p { color: rgb(8,3,30); }
H1.HeaderClassName
{
color: #08031E;
}
.AnyTagClassName
{
color: #08031E;
}
</style>
background-color css
<style>
a { background-color: #08031E; }
a { background-color: rgb(8,3,30); }
div.DivClassName
{
background-color: #08031E;
}
.BgClassName
{
background-color: #08031E;
}
</style>
border-color css
<style>
span { border-color: #08031E; }
span { border-color: rgb(8,3,30); }
td.TdClassName
{
border-color: #08031E;
}
.TagClassName
{
border-color: #08031E;
}
</style>