Shades of Black Russian #000512
Tints of Black Russian #000512
RGB
CMYK
RGB Variations
Color information
#000512 (or 0x000512) is known color: Black Russian. HEX triplet: 00, 05 and 12. RGB value is (0,5,18). Sum of RGB (Red+Green+Blue) = 0+5+18=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 18 (7.42% from 255 or 78.26% from 23); Max value from RGB is 18 - color contains mainly: blue. Hex color #000512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000512 is #FFFAED. Grayscale: #040404. Windows color (decimal): -16775918 or 1180928. OLE color: 1180928.
HSL color Cylindrical-coordinate representation of color #000512: hue angle of 223.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000512 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 5 | 18 | - |
| CMYK | 1 | 0.72 | 0 | 0.93 |
| HSL | 223.33º | 1% | 0.04% | - |
| HSV(B) | 223.33º | 1% | 0.07% | - |
| XYZ | 0.16 | 0.15 | 0.59 | - |
| YUV | 4.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 18 | 1 | 0.72 | 0 | 0.93 | 223.33 | 1 | 0.04 |
| Hex | 0 | 5 | 12 | 64 | 48 | 0 | 5D | DF | 64 | 4 |
| Octal | 0 | 5 | 22 | 144 | 110 | 0 | 135 | 337 | 144 | 4 |
| Binary | 0 | 101 | 10010 | 1100100 | 1001000 | 0 | 1011101 | 11011111 | 1100100 | 100 |
Color Harmonies of #000512
Complementary color
Monochromatic Colors of #000512
Black with #000512
Text Example
Text Example
White with #000512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000512; }
p { color: rgb(0,5,18); }
H1.HeaderClassName
{
color: #000512;
}
.AnyTagClassName
{
color: #000512;
}
</style>
background-color css
<style>
a { background-color: #000512; }
a { background-color: rgb(0,5,18); }
div.DivClassName
{
background-color: #000512;
}
.BgClassName
{
background-color: #000512;
}
</style>
border-color css
<style>
span { border-color: #000512; }
span { border-color: rgb(0,5,18); }
td.TdClassName
{
border-color: #000512;
}
.TagClassName
{
border-color: #000512;
}
</style>