Shades of Black Russian #060C2C
Tints of Black Russian #060C2C
RGB
CMYK
RGB Variations
Color information
#060C2C (or 0x060C2C) is known color: Black Russian. HEX triplet: 06, 0C and 2C. RGB value is (6,12,44). Sum of RGB (Red+Green+Blue) = 6+12+44=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 44 (17.58% from 255 or 70.97% from 62); Max value from RGB is 44 - color contains mainly: blue. Hex color #060C2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C2C is #F9F3D3. Grayscale: #0D0D0D. Windows color (decimal): -16380884 or 2886662. OLE color: 2886662.
HSL color Cylindrical-coordinate representation of color #060C2C: hue angle of 230.53º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #060C2C is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 12 | 44 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.83 |
| HSL | 230.53º | 0.76% | 0.1% | - |
| HSV(B) | 230.53º | 0.86% | 0.17% | - |
| XYZ | 0.66 | 0.48 | 2.44 | - |
| YUV | 13.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 44 | 0.86 | 0.73 | 0 | 0.83 | 230.53 | 0.76 | 0.1 |
| Hex | 6 | C | 2C | 56 | 49 | 0 | 53 | E7 | 4C | A |
| Octal | 6 | 14 | 54 | 126 | 111 | 0 | 123 | 347 | 114 | 12 |
| Binary | 110 | 1100 | 101100 | 1010110 | 1001001 | 0 | 1010011 | 11100111 | 1001100 | 1010 |
Color Harmonies of #060C2C
Complementary color
Monochromatic Colors of #060C2C
Black with #060C2C
Text Example
Text Example
White with #060C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C2C; }
p { color: rgb(6,12,44); }
H1.HeaderClassName
{
color: #060C2C;
}
.AnyTagClassName
{
color: #060C2C;
}
</style>
background-color css
<style>
a { background-color: #060C2C; }
a { background-color: rgb(6,12,44); }
div.DivClassName
{
background-color: #060C2C;
}
.BgClassName
{
background-color: #060C2C;
}
</style>
border-color css
<style>
span { border-color: #060C2C; }
span { border-color: rgb(6,12,44); }
td.TdClassName
{
border-color: #060C2C;
}
.TagClassName
{
border-color: #060C2C;
}
</style>