Shades of Black Russian #08071E
Tints of Black Russian #08071E
RGB
CMYK
RGB Variations
Color information
#08071E (or 0x08071E) is known color: Black Russian. HEX triplet: 08, 07 and 1E. RGB value is (8,7,30). Sum of RGB (Red+Green+Blue) = 8+7+30=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 30 (12.11% from 255 or 66.67% from 45); Max value from RGB is 30 - color contains mainly: blue. Hex color #08071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08071E is #F7F8E1. Grayscale: #090909. Windows color (decimal): -16251106 or 1967880. OLE color: 1967880.
HSL color Cylindrical-coordinate representation of color #08071E: hue angle of 242.61º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #08071E is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 7 | 30 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.88 |
| HSL | 242.61º | 0.62% | 0.07% | - |
| HSV(B) | 242.61º | 0.77% | 0.12% | - |
| XYZ | 0.41 | 0.3 | 1.26 | - |
| YUV | 9.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 30 | 0.73 | 0.77 | 0 | 0.88 | 242.61 | 0.62 | 0.07 |
| Hex | 8 | 7 | 1E | 49 | 4D | 0 | 58 | F3 | 3E | 7 |
| Octal | 10 | 7 | 36 | 111 | 115 | 0 | 130 | 363 | 76 | 7 |
| Binary | 1000 | 111 | 11110 | 1001001 | 1001101 | 0 | 1011000 | 11110011 | 111110 | 111 |
Color Harmonies of #08071E
Complementary color
Monochromatic Colors of #08071E
Black with #08071E
Text Example
Text Example
White with #08071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08071E; }
p { color: rgb(8,7,30); }
H1.HeaderClassName
{
color: #08071E;
}
.AnyTagClassName
{
color: #08071E;
}
</style>
background-color css
<style>
a { background-color: #08071E; }
a { background-color: rgb(8,7,30); }
div.DivClassName
{
background-color: #08071E;
}
.BgClassName
{
background-color: #08071E;
}
</style>
border-color css
<style>
span { border-color: #08071E; }
span { border-color: rgb(8,7,30); }
td.TdClassName
{
border-color: #08071E;
}
.TagClassName
{
border-color: #08071E;
}
</style>