Shades of Black Russian #08062F
Tints of Black Russian #08062F
RGB
CMYK
RGB Variations
Color information
#08062F (or 0x08062F) is known color: Black Russian. HEX triplet: 08, 06 and 2F. RGB value is (8,6,47). Sum of RGB (Red+Green+Blue) = 8+6+47=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 47 (18.75% from 255 or 77.05% from 61); Max value from RGB is 47 - color contains mainly: blue. Hex color #08062F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08062F is #F7F9D0. Grayscale: #0B0B0B. Windows color (decimal): -16251345 or 3081736. OLE color: 3081736.
HSL color Cylindrical-coordinate representation of color #08062F: hue angle of 242.93º degrees, saturation: 0.77, 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 #08062F is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 6 | 47 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.82 |
| HSL | 242.93º | 0.77% | 0.1% | - |
| HSV(B) | 242.93º | 0.87% | 0.18% | - |
| XYZ | 0.68 | 0.39 | 2.73 | - |
| YUV | 11.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 47 | 0.83 | 0.87 | 0 | 0.82 | 242.93 | 0.77 | 0.1 |
| Hex | 8 | 6 | 2F | 53 | 57 | 0 | 52 | F3 | 4D | A |
| Octal | 10 | 6 | 57 | 123 | 127 | 0 | 122 | 363 | 115 | 12 |
| Binary | 1000 | 110 | 101111 | 1010011 | 1010111 | 0 | 1010010 | 11110011 | 1001101 | 1010 |
Color Harmonies of #08062F
Complementary color
Monochromatic Colors of #08062F
Black with #08062F
Text Example
Text Example
White with #08062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08062F; }
p { color: rgb(8,6,47); }
H1.HeaderClassName
{
color: #08062F;
}
.AnyTagClassName
{
color: #08062F;
}
</style>
background-color css
<style>
a { background-color: #08062F; }
a { background-color: rgb(8,6,47); }
div.DivClassName
{
background-color: #08062F;
}
.BgClassName
{
background-color: #08062F;
}
</style>
border-color css
<style>
span { border-color: #08062F; }
span { border-color: rgb(8,6,47); }
td.TdClassName
{
border-color: #08062F;
}
.TagClassName
{
border-color: #08062F;
}
</style>