Shades of Black Russian #050B17
Tints of Black Russian #050B17
RGB
CMYK
RGB Variations
Color information
#050B17 (or 0x050B17) is known color: Black Russian. HEX triplet: 05, 0B and 17. RGB value is (5,11,23). Sum of RGB (Red+Green+Blue) = 5+11+23=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 23 (9.38% from 255 or 58.97% from 39); Max value from RGB is 23 - color contains mainly: blue. Hex color #050B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B17 is #FAF4E8. Grayscale: #0A0A0A. Windows color (decimal): -16446697 or 1510149. OLE color: 1510149.
HSL color Cylindrical-coordinate representation of color #050B17: hue angle of 220º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #050B17 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 11 | 23 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.91 |
| HSL | 220º | 0.64% | 0.05% | - |
| HSV(B) | 220º | 0.78% | 0.09% | - |
| XYZ | 0.34 | 0.33 | 0.86 | - |
| YUV | 10.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 23 | 0.78 | 0.52 | 0 | 0.91 | 220 | 0.64 | 0.05 |
| Hex | 5 | B | 17 | 4E | 34 | 0 | 5B | DC | 40 | 5 |
| Octal | 5 | 13 | 27 | 116 | 64 | 0 | 133 | 334 | 100 | 5 |
| Binary | 101 | 1011 | 10111 | 1001110 | 110100 | 0 | 1011011 | 11011100 | 1000000 | 101 |
Color Harmonies of #050B17
Complementary color
Monochromatic Colors of #050B17
Black with #050B17
Text Example
Text Example
White with #050B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B17; }
p { color: rgb(5,11,23); }
H1.HeaderClassName
{
color: #050B17;
}
.AnyTagClassName
{
color: #050B17;
}
</style>
background-color css
<style>
a { background-color: #050B17; }
a { background-color: rgb(5,11,23); }
div.DivClassName
{
background-color: #050B17;
}
.BgClassName
{
background-color: #050B17;
}
</style>
border-color css
<style>
span { border-color: #050B17; }
span { border-color: rgb(5,11,23); }
td.TdClassName
{
border-color: #050B17;
}
.TagClassName
{
border-color: #050B17;
}
</style>