Shades of Black Russian #06050C
Tints of Black Russian #06050C
RGB
CMYK
RGB Variations
Color information
#06050C (or 0x06050C) is known color: Black Russian. HEX triplet: 06, 05 and 0C. RGB value is (6,5,12). Sum of RGB (Red+Green+Blue) = 6+5+12=23 (3% of max value = 765). Red value is 6 (2.73% from 255 or 26.09% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 12 (5.08% from 255 or 52.17% from 23); Max value from RGB is 12 - color contains mainly: blue. Hex color #06050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06050C is #F9FAF3. Grayscale: #060606. Windows color (decimal): -16382708 or 787718. OLE color: 787718.
HSL color Cylindrical-coordinate representation of color #06050C: hue angle of 248.57º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #06050C is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 6 | 5 | 12 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.95 |
| HSL | 248.57º | 0.41% | 0.03% | - |
| HSV(B) | 248.57º | 0.58% | 0.05% | - |
| XYZ | 0.2 | 0.17 | 0.37 | - |
| YUV | 6.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 12 | 0.50 | 0.58 | 0 | 0.95 | 248.57 | 0.41 | 0.03 |
| Hex | 6 | 5 | C | 32 | 3A | 0 | 5F | F9 | 29 | 3 |
| Octal | 6 | 5 | 14 | 62 | 72 | 0 | 137 | 371 | 51 | 3 |
| Binary | 110 | 101 | 1100 | 110010 | 111010 | 0 | 1011111 | 11111001 | 101001 | 11 |
Color Harmonies of #06050C
Complementary color
Monochromatic Colors of #06050C
Black with #06050C
Text Example
Text Example
White with #06050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06050C; }
p { color: rgb(6,5,12); }
H1.HeaderClassName
{
color: #06050C;
}
.AnyTagClassName
{
color: #06050C;
}
</style>
background-color css
<style>
a { background-color: #06050C; }
a { background-color: rgb(6,5,12); }
div.DivClassName
{
background-color: #06050C;
}
.BgClassName
{
background-color: #06050C;
}
</style>
border-color css
<style>
span { border-color: #06050C; }
span { border-color: rgb(6,5,12); }
td.TdClassName
{
border-color: #06050C;
}
.TagClassName
{
border-color: #06050C;
}
</style>