Shades of Black Russian #050508
Tints of Black Russian #050508
RGB
CMYK
RGB Variations
Color information
#050508 (or 0x050508) is known color: Black Russian. HEX triplet: 05, 05 and 08. RGB value is (5,5,8). Sum of RGB (Red+Green+Blue) = 5+5+8=18 (2% of max value = 765). Red value is 5 (2.34% from 255 or 27.78% from 18); Green value is 5 (2.34% from 255 or 27.78% from 18); Blue value is 8 (3.52% from 255 or 44.44% from 18); Max value from RGB is 8 - color contains mainly: blue. Hex color #050508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050508 is #FAFAF7. Grayscale: #050505. Windows color (decimal): -16448248 or 525573. OLE color: 525573.
HSL color Cylindrical-coordinate representation of color #050508: hue angle of 240º degrees, saturation: 0.23, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #050508 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
RGB | 5 | 5 | 8 | - |
CMYK | 0.38 | 0.38 | 0 | 0.97 |
HSL | 240º | 0.23% | 0.03% | - |
HSV(B) | 240º | 0.38% | 0.03% | - |
XYZ | 0.16 | 0.16 | 0.25 | - |
YUV | 5.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 5 | 8 | 0.38 | 0.38 | 0 | 0.97 | 240 | 0.23 | 0.03 |
Hex | 5 | 5 | 8 | 26 | 26 | 0 | 61 | F0 | 17 | 3 |
Octal | 5 | 5 | 10 | 46 | 46 | 0 | 141 | 360 | 27 | 3 |
Binary | 101 | 101 | 1000 | 100110 | 100110 | 0 | 1100001 | 11110000 | 10111 | 11 |
Color Harmonies of #050508
Complementary color
Monochromatic Colors of #050508
Black with #050508
Text Example
Text Example
White with #050508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050508; }
p { color: rgb(5,5,8); }
H1.HeaderClassName
{
color: #050508;
}
.AnyTagClassName
{
color: #050508;
}
</style>
background-color css
<style>
a { background-color: #050508; }
a { background-color: rgb(5,5,8); }
div.DivClassName
{
background-color: #050508;
}
.BgClassName
{
background-color: #050508;
}
</style>
border-color css
<style>
span { border-color: #050508; }
span { border-color: rgb(5,5,8); }
td.TdClassName
{
border-color: #050508;
}
.TagClassName
{
border-color: #050508;
}
</style>