Shades of Black Russian #010712
Tints of Black Russian #010712
RGB
CMYK
RGB Variations
Color information
#010712 (or 0x010712) is known color: Black Russian. HEX triplet: 01, 07 and 12. RGB value is (1,7,18). Sum of RGB (Red+Green+Blue) = 1+7+18=26 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.85% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 18 (7.42% from 255 or 69.23% from 26); Max value from RGB is 18 - color contains mainly: blue. Hex color #010712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010712 is #FEF8ED. Grayscale: #060606. Windows color (decimal): -16709870 or 1181441. OLE color: 1181441.
HSL color Cylindrical-coordinate representation of color #010712: hue angle of 218.82º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010712 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 1 | 7 | 18 | - |
CMYK | 0.94 | 0.61 | 0 | 0.93 |
HSL | 218.82º | 0.89% | 0.04% | - |
HSV(B) | 218.82º | 0.94% | 0.07% | - |
XYZ | 0.2 | 0.2 | 0.6 | - |
YUV | 6.46 | 134.51 | 124.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 7 | 18 | 0.94 | 0.61 | 0 | 0.93 | 218.82 | 0.89 | 0.04 |
Hex | 1 | 7 | 12 | 5E | 3D | 0 | 5D | DB | 59 | 4 |
Octal | 1 | 7 | 22 | 136 | 75 | 0 | 135 | 333 | 131 | 4 |
Binary | 1 | 111 | 10010 | 1011110 | 111101 | 0 | 1011101 | 11011011 | 1011001 | 100 |
Color Harmonies of #010712
Complementary color
Monochromatic Colors of #010712
Black with #010712
Text Example
Text Example
White with #010712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010712; }
p { color: rgb(1,7,18); }
H1.HeaderClassName
{
color: #010712;
}
.AnyTagClassName
{
color: #010712;
}
</style>
background-color css
<style>
a { background-color: #010712; }
a { background-color: rgb(1,7,18); }
div.DivClassName
{
background-color: #010712;
}
.BgClassName
{
background-color: #010712;
}
</style>
border-color css
<style>
span { border-color: #010712; }
span { border-color: rgb(1,7,18); }
td.TdClassName
{
border-color: #010712;
}
.TagClassName
{
border-color: #010712;
}
</style>