Shades of Black Russian #000421
Tints of Black Russian #000421
RGB
CMYK
RGB Variations
Color information
#000421 (or 0x000421) is known color: Black Russian. HEX triplet: 00, 04 and 21. RGB value is (0,4,33). Sum of RGB (Red+Green+Blue) = 0+4+33=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 33 (13.28% from 255 or 89.19% from 37); Max value from RGB is 33 - color contains mainly: blue. Hex color #000421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000421 is #FFFBDE. Grayscale: #050505. Windows color (decimal): -16776159 or 2163712. OLE color: 2163712.
HSL color Cylindrical-coordinate representation of color #000421: hue angle of 232.73º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000421 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 4 | 33 | - |
| CMYK | 1 | 0.88 | 0 | 0.87 |
| HSL | 232.73º | 1% | 0.06% | - |
| HSV(B) | 232.73º | 1% | 0.13% | - |
| XYZ | 0.32 | 0.2 | 1.46 | - |
| YUV | 6.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 4 | 33 | 1 | 0.88 | 0 | 0.87 | 232.73 | 1 | 0.06 |
| Hex | 0 | 4 | 21 | 64 | 58 | 0 | 57 | E9 | 64 | 6 |
| Octal | 0 | 4 | 41 | 144 | 130 | 0 | 127 | 351 | 144 | 6 |
| Binary | 0 | 100 | 100001 | 1100100 | 1011000 | 0 | 1010111 | 11101001 | 1100100 | 110 |
Color Harmonies of #000421
Complementary color
Monochromatic Colors of #000421
Black with #000421
Text Example
Text Example
White with #000421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000421; }
p { color: rgb(0,4,33); }
H1.HeaderClassName
{
color: #000421;
}
.AnyTagClassName
{
color: #000421;
}
</style>
background-color css
<style>
a { background-color: #000421; }
a { background-color: rgb(0,4,33); }
div.DivClassName
{
background-color: #000421;
}
.BgClassName
{
background-color: #000421;
}
</style>
border-color css
<style>
span { border-color: #000421; }
span { border-color: rgb(0,4,33); }
td.TdClassName
{
border-color: #000421;
}
.TagClassName
{
border-color: #000421;
}
</style>