Shades of Black Russian #050421
Tints of Black Russian #050421
RGB
CMYK
RGB Variations
Color information
#050421 (or 0x050421) is known color: Black Russian. HEX triplet: 05, 04 and 21. RGB value is (5,4,33). Sum of RGB (Red+Green+Blue) = 5+4+33=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 33 (13.28% from 255 or 78.57% from 42); Max value from RGB is 33 - color contains mainly: blue. Hex color #050421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050421 is #FAFBDE. Grayscale: #070707. Windows color (decimal): -16448479 or 2163717. OLE color: 2163717.
HSL color Cylindrical-coordinate representation of color #050421: hue angle of 242.07º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #050421 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 4 | 33 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.87 |
| HSL | 242.07º | 0.78% | 0.07% | - |
| HSV(B) | 242.07º | 0.88% | 0.13% | - |
| XYZ | 0.38 | 0.23 | 1.46 | - |
| YUV | 7.61 | 142.33 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 33 | 0.85 | 0.88 | 0 | 0.87 | 242.07 | 0.78 | 0.07 |
| Hex | 5 | 4 | 21 | 55 | 58 | 0 | 57 | F2 | 4E | 7 |
| Octal | 5 | 4 | 41 | 125 | 130 | 0 | 127 | 362 | 116 | 7 |
| Binary | 101 | 100 | 100001 | 1010101 | 1011000 | 0 | 1010111 | 11110010 | 1001110 | 111 |
Color Harmonies of #050421
Complementary color
Monochromatic Colors of #050421
Black with #050421
Text Example
Text Example
White with #050421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050421; }
p { color: rgb(5,4,33); }
H1.HeaderClassName
{
color: #050421;
}
.AnyTagClassName
{
color: #050421;
}
</style>
background-color css
<style>
a { background-color: #050421; }
a { background-color: rgb(5,4,33); }
div.DivClassName
{
background-color: #050421;
}
.BgClassName
{
background-color: #050421;
}
</style>
border-color css
<style>
span { border-color: #050421; }
span { border-color: rgb(5,4,33); }
td.TdClassName
{
border-color: #050421;
}
.TagClassName
{
border-color: #050421;
}
</style>