Shades of Black Russian #08072E
Tints of Black Russian #08072E
RGB
CMYK
RGB Variations
Color information
#08072E (or 0x08072E) is known color: Black Russian. HEX triplet: 08, 07 and 2E. RGB value is (8,7,46). Sum of RGB (Red+Green+Blue) = 8+7+46=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 46 (18.36% from 255 or 75.41% from 61); Max value from RGB is 46 - color contains mainly: blue. Hex color #08072E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08072E is #F7F8D1. Grayscale: #0B0B0B. Windows color (decimal): -16251090 or 3016456. OLE color: 3016456.
HSL color Cylindrical-coordinate representation of color #08072E: hue angle of 241.54º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08072E is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 7 | 46 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.82 |
| HSL | 241.54º | 0.74% | 0.1% | - |
| HSV(B) | 241.54º | 0.85% | 0.18% | - |
| XYZ | 0.67 | 0.4 | 2.63 | - |
| YUV | 11.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 46 | 0.83 | 0.85 | 0 | 0.82 | 241.54 | 0.74 | 0.1 |
| Hex | 8 | 7 | 2E | 53 | 55 | 0 | 52 | F2 | 4A | A |
| Octal | 10 | 7 | 56 | 123 | 125 | 0 | 122 | 362 | 112 | 12 |
| Binary | 1000 | 111 | 101110 | 1010011 | 1010101 | 0 | 1010010 | 11110010 | 1001010 | 1010 |
Color Harmonies of #08072E
Complementary color
Monochromatic Colors of #08072E
Black with #08072E
Text Example
Text Example
White with #08072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08072E; }
p { color: rgb(8,7,46); }
H1.HeaderClassName
{
color: #08072E;
}
.AnyTagClassName
{
color: #08072E;
}
</style>
background-color css
<style>
a { background-color: #08072E; }
a { background-color: rgb(8,7,46); }
div.DivClassName
{
background-color: #08072E;
}
.BgClassName
{
background-color: #08072E;
}
</style>
border-color css
<style>
span { border-color: #08072E; }
span { border-color: rgb(8,7,46); }
td.TdClassName
{
border-color: #08072E;
}
.TagClassName
{
border-color: #08072E;
}
</style>