Shades of Black Russian #050C19
Tints of Black Russian #050C19
RGB
CMYK
RGB Variations
Color information
#050C19 (or 0x050C19) is known color: Black Russian. HEX triplet: 05, 0C and 19. RGB value is (5,12,25). Sum of RGB (Red+Green+Blue) = 5+12+25=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 12 (5.08% from 255 or 28.57% from 42); Blue value is 25 (10.16% from 255 or 59.52% from 42); Max value from RGB is 25 - color contains mainly: blue. Hex color #050C19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C19 is #FAF3E6. Grayscale: #0B0B0B. Windows color (decimal): -16446439 or 1641477. OLE color: 1641477.
HSL color Cylindrical-coordinate representation of color #050C19: hue angle of 219º 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 #050C19 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 12 | 25 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.90 |
| HSL | 219º | 0.67% | 0.06% | - |
| HSV(B) | 219º | 0.8% | 0.1% | - |
| XYZ | 0.37 | 0.37 | 0.97 | - |
| YUV | 11.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 25 | 0.80 | 0.52 | 0 | 0.90 | 219 | 0.67 | 0.06 |
| Hex | 5 | C | 19 | 50 | 34 | 0 | 5A | DB | 43 | 6 |
| Octal | 5 | 14 | 31 | 120 | 64 | 0 | 132 | 333 | 103 | 6 |
| Binary | 101 | 1100 | 11001 | 1010000 | 110100 | 0 | 1011010 | 11011011 | 1000011 | 110 |
Color Harmonies of #050C19
Complementary color
Monochromatic Colors of #050C19
Black with #050C19
Text Example
Text Example
White with #050C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C19; }
p { color: rgb(5,12,25); }
H1.HeaderClassName
{
color: #050C19;
}
.AnyTagClassName
{
color: #050C19;
}
</style>
background-color css
<style>
a { background-color: #050C19; }
a { background-color: rgb(5,12,25); }
div.DivClassName
{
background-color: #050C19;
}
.BgClassName
{
background-color: #050C19;
}
</style>
border-color css
<style>
span { border-color: #050C19; }
span { border-color: rgb(5,12,25); }
td.TdClassName
{
border-color: #050C19;
}
.TagClassName
{
border-color: #050C19;
}
</style>