Shades of Black Russian #08061C
Tints of Black Russian #08061C
RGB
CMYK
RGB Variations
Color information
#08061C (or 0x08061C) is known color: Black Russian. HEX triplet: 08, 06 and 1C. RGB value is (8,6,28). Sum of RGB (Red+Green+Blue) = 8+6+28=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 28 (11.33% from 255 or 66.67% from 42); Max value from RGB is 28 - color contains mainly: blue. Hex color #08061C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08061C is #F7F9E3. Grayscale: #090909. Windows color (decimal): -16251364 or 1836552. OLE color: 1836552.
HSL color Cylindrical-coordinate representation of color #08061C: hue angle of 245.45º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #08061C is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 6 | 28 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.89 |
| HSL | 245.45º | 0.65% | 0.07% | - |
| HSV(B) | 245.45º | 0.79% | 0.11% | - |
| XYZ | 0.37 | 0.27 | 1.13 | - |
| YUV | 9.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 28 | 0.71 | 0.79 | 0 | 0.89 | 245.45 | 0.65 | 0.07 |
| Hex | 8 | 6 | 1C | 47 | 4F | 0 | 59 | F5 | 41 | 7 |
| Octal | 10 | 6 | 34 | 107 | 117 | 0 | 131 | 365 | 101 | 7 |
| Binary | 1000 | 110 | 11100 | 1000111 | 1001111 | 0 | 1011001 | 11110101 | 1000001 | 111 |
Color Harmonies of #08061C
Complementary color
Monochromatic Colors of #08061C
Black with #08061C
Text Example
Text Example
White with #08061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08061C; }
p { color: rgb(8,6,28); }
H1.HeaderClassName
{
color: #08061C;
}
.AnyTagClassName
{
color: #08061C;
}
</style>
background-color css
<style>
a { background-color: #08061C; }
a { background-color: rgb(8,6,28); }
div.DivClassName
{
background-color: #08061C;
}
.BgClassName
{
background-color: #08061C;
}
</style>
border-color css
<style>
span { border-color: #08061C; }
span { border-color: rgb(8,6,28); }
td.TdClassName
{
border-color: #08061C;
}
.TagClassName
{
border-color: #08061C;
}
</style>