Shades of Black Russian #040523
Tints of Black Russian #040523
RGB
CMYK
RGB Variations
Color information
#040523 (or 0x040523) is known color: Black Russian. HEX triplet: 04, 05 and 23. RGB value is (4,5,35). Sum of RGB (Red+Green+Blue) = 4+5+35=44 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.09% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 35 (14.06% from 255 or 79.55% from 44); Max value from RGB is 35 - color contains mainly: blue. Hex color #040523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040523 is #FBFADC. Grayscale: #080808. Windows color (decimal): -16513757 or 2295044. OLE color: 2295044.
HSL color Cylindrical-coordinate representation of color #040523: hue angle of 238.06º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #040523 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 4 | 5 | 35 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.86 |
| HSL | 238.06º | 0.79% | 0.08% | - |
| HSV(B) | 238.06º | 0.89% | 0.14% | - |
| XYZ | 0.41 | 0.26 | 1.62 | - |
| YUV | 8.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 35 | 0.89 | 0.86 | 0 | 0.86 | 238.06 | 0.79 | 0.08 |
| Hex | 4 | 5 | 23 | 59 | 56 | 0 | 56 | EE | 4F | 8 |
| Octal | 4 | 5 | 43 | 131 | 126 | 0 | 126 | 356 | 117 | 10 |
| Binary | 100 | 101 | 100011 | 1011001 | 1010110 | 0 | 1010110 | 11101110 | 1001111 | 1000 |
Color Harmonies of #040523
Complementary color
Monochromatic Colors of #040523
Black with #040523
Text Example
Text Example
White with #040523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040523; }
p { color: rgb(4,5,35); }
H1.HeaderClassName
{
color: #040523;
}
.AnyTagClassName
{
color: #040523;
}
</style>
background-color css
<style>
a { background-color: #040523; }
a { background-color: rgb(4,5,35); }
div.DivClassName
{
background-color: #040523;
}
.BgClassName
{
background-color: #040523;
}
</style>
border-color css
<style>
span { border-color: #040523; }
span { border-color: rgb(4,5,35); }
td.TdClassName
{
border-color: #040523;
}
.TagClassName
{
border-color: #040523;
}
</style>