Shades of Black Russian #000012
Tints of Black Russian #000012
RGB
CMYK
RGB Variations
Color information
#000012 (or 0x000012) is known color: Black Russian. HEX triplet: 00, 00 and 12. RGB value is (0,0,18). Sum of RGB (Red+Green+Blue) = 0+0+18=18 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 18); Green value is 0 (0.39% from 255 or 0% from 18); Blue value is 18 (7.42% from 255 or 100% from 18); Max value from RGB is 18 - color contains mainly: blue. Hex color #000012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000012 is #FFFFED. Grayscale: #010101. Windows color (decimal): -16777198 or 1179648. OLE color: 1179648.
HSL color Cylindrical-coordinate representation of color #000012: hue angle of 240º 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 #000012 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 0 | 0 | 18 | - |
CMYK | 1 | 1 | 0 | 0.93 |
HSL | 240º | 1% | 0.04% | - |
HSV(B) | 240º | 1% | 0.07% | - |
XYZ | 0.11 | 0.04 | 0.57 | - |
YUV | 2.05 | 137 | 126.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 0 | 18 | 1 | 1 | 0 | 0.93 | 240 | 1 | 0.04 |
Hex | 0 | 0 | 12 | 64 | 64 | 0 | 5D | F0 | 64 | 4 |
Octal | 0 | 0 | 22 | 144 | 144 | 0 | 135 | 360 | 144 | 4 |
Binary | 0 | 0 | 10010 | 1100100 | 1100100 | 0 | 1011101 | 11110000 | 1100100 | 100 |
Color Harmonies of #000012
Complementary color
Monochromatic Colors of #000012
Black with #000012
Text Example
Text Example
White with #000012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000012; }
p { color: rgb(0,0,18); }
H1.HeaderClassName
{
color: #000012;
}
.AnyTagClassName
{
color: #000012;
}
</style>
background-color css
<style>
a { background-color: #000012; }
a { background-color: rgb(0,0,18); }
div.DivClassName
{
background-color: #000012;
}
.BgClassName
{
background-color: #000012;
}
</style>
border-color css
<style>
span { border-color: #000012; }
span { border-color: rgb(0,0,18); }
td.TdClassName
{
border-color: #000012;
}
.TagClassName
{
border-color: #000012;
}
</style>