Shades of Black Russian #050621
Tints of Black Russian #050621
RGB
CMYK
RGB Variations
Color information
#050621 (or 0x050621) is known color: Black Russian. HEX triplet: 05, 06 and 21. RGB value is (5,6,33). Sum of RGB (Red+Green+Blue) = 5+6+33=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 33 (13.28% from 255 or 75% from 44); Max value from RGB is 33 - color contains mainly: blue. Hex color #050621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050621 is #FAF9DE. Grayscale: #080808. Windows color (decimal): -16447967 or 2164229. OLE color: 2164229.
HSL color Cylindrical-coordinate representation of color #050621: hue angle of 237.86º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #050621 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 6 | 33 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.87 |
| HSL | 237.86º | 0.74% | 0.07% | - |
| HSV(B) | 237.86º | 0.85% | 0.13% | - |
| XYZ | 0.4 | 0.27 | 1.47 | - |
| YUV | 8.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 6 | 33 | 0.85 | 0.82 | 0 | 0.87 | 237.86 | 0.74 | 0.07 |
| Hex | 5 | 6 | 21 | 55 | 52 | 0 | 57 | EE | 4A | 7 |
| Octal | 5 | 6 | 41 | 125 | 122 | 0 | 127 | 356 | 112 | 7 |
| Binary | 101 | 110 | 100001 | 1010101 | 1010010 | 0 | 1010111 | 11101110 | 1001010 | 111 |
Color Harmonies of #050621
Complementary color
Monochromatic Colors of #050621
Black with #050621
Text Example
Text Example
White with #050621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050621; }
p { color: rgb(5,6,33); }
H1.HeaderClassName
{
color: #050621;
}
.AnyTagClassName
{
color: #050621;
}
</style>
background-color css
<style>
a { background-color: #050621; }
a { background-color: rgb(5,6,33); }
div.DivClassName
{
background-color: #050621;
}
.BgClassName
{
background-color: #050621;
}
</style>
border-color css
<style>
span { border-color: #050621; }
span { border-color: rgb(5,6,33); }
td.TdClassName
{
border-color: #050621;
}
.TagClassName
{
border-color: #050621;
}
</style>