Shades of Black Russian #050918
Tints of Black Russian #050918
RGB
CMYK
RGB Variations
Color information
#050918 (or 0x050918) is known color: Black Russian. HEX triplet: 05, 09 and 18. RGB value is (5,9,24). Sum of RGB (Red+Green+Blue) = 5+9+24=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 9 (3.91% from 255 or 23.68% from 38); Blue value is 24 (9.77% from 255 or 63.16% from 38); Max value from RGB is 24 - color contains mainly: blue. Hex color #050918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050918 is #FAF6E7. Grayscale: #090909. Windows color (decimal): -16447208 or 1575173. OLE color: 1575173.
HSL color Cylindrical-coordinate representation of color #050918: hue angle of 227.37º 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 #050918 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 9 | 24 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.91 |
| HSL | 227.37º | 0.66% | 0.06% | - |
| HSV(B) | 227.37º | 0.79% | 0.09% | - |
| XYZ | 0.33 | 0.29 | 0.9 | - |
| YUV | 9.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 9 | 24 | 0.79 | 0.63 | 0 | 0.91 | 227.37 | 0.66 | 0.06 |
| Hex | 5 | 9 | 18 | 4F | 3F | 0 | 5B | E3 | 42 | 6 |
| Octal | 5 | 11 | 30 | 117 | 77 | 0 | 133 | 343 | 102 | 6 |
| Binary | 101 | 1001 | 11000 | 1001111 | 111111 | 0 | 1011011 | 11100011 | 1000010 | 110 |
Color Harmonies of #050918
Complementary color
Monochromatic Colors of #050918
Black with #050918
Text Example
Text Example
White with #050918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050918; }
p { color: rgb(5,9,24); }
H1.HeaderClassName
{
color: #050918;
}
.AnyTagClassName
{
color: #050918;
}
</style>
background-color css
<style>
a { background-color: #050918; }
a { background-color: rgb(5,9,24); }
div.DivClassName
{
background-color: #050918;
}
.BgClassName
{
background-color: #050918;
}
</style>
border-color css
<style>
span { border-color: #050918; }
span { border-color: rgb(5,9,24); }
td.TdClassName
{
border-color: #050918;
}
.TagClassName
{
border-color: #050918;
}
</style>