Shades of Black Russian #06012C
Tints of Black Russian #06012C
RGB
CMYK
RGB Variations
Color information
#06012C (or 0x06012C) is known color: Black Russian. HEX triplet: 06, 01 and 2C. RGB value is (6,1,44). Sum of RGB (Red+Green+Blue) = 6+1+44=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 44 (17.58% from 255 or 86.27% from 51); Max value from RGB is 44 - color contains mainly: blue. Hex color #06012C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06012C is #F9FED3. Grayscale: #070707. Windows color (decimal): -16383700 or 2883846. OLE color: 2883846.
HSL color Cylindrical-coordinate representation of color #06012C: hue angle of 246.98º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06012C is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 1 | 44 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.83 |
| HSL | 246.98º | 0.96% | 0.09% | - |
| HSV(B) | 246.98º | 0.98% | 0.17% | - |
| XYZ | 0.54 | 0.24 | 2.4 | - |
| YUV | 7.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 44 | 0.86 | 0.98 | 0 | 0.83 | 246.98 | 0.96 | 0.09 |
| Hex | 6 | 1 | 2C | 56 | 62 | 0 | 53 | F7 | 60 | 9 |
| Octal | 6 | 1 | 54 | 126 | 142 | 0 | 123 | 367 | 140 | 11 |
| Binary | 110 | 1 | 101100 | 1010110 | 1100010 | 0 | 1010011 | 11110111 | 1100000 | 1001 |
Color Harmonies of #06012C
Complementary color
Monochromatic Colors of #06012C
Black with #06012C
Text Example
Text Example
White with #06012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06012C; }
p { color: rgb(6,1,44); }
H1.HeaderClassName
{
color: #06012C;
}
.AnyTagClassName
{
color: #06012C;
}
</style>
background-color css
<style>
a { background-color: #06012C; }
a { background-color: rgb(6,1,44); }
div.DivClassName
{
background-color: #06012C;
}
.BgClassName
{
background-color: #06012C;
}
</style>
border-color css
<style>
span { border-color: #06012C; }
span { border-color: rgb(6,1,44); }
td.TdClassName
{
border-color: #06012C;
}
.TagClassName
{
border-color: #06012C;
}
</style>