Shades of Black Russian #060C19
Tints of Black Russian #060C19
RGB
CMYK
RGB Variations
Color information
#060C19 (or 0x060C19) is known color: Black Russian. HEX triplet: 06, 0C and 19. RGB value is (6,12,25). Sum of RGB (Red+Green+Blue) = 6+12+25=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #060C19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C19 is #F9F3E6. Grayscale: #0B0B0B. Windows color (decimal): -16380903 or 1641478. OLE color: 1641478.
HSL color Cylindrical-coordinate representation of color #060C19: hue angle of 221.05º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #060C19 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 12 | 25 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.90 |
| HSL | 221.05º | 0.61% | 0.06% | - |
| HSV(B) | 221.05º | 0.76% | 0.1% | - |
| XYZ | 0.38 | 0.37 | 0.97 | - |
| YUV | 11.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 25 | 0.76 | 0.52 | 0 | 0.90 | 221.05 | 0.61 | 0.06 |
| Hex | 6 | C | 19 | 4C | 34 | 0 | 5A | DD | 3D | 6 |
| Octal | 6 | 14 | 31 | 114 | 64 | 0 | 132 | 335 | 75 | 6 |
| Binary | 110 | 1100 | 11001 | 1001100 | 110100 | 0 | 1011010 | 11011101 | 111101 | 110 |
Color Harmonies of #060C19
Complementary color
Monochromatic Colors of #060C19
Black with #060C19
Text Example
Text Example
White with #060C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C19; }
p { color: rgb(6,12,25); }
H1.HeaderClassName
{
color: #060C19;
}
.AnyTagClassName
{
color: #060C19;
}
</style>
background-color css
<style>
a { background-color: #060C19; }
a { background-color: rgb(6,12,25); }
div.DivClassName
{
background-color: #060C19;
}
.BgClassName
{
background-color: #060C19;
}
</style>
border-color css
<style>
span { border-color: #060C19; }
span { border-color: rgb(6,12,25); }
td.TdClassName
{
border-color: #060C19;
}
.TagClassName
{
border-color: #060C19;
}
</style>