Shades of Black Russian #060C1A
Tints of Black Russian #060C1A
RGB
CMYK
RGB Variations
Color information
#060C1A (or 0x060C1A) is known color: Black Russian. HEX triplet: 06, 0C and 1A. RGB value is (6,12,26). Sum of RGB (Red+Green+Blue) = 6+12+26=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 26 (10.55% from 255 or 59.09% from 44); Max value from RGB is 26 - color contains mainly: blue. Hex color #060C1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C1A is #F9F3E5. Grayscale: #0B0B0B. Windows color (decimal): -16380902 or 1707014. OLE color: 1707014.
HSL color Cylindrical-coordinate representation of color #060C1A: hue angle of 222º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #060C1A is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 12 | 26 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.90 |
| HSL | 222º | 0.63% | 0.06% | - |
| HSV(B) | 222º | 0.77% | 0.1% | - |
| XYZ | 0.39 | 0.38 | 1.03 | - |
| YUV | 11.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 26 | 0.77 | 0.54 | 0 | 0.90 | 222 | 0.63 | 0.06 |
| Hex | 6 | C | 1A | 4D | 36 | 0 | 5A | DE | 3E | 6 |
| Octal | 6 | 14 | 32 | 115 | 66 | 0 | 132 | 336 | 76 | 6 |
| Binary | 110 | 1100 | 11010 | 1001101 | 110110 | 0 | 1011010 | 11011110 | 111110 | 110 |
Color Harmonies of #060C1A
Complementary color
Monochromatic Colors of #060C1A
Black with #060C1A
Text Example
Text Example
White with #060C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C1A; }
p { color: rgb(6,12,26); }
H1.HeaderClassName
{
color: #060C1A;
}
.AnyTagClassName
{
color: #060C1A;
}
</style>
background-color css
<style>
a { background-color: #060C1A; }
a { background-color: rgb(6,12,26); }
div.DivClassName
{
background-color: #060C1A;
}
.BgClassName
{
background-color: #060C1A;
}
</style>
border-color css
<style>
span { border-color: #060C1A; }
span { border-color: rgb(6,12,26); }
td.TdClassName
{
border-color: #060C1A;
}
.TagClassName
{
border-color: #060C1A;
}
</style>