Shades of Black Russian #030212
Tints of Black Russian #030212
RGB
CMYK
RGB Variations
Color information
#030212 (or 0x030212) is known color: Black Russian. HEX triplet: 03, 02 and 12. RGB value is (3,2,18). Sum of RGB (Red+Green+Blue) = 3+2+18=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 2 (1.17% from 255 or 8.70% 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 #030212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030212 is #FCFDED. Grayscale: #040404. Windows color (decimal): -16580078 or 1180163. OLE color: 1180163.
HSL color Cylindrical-coordinate representation of color #030212: hue angle of 243.75º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #030212 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 2 | 18 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.93 |
| HSL | 243.75º | 0.8% | 0.04% | - |
| HSV(B) | 243.75º | 0.89% | 0.07% | - |
| XYZ | 0.17 | 0.11 | 0.58 | - |
| YUV | 4.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 18 | 0.83 | 0.89 | 0 | 0.93 | 243.75 | 0.8 | 0.04 |
| Hex | 3 | 2 | 12 | 53 | 59 | 0 | 5D | F4 | 50 | 4 |
| Octal | 3 | 2 | 22 | 123 | 131 | 0 | 135 | 364 | 120 | 4 |
| Binary | 11 | 10 | 10010 | 1010011 | 1011001 | 0 | 1011101 | 11110100 | 1010000 | 100 |
Color Harmonies of #030212
Complementary color
Monochromatic Colors of #030212
Black with #030212
Text Example
Text Example
White with #030212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030212; }
p { color: rgb(3,2,18); }
H1.HeaderClassName
{
color: #030212;
}
.AnyTagClassName
{
color: #030212;
}
</style>
background-color css
<style>
a { background-color: #030212; }
a { background-color: rgb(3,2,18); }
div.DivClassName
{
background-color: #030212;
}
.BgClassName
{
background-color: #030212;
}
</style>
border-color css
<style>
span { border-color: #030212; }
span { border-color: rgb(3,2,18); }
td.TdClassName
{
border-color: #030212;
}
.TagClassName
{
border-color: #030212;
}
</style>