Shades of Black Russian #08080C
Tints of Black Russian #08080C
RGB
CMYK
RGB Variations
Color information
#08080C (or 0x08080C) is known color: Black Russian. HEX triplet: 08, 08 and 0C. RGB value is (8,8,12). Sum of RGB (Red+Green+Blue) = 8+8+12=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 12 (5.08% from 255 or 42.86% from 28); Max value from RGB is 12 - color contains mainly: blue. Hex color #08080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08080C is #F7F7F3. Grayscale: #080808. Windows color (decimal): -16250868 or 788488. OLE color: 788488.
HSL color Cylindrical-coordinate representation of color #08080C: hue angle of 240º degrees, saturation: 0.2, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #08080C is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 8 | 8 | 12 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.95 |
| HSL | 240º | 0.2% | 0.04% | - |
| HSV(B) | 240º | 0.33% | 0.05% | - |
| XYZ | 0.25 | 0.25 | 0.38 | - |
| YUV | 8.46 | 130 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 12 | 0.33 | 0.33 | 0 | 0.95 | 240 | 0.2 | 0.04 |
| Hex | 8 | 8 | C | 21 | 21 | 0 | 5F | F0 | 14 | 4 |
| Octal | 10 | 10 | 14 | 41 | 41 | 0 | 137 | 360 | 24 | 4 |
| Binary | 1000 | 1000 | 1100 | 100001 | 100001 | 0 | 1011111 | 11110000 | 10100 | 100 |
Color Harmonies of #08080C
Complementary color
Monochromatic Colors of #08080C
Black with #08080C
Text Example
Text Example
White with #08080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08080C; }
p { color: rgb(8,8,12); }
H1.HeaderClassName
{
color: #08080C;
}
.AnyTagClassName
{
color: #08080C;
}
</style>
background-color css
<style>
a { background-color: #08080C; }
a { background-color: rgb(8,8,12); }
div.DivClassName
{
background-color: #08080C;
}
.BgClassName
{
background-color: #08080C;
}
</style>
border-color css
<style>
span { border-color: #08080C; }
span { border-color: rgb(8,8,12); }
td.TdClassName
{
border-color: #08080C;
}
.TagClassName
{
border-color: #08080C;
}
</style>