Shades of Black Russian #06012A
Tints of Black Russian #06012A
RGB
CMYK
RGB Variations
Color information
#06012A (or 0x06012A) is known color: Black Russian. HEX triplet: 06, 01 and 2A. RGB value is (6,1,42). Sum of RGB (Red+Green+Blue) = 6+1+42=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 42 (16.80% from 255 or 85.71% from 49); Max value from RGB is 42 - color contains mainly: blue. Hex color #06012A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06012A is #F9FED5. Grayscale: #070707. Windows color (decimal): -16383702 or 2752774. OLE color: 2752774.
HSL color Cylindrical-coordinate representation of color #06012A: hue angle of 247.32º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06012A is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 1 | 42 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.84 |
| HSL | 247.32º | 0.95% | 0.08% | - |
| HSV(B) | 247.32º | 0.98% | 0.16% | - |
| XYZ | 0.5 | 0.23 | 2.21 | - |
| YUV | 7.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 42 | 0.86 | 0.98 | 0 | 0.84 | 247.32 | 0.95 | 0.08 |
| Hex | 6 | 1 | 2A | 56 | 62 | 0 | 54 | F7 | 5F | 8 |
| Octal | 6 | 1 | 52 | 126 | 142 | 0 | 124 | 367 | 137 | 10 |
| Binary | 110 | 1 | 101010 | 1010110 | 1100010 | 0 | 1010100 | 11110111 | 1011111 | 1000 |
Color Harmonies of #06012A
Complementary color
Monochromatic Colors of #06012A
Black with #06012A
Text Example
Text Example
White with #06012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06012A; }
p { color: rgb(6,1,42); }
H1.HeaderClassName
{
color: #06012A;
}
.AnyTagClassName
{
color: #06012A;
}
</style>
background-color css
<style>
a { background-color: #06012A; }
a { background-color: rgb(6,1,42); }
div.DivClassName
{
background-color: #06012A;
}
.BgClassName
{
background-color: #06012A;
}
</style>
border-color css
<style>
span { border-color: #06012A; }
span { border-color: rgb(6,1,42); }
td.TdClassName
{
border-color: #06012A;
}
.TagClassName
{
border-color: #06012A;
}
</style>