Shades of Black Russian #050619
Tints of Black Russian #050619
RGB
CMYK
RGB Variations
Color information
#050619 (or 0x050619) is known color: Black Russian. HEX triplet: 05, 06 and 19. RGB value is (5,6,25). Sum of RGB (Red+Green+Blue) = 5+6+25=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 6 (2.73% from 255 or 16.67% from 36); Blue value is 25 (10.16% from 255 or 69.44% from 36); Max value from RGB is 25 - color contains mainly: blue. Hex color #050619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050619 is #FAF9E6. Grayscale: #070707. Windows color (decimal): -16447975 or 1639941. OLE color: 1639941.
HSL color Cylindrical-coordinate representation of color #050619: hue angle of 237º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #050619 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 6 | 25 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.90 |
| HSL | 237º | 0.67% | 0.06% | - |
| HSV(B) | 237º | 0.8% | 0.1% | - |
| XYZ | 0.3 | 0.23 | 0.95 | - |
| YUV | 7.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 6 | 25 | 0.80 | 0.76 | 0 | 0.90 | 237 | 0.67 | 0.06 |
| Hex | 5 | 6 | 19 | 50 | 4C | 0 | 5A | ED | 43 | 6 |
| Octal | 5 | 6 | 31 | 120 | 114 | 0 | 132 | 355 | 103 | 6 |
| Binary | 101 | 110 | 11001 | 1010000 | 1001100 | 0 | 1011010 | 11101101 | 1000011 | 110 |
Color Harmonies of #050619
Complementary color
Monochromatic Colors of #050619
Black with #050619
Text Example
Text Example
White with #050619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050619; }
p { color: rgb(5,6,25); }
H1.HeaderClassName
{
color: #050619;
}
.AnyTagClassName
{
color: #050619;
}
</style>
background-color css
<style>
a { background-color: #050619; }
a { background-color: rgb(5,6,25); }
div.DivClassName
{
background-color: #050619;
}
.BgClassName
{
background-color: #050619;
}
</style>
border-color css
<style>
span { border-color: #050619; }
span { border-color: rgb(5,6,25); }
td.TdClassName
{
border-color: #050619;
}
.TagClassName
{
border-color: #050619;
}
</style>