Shades of Black Russian #040513
Tints of Black Russian #040513
RGB
CMYK
RGB Variations
Color information
#040513 (or 0x040513) is known color: Black Russian. HEX triplet: 04, 05 and 13. RGB value is (4,5,19). Sum of RGB (Red+Green+Blue) = 4+5+19=28 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.29% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 19 (7.81% from 255 or 67.86% from 28); Max value from RGB is 19 - color contains mainly: blue. Hex color #040513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040513 is #FBFAEC. Grayscale: #060606. Windows color (decimal): -16513773 or 1246468. OLE color: 1246468.
HSL color Cylindrical-coordinate representation of color #040513: hue angle of 236º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #040513 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 5 | 19 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.93 |
| HSL | 236º | 0.65% | 0.05% | - |
| HSV(B) | 236º | 0.79% | 0.07% | - |
| XYZ | 0.22 | 0.18 | 0.64 | - |
| YUV | 6.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 19 | 0.79 | 0.74 | 0 | 0.93 | 236 | 0.65 | 0.05 |
| Hex | 4 | 5 | 13 | 4F | 4A | 0 | 5D | EC | 41 | 5 |
| Octal | 4 | 5 | 23 | 117 | 112 | 0 | 135 | 354 | 101 | 5 |
| Binary | 100 | 101 | 10011 | 1001111 | 1001010 | 0 | 1011101 | 11101100 | 1000001 | 101 |
Color Harmonies of #040513
Complementary color
Monochromatic Colors of #040513
Black with #040513
Text Example
Text Example
White with #040513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040513; }
p { color: rgb(4,5,19); }
H1.HeaderClassName
{
color: #040513;
}
.AnyTagClassName
{
color: #040513;
}
</style>
background-color css
<style>
a { background-color: #040513; }
a { background-color: rgb(4,5,19); }
div.DivClassName
{
background-color: #040513;
}
.BgClassName
{
background-color: #040513;
}
</style>
border-color css
<style>
span { border-color: #040513; }
span { border-color: rgb(4,5,19); }
td.TdClassName
{
border-color: #040513;
}
.TagClassName
{
border-color: #040513;
}
</style>