Shades of Black Russian #00022F
Tints of Black Russian #00022F
RGB
CMYK
RGB Variations
Color information
#00022F (or 0x00022F) is known color: Black Russian. HEX triplet: 00, 02 and 2F. RGB value is (0,2,47). Sum of RGB (Red+Green+Blue) = 0+2+47=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 47 (18.75% from 255 or 95.92% from 49); Max value from RGB is 47 - color contains mainly: blue. Hex color #00022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00022F is #FFFDD0. Grayscale: #060606. Windows color (decimal): -16776657 or 3080704. OLE color: 3080704.
HSL color Cylindrical-coordinate representation of color #00022F: hue angle of 237.45º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00022F is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 2 | 47 | - |
| CMYK | 1 | 0.96 | 0 | 0.82 |
| HSL | 237.45º | 1% | 0.09% | - |
| HSV(B) | 237.45º | 1% | 0.18% | - |
| XYZ | 0.53 | 0.25 | 2.71 | - |
| YUV | 6.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 47 | 1 | 0.96 | 0 | 0.82 | 237.45 | 1 | 0.09 |
| Hex | 0 | 2 | 2F | 64 | 60 | 0 | 52 | ED | 64 | 9 |
| Octal | 0 | 2 | 57 | 144 | 140 | 0 | 122 | 355 | 144 | 11 |
| Binary | 0 | 10 | 101111 | 1100100 | 1100000 | 0 | 1010010 | 11101101 | 1100100 | 1001 |
Color Harmonies of #00022F
Complementary color
Monochromatic Colors of #00022F
Black with #00022F
Text Example
Text Example
White with #00022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00022F; }
p { color: rgb(0,2,47); }
H1.HeaderClassName
{
color: #00022F;
}
.AnyTagClassName
{
color: #00022F;
}
</style>
background-color css
<style>
a { background-color: #00022F; }
a { background-color: rgb(0,2,47); }
div.DivClassName
{
background-color: #00022F;
}
.BgClassName
{
background-color: #00022F;
}
</style>
border-color css
<style>
span { border-color: #00022F; }
span { border-color: rgb(0,2,47); }
td.TdClassName
{
border-color: #00022F;
}
.TagClassName
{
border-color: #00022F;
}
</style>