Shades of Black Russian #060C20
Tints of Black Russian #060C20
RGB
CMYK
RGB Variations
Color information
#060C20 (or 0x060C20) is known color: Black Russian. HEX triplet: 06, 0C and 20. RGB value is (6,12,32). Sum of RGB (Red+Green+Blue) = 6+12+32=50 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 32 (12.89% from 255 or 64% from 50); Max value from RGB is 32 - color contains mainly: blue. Hex color #060C20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C20 is #F9F3DF. Grayscale: #0C0C0C. Windows color (decimal): -16380896 or 2100230. OLE color: 2100230.
HSL color Cylindrical-coordinate representation of color #060C20: hue angle of 226.15º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #060C20 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 12 | 32 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.87 |
| HSL | 226.15º | 0.68% | 0.07% | - |
| HSV(B) | 226.15º | 0.81% | 0.13% | - |
| XYZ | 0.47 | 0.41 | 1.42 | - |
| YUV | 12.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 32 | 0.81 | 0.63 | 0 | 0.87 | 226.15 | 0.68 | 0.07 |
| Hex | 6 | C | 20 | 51 | 3F | 0 | 57 | E2 | 44 | 7 |
| Octal | 6 | 14 | 40 | 121 | 77 | 0 | 127 | 342 | 104 | 7 |
| Binary | 110 | 1100 | 100000 | 1010001 | 111111 | 0 | 1010111 | 11100010 | 1000100 | 111 |
Color Harmonies of #060C20
Complementary color
Monochromatic Colors of #060C20
Black with #060C20
Text Example
Text Example
White with #060C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C20; }
p { color: rgb(6,12,32); }
H1.HeaderClassName
{
color: #060C20;
}
.AnyTagClassName
{
color: #060C20;
}
</style>
background-color css
<style>
a { background-color: #060C20; }
a { background-color: rgb(6,12,32); }
div.DivClassName
{
background-color: #060C20;
}
.BgClassName
{
background-color: #060C20;
}
</style>
border-color css
<style>
span { border-color: #060C20; }
span { border-color: rgb(6,12,32); }
td.TdClassName
{
border-color: #060C20;
}
.TagClassName
{
border-color: #060C20;
}
</style>