Shades of Black Russian #050819
Tints of Black Russian #050819
RGB
CMYK
RGB Variations
Color information
#050819 (or 0x050819) is known color: Black Russian. HEX triplet: 05, 08 and 19. RGB value is (5,8,25). Sum of RGB (Red+Green+Blue) = 5+8+25=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 25 (10.16% from 255 or 65.79% from 38); Max value from RGB is 25 - color contains mainly: blue. Hex color #050819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050819 is #FAF7E6. Grayscale: #080808. Windows color (decimal): -16447463 or 1640453. OLE color: 1640453.
HSL color Cylindrical-coordinate representation of color #050819: hue angle of 231º 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 #050819 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 8 | 25 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.90 |
| HSL | 231º | 0.67% | 0.06% | - |
| HSV(B) | 231º | 0.8% | 0.1% | - |
| XYZ | 0.32 | 0.28 | 0.96 | - |
| YUV | 9.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 25 | 0.80 | 0.68 | 0 | 0.90 | 231 | 0.67 | 0.06 |
| Hex | 5 | 8 | 19 | 50 | 44 | 0 | 5A | E7 | 43 | 6 |
| Octal | 5 | 10 | 31 | 120 | 104 | 0 | 132 | 347 | 103 | 6 |
| Binary | 101 | 1000 | 11001 | 1010000 | 1000100 | 0 | 1011010 | 11100111 | 1000011 | 110 |
Color Harmonies of #050819
Complementary color
Monochromatic Colors of #050819
Black with #050819
Text Example
Text Example
White with #050819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050819; }
p { color: rgb(5,8,25); }
H1.HeaderClassName
{
color: #050819;
}
.AnyTagClassName
{
color: #050819;
}
</style>
background-color css
<style>
a { background-color: #050819; }
a { background-color: rgb(5,8,25); }
div.DivClassName
{
background-color: #050819;
}
.BgClassName
{
background-color: #050819;
}
</style>
border-color css
<style>
span { border-color: #050819; }
span { border-color: rgb(5,8,25); }
td.TdClassName
{
border-color: #050819;
}
.TagClassName
{
border-color: #050819;
}
</style>