Shades of Black Russian #08062D
Tints of Black Russian #08062D
RGB
CMYK
RGB Variations
Color information
#08062D (or 0x08062D) is known color: Black Russian. HEX triplet: 08, 06 and 2D. RGB value is (8,6,45). Sum of RGB (Red+Green+Blue) = 8+6+45=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 45 (17.97% from 255 or 76.27% from 59); Max value from RGB is 45 - color contains mainly: blue. Hex color #08062D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08062D is #F7F9D2. Grayscale: #0A0A0A. Windows color (decimal): -16251347 or 2950664. OLE color: 2950664.
HSL color Cylindrical-coordinate representation of color #08062D: hue angle of 243.08º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08062D is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 6 | 45 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.82 |
| HSL | 243.08º | 0.76% | 0.1% | - |
| HSV(B) | 243.08º | 0.87% | 0.18% | - |
| XYZ | 0.64 | 0.37 | 2.52 | - |
| YUV | 11.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 45 | 0.82 | 0.87 | 0 | 0.82 | 243.08 | 0.76 | 0.1 |
| Hex | 8 | 6 | 2D | 52 | 57 | 0 | 52 | F3 | 4C | A |
| Octal | 10 | 6 | 55 | 122 | 127 | 0 | 122 | 363 | 114 | 12 |
| Binary | 1000 | 110 | 101101 | 1010010 | 1010111 | 0 | 1010010 | 11110011 | 1001100 | 1010 |
Color Harmonies of #08062D
Complementary color
Monochromatic Colors of #08062D
Black with #08062D
Text Example
Text Example
White with #08062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08062D; }
p { color: rgb(8,6,45); }
H1.HeaderClassName
{
color: #08062D;
}
.AnyTagClassName
{
color: #08062D;
}
</style>
background-color css
<style>
a { background-color: #08062D; }
a { background-color: rgb(8,6,45); }
div.DivClassName
{
background-color: #08062D;
}
.BgClassName
{
background-color: #08062D;
}
</style>
border-color css
<style>
span { border-color: #08062D; }
span { border-color: rgb(8,6,45); }
td.TdClassName
{
border-color: #08062D;
}
.TagClassName
{
border-color: #08062D;
}
</style>