Shades of Black Russian #040508
Tints of Black Russian #040508
RGB
CMYK
RGB Variations
Color information
#040508 (or 0x040508) is known color: Black Russian. HEX triplet: 04, 05 and 08. RGB value is (4,5,8). Sum of RGB (Red+Green+Blue) = 4+5+8=17 (2% of max value = 765). Red value is 4 (1.95% from 255 or 23.53% from 17); Green value is 5 (2.34% from 255 or 29.41% from 17); Blue value is 8 (3.52% from 255 or 47.06% from 17); Max value from RGB is 8 - color contains mainly: blue. Hex color #040508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040508 is #FBFAF7. Grayscale: #050505. Windows color (decimal): -16513784 or 525572. OLE color: 525572.
HSL color Cylindrical-coordinate representation of color #040508: hue angle of 225º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #040508 is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 4 | 5 | 8 | - |
| CMYK | 0.5 | 0.38 | 0 | 0.97 |
| HSL | 225º | 0.33% | 0.02% | - |
| HSV(B) | 225º | 0.5% | 0.03% | - |
| XYZ | 0.15 | 0.15 | 0.25 | - |
| YUV | 5.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 8 | 0.5 | 0.38 | 0 | 0.97 | 225 | 0.33 | 0.02 |
| Hex | 4 | 5 | 8 | 32 | 26 | 0 | 61 | E1 | 21 | 2 |
| Octal | 4 | 5 | 10 | 62 | 46 | 0 | 141 | 341 | 41 | 2 |
| Binary | 100 | 101 | 1000 | 110010 | 100110 | 0 | 1100001 | 11100001 | 100001 | 10 |
Color Harmonies of #040508
Complementary color
Monochromatic Colors of #040508
Black with #040508
Text Example
Text Example
White with #040508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040508; }
p { color: rgb(4,5,8); }
H1.HeaderClassName
{
color: #040508;
}
.AnyTagClassName
{
color: #040508;
}
</style>
background-color css
<style>
a { background-color: #040508; }
a { background-color: rgb(4,5,8); }
div.DivClassName
{
background-color: #040508;
}
.BgClassName
{
background-color: #040508;
}
</style>
border-color css
<style>
span { border-color: #040508; }
span { border-color: rgb(4,5,8); }
td.TdClassName
{
border-color: #040508;
}
.TagClassName
{
border-color: #040508;
}
</style>