Shades of Black Russian #08062C
Tints of Black Russian #08062C
RGB
CMYK
RGB Variations
Color information
#08062C (or 0x08062C) is known color: Black Russian. HEX triplet: 08, 06 and 2C. RGB value is (8,6,44). Sum of RGB (Red+Green+Blue) = 8+6+44=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 44 (17.58% from 255 or 75.86% from 58); Max value from RGB is 44 - color contains mainly: blue. Hex color #08062C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08062C is #F7F9D3. Grayscale: #0A0A0A. Windows color (decimal): -16251348 or 2885128. OLE color: 2885128.
HSL color Cylindrical-coordinate representation of color #08062C: hue angle of 243.16º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08062C is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 6 | 44 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.83 |
| HSL | 243.16º | 0.76% | 0.1% | - |
| HSV(B) | 243.16º | 0.86% | 0.17% | - |
| XYZ | 0.62 | 0.36 | 2.42 | - |
| YUV | 10.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 44 | 0.82 | 0.86 | 0 | 0.83 | 243.16 | 0.76 | 0.1 |
| Hex | 8 | 6 | 2C | 52 | 56 | 0 | 53 | F3 | 4C | A |
| Octal | 10 | 6 | 54 | 122 | 126 | 0 | 123 | 363 | 114 | 12 |
| Binary | 1000 | 110 | 101100 | 1010010 | 1010110 | 0 | 1010011 | 11110011 | 1001100 | 1010 |
Color Harmonies of #08062C
Complementary color
Monochromatic Colors of #08062C
Black with #08062C
Text Example
Text Example
White with #08062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08062C; }
p { color: rgb(8,6,44); }
H1.HeaderClassName
{
color: #08062C;
}
.AnyTagClassName
{
color: #08062C;
}
</style>
background-color css
<style>
a { background-color: #08062C; }
a { background-color: rgb(8,6,44); }
div.DivClassName
{
background-color: #08062C;
}
.BgClassName
{
background-color: #08062C;
}
</style>
border-color css
<style>
span { border-color: #08062C; }
span { border-color: rgb(8,6,44); }
td.TdClassName
{
border-color: #08062C;
}
.TagClassName
{
border-color: #08062C;
}
</style>