Shades of Black Russian #050A18
Tints of Black Russian #050A18
RGB
CMYK
RGB Variations
Color information
#050A18 (or 0x050A18) is known color: Black Russian. HEX triplet: 05, 0A and 18. RGB value is (5,10,24). Sum of RGB (Red+Green+Blue) = 5+10+24=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 24 (9.77% from 255 or 61.54% from 39); Max value from RGB is 24 - color contains mainly: blue. Hex color #050A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A18 is #FAF5E7. Grayscale: #0A0A0A. Windows color (decimal): -16446952 or 1575429. OLE color: 1575429.
HSL color Cylindrical-coordinate representation of color #050A18: hue angle of 224.21º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #050A18 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 10 | 24 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.91 |
| HSL | 224.21º | 0.66% | 0.06% | - |
| HSV(B) | 224.21º | 0.79% | 0.09% | - |
| XYZ | 0.34 | 0.32 | 0.91 | - |
| YUV | 10.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 24 | 0.79 | 0.58 | 0 | 0.91 | 224.21 | 0.66 | 0.06 |
| Hex | 5 | A | 18 | 4F | 3A | 0 | 5B | E0 | 42 | 6 |
| Octal | 5 | 12 | 30 | 117 | 72 | 0 | 133 | 340 | 102 | 6 |
| Binary | 101 | 1010 | 11000 | 1001111 | 111010 | 0 | 1011011 | 11100000 | 1000010 | 110 |
Color Harmonies of #050A18
Complementary color
Monochromatic Colors of #050A18
Black with #050A18
Text Example
Text Example
White with #050A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A18; }
p { color: rgb(5,10,24); }
H1.HeaderClassName
{
color: #050A18;
}
.AnyTagClassName
{
color: #050A18;
}
</style>
background-color css
<style>
a { background-color: #050A18; }
a { background-color: rgb(5,10,24); }
div.DivClassName
{
background-color: #050A18;
}
.BgClassName
{
background-color: #050A18;
}
</style>
border-color css
<style>
span { border-color: #050A18; }
span { border-color: rgb(5,10,24); }
td.TdClassName
{
border-color: #050A18;
}
.TagClassName
{
border-color: #050A18;
}
</style>