Shades of Black Russian #00022B
Tints of Black Russian #00022B
RGB
CMYK
RGB Variations
Color information
#00022B (or 0x00022B) is known color: Black Russian. HEX triplet: 00, 02 and 2B. RGB value is (0,2,43). Sum of RGB (Red+Green+Blue) = 0+2+43=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 43 (17.19% from 255 or 95.56% from 45); Max value from RGB is 43 - color contains mainly: blue. Hex color #00022B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00022B is #FFFDD4. Grayscale: #050505. Windows color (decimal): -16776661 or 2818560. OLE color: 2818560.
HSL color Cylindrical-coordinate representation of color #00022B: hue angle of 237.21º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00022B is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 2 | 43 | - |
| CMYK | 1 | 0.95 | 0 | 0.83 |
| HSL | 237.21º | 1% | 0.08% | - |
| HSV(B) | 237.21º | 1% | 0.17% | - |
| XYZ | 0.46 | 0.22 | 2.3 | - |
| YUV | 6.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 43 | 1 | 0.95 | 0 | 0.83 | 237.21 | 1 | 0.08 |
| Hex | 0 | 2 | 2B | 64 | 5F | 0 | 53 | ED | 64 | 8 |
| Octal | 0 | 2 | 53 | 144 | 137 | 0 | 123 | 355 | 144 | 10 |
| Binary | 0 | 10 | 101011 | 1100100 | 1011111 | 0 | 1010011 | 11101101 | 1100100 | 1000 |
Color Harmonies of #00022B
Complementary color
Monochromatic Colors of #00022B
Black with #00022B
Text Example
Text Example
White with #00022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00022B; }
p { color: rgb(0,2,43); }
H1.HeaderClassName
{
color: #00022B;
}
.AnyTagClassName
{
color: #00022B;
}
</style>
background-color css
<style>
a { background-color: #00022B; }
a { background-color: rgb(0,2,43); }
div.DivClassName
{
background-color: #00022B;
}
.BgClassName
{
background-color: #00022B;
}
</style>
border-color css
<style>
span { border-color: #00022B; }
span { border-color: rgb(0,2,43); }
td.TdClassName
{
border-color: #00022B;
}
.TagClassName
{
border-color: #00022B;
}
</style>