Shades of Black Russian #010512
Tints of Black Russian #010512
RGB
CMYK
RGB Variations
Color information
#010512 (or 0x010512) is known color: Black Russian. HEX triplet: 01, 05 and 12. RGB value is (1,5,18). Sum of RGB (Red+Green+Blue) = 1+5+18=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 18 (7.42% from 255 or 75% from 24); Max value from RGB is 18 - color contains mainly: blue. Hex color #010512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010512 is #FEFAED. Grayscale: #050505. Windows color (decimal): -16710382 or 1180929. OLE color: 1180929.
HSL color Cylindrical-coordinate representation of color #010512: hue angle of 225.88º 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 #010512 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 5 | 18 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.93 |
| HSL | 225.88º | 0.89% | 0.04% | - |
| HSV(B) | 225.88º | 0.94% | 0.07% | - |
| XYZ | 0.18 | 0.16 | 0.59 | - |
| YUV | 5.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 18 | 0.94 | 0.72 | 0 | 0.93 | 225.88 | 0.89 | 0.04 |
| Hex | 1 | 5 | 12 | 5E | 48 | 0 | 5D | E2 | 59 | 4 |
| Octal | 1 | 5 | 22 | 136 | 110 | 0 | 135 | 342 | 131 | 4 |
| Binary | 1 | 101 | 10010 | 1011110 | 1001000 | 0 | 1011101 | 11100010 | 1011001 | 100 |
Color Harmonies of #010512
Complementary color
Monochromatic Colors of #010512
Black with #010512
Text Example
Text Example
White with #010512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010512; }
p { color: rgb(1,5,18); }
H1.HeaderClassName
{
color: #010512;
}
.AnyTagClassName
{
color: #010512;
}
</style>
background-color css
<style>
a { background-color: #010512; }
a { background-color: rgb(1,5,18); }
div.DivClassName
{
background-color: #010512;
}
.BgClassName
{
background-color: #010512;
}
</style>
border-color css
<style>
span { border-color: #010512; }
span { border-color: rgb(1,5,18); }
td.TdClassName
{
border-color: #010512;
}
.TagClassName
{
border-color: #010512;
}
</style>