Shades of Black Russian #060C1C
Tints of Black Russian #060C1C
RGB
CMYK
RGB Variations
Color information
#060C1C (or 0x060C1C) is known color: Black Russian. HEX triplet: 06, 0C and 1C. RGB value is (6,12,28). Sum of RGB (Red+Green+Blue) = 6+12+28=46 (6% of max value = 765). Red value is 6 (2.73% from 255 or 13.04% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #060C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C1C is #F9F3E3. Grayscale: #0B0B0B. Windows color (decimal): -16380900 or 1838086. OLE color: 1838086.
HSL color Cylindrical-coordinate representation of color #060C1C: hue angle of 223.64º 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 #060C1C is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 12 | 28 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.89 |
| HSL | 223.64º | 0.65% | 0.07% | - |
| HSV(B) | 223.64º | 0.79% | 0.11% | - |
| XYZ | 0.42 | 0.39 | 1.15 | - |
| YUV | 12.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 28 | 0.79 | 0.57 | 0 | 0.89 | 223.64 | 0.65 | 0.07 |
| Hex | 6 | C | 1C | 4F | 39 | 0 | 59 | E0 | 41 | 7 |
| Octal | 6 | 14 | 34 | 117 | 71 | 0 | 131 | 340 | 101 | 7 |
| Binary | 110 | 1100 | 11100 | 1001111 | 111001 | 0 | 1011001 | 11100000 | 1000001 | 111 |
Color Harmonies of #060C1C
Complementary color
Monochromatic Colors of #060C1C
Black with #060C1C
Text Example
Text Example
White with #060C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C1C; }
p { color: rgb(6,12,28); }
H1.HeaderClassName
{
color: #060C1C;
}
.AnyTagClassName
{
color: #060C1C;
}
</style>
background-color css
<style>
a { background-color: #060C1C; }
a { background-color: rgb(6,12,28); }
div.DivClassName
{
background-color: #060C1C;
}
.BgClassName
{
background-color: #060C1C;
}
</style>
border-color css
<style>
span { border-color: #060C1C; }
span { border-color: rgb(6,12,28); }
td.TdClassName
{
border-color: #060C1C;
}
.TagClassName
{
border-color: #060C1C;
}
</style>