Shades of Black Russian #000222
Tints of Black Russian #000222
RGB
CMYK
RGB Variations
Color information
#000222 (or 0x000222) is known color: Black Russian. HEX triplet: 00, 02 and 22. RGB value is (0,2,34). Sum of RGB (Red+Green+Blue) = 0+2+34=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 34 (13.67% from 255 or 94.44% from 36); Max value from RGB is 34 - color contains mainly: blue. Hex color #000222 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000222 is #FFFDDD. Grayscale: #040404. Windows color (decimal): -16776670 or 2228736. OLE color: 2228736.
HSL color Cylindrical-coordinate representation of color #000222: hue angle of 236.47º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000222 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 2 | 34 | - |
| CMYK | 1 | 0.94 | 0 | 0.87 |
| HSL | 236.47º | 1% | 0.07% | - |
| HSV(B) | 236.47º | 1% | 0.13% | - |
| XYZ | 0.31 | 0.16 | 1.53 | - |
| YUV | 5.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 34 | 1 | 0.94 | 0 | 0.87 | 236.47 | 1 | 0.07 |
| Hex | 0 | 2 | 22 | 64 | 5E | 0 | 57 | EC | 64 | 7 |
| Octal | 0 | 2 | 42 | 144 | 136 | 0 | 127 | 354 | 144 | 7 |
| Binary | 0 | 10 | 100010 | 1100100 | 1011110 | 0 | 1010111 | 11101100 | 1100100 | 111 |
Color Harmonies of #000222
Complementary color
Monochromatic Colors of #000222
Black with #000222
Text Example
Text Example
White with #000222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000222; }
p { color: rgb(0,2,34); }
H1.HeaderClassName
{
color: #000222;
}
.AnyTagClassName
{
color: #000222;
}
</style>
background-color css
<style>
a { background-color: #000222; }
a { background-color: rgb(0,2,34); }
div.DivClassName
{
background-color: #000222;
}
.BgClassName
{
background-color: #000222;
}
</style>
border-color css
<style>
span { border-color: #000222; }
span { border-color: rgb(0,2,34); }
td.TdClassName
{
border-color: #000222;
}
.TagClassName
{
border-color: #000222;
}
</style>