Shades of Black Russian #08060C
Tints of Black Russian #08060C
RGB
CMYK
RGB Variations
Color information
#08060C (or 0x08060C) is known color: Black Russian. HEX triplet: 08, 06 and 0C. RGB value is (8,6,12). Sum of RGB (Red+Green+Blue) = 8+6+12=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 12 (5.08% from 255 or 46.15% from 26); Max value from RGB is 12 - color contains mainly: blue. Hex color #08060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08060C is #F7F9F3. Grayscale: #070707. Windows color (decimal): -16251380 or 787976. OLE color: 787976.
HSL color Cylindrical-coordinate representation of color #08060C: hue angle of 260º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #08060C is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 8 | 6 | 12 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.95 |
| HSL | 260º | 0.33% | 0.04% | - |
| HSV(B) | 260º | 0.5% | 0.05% | - |
| XYZ | 0.23 | 0.21 | 0.38 | - |
| YUV | 7.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 12 | 0.33 | 0.50 | 0 | 0.95 | 260 | 0.33 | 0.04 |
| Hex | 8 | 6 | C | 21 | 32 | 0 | 5F | 104 | 21 | 4 |
| Octal | 10 | 6 | 14 | 41 | 62 | 0 | 137 | 404 | 41 | 4 |
| Binary | 1000 | 110 | 1100 | 100001 | 110010 | 0 | 1011111 | 100000100 | 100001 | 100 |
Color Harmonies of #08060C
Complementary color
Monochromatic Colors of #08060C
Black with #08060C
Text Example
Text Example
White with #08060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08060C; }
p { color: rgb(8,6,12); }
H1.HeaderClassName
{
color: #08060C;
}
.AnyTagClassName
{
color: #08060C;
}
</style>
background-color css
<style>
a { background-color: #08060C; }
a { background-color: rgb(8,6,12); }
div.DivClassName
{
background-color: #08060C;
}
.BgClassName
{
background-color: #08060C;
}
</style>
border-color css
<style>
span { border-color: #08060C; }
span { border-color: rgb(8,6,12); }
td.TdClassName
{
border-color: #08060C;
}
.TagClassName
{
border-color: #08060C;
}
</style>