Shades of Black Russian #040530
Tints of Black Russian #040530
RGB
CMYK
RGB Variations
Color information
#040530 (or 0x040530) is known color: Black Russian. HEX triplet: 04, 05 and 30. RGB value is (4,5,48). Sum of RGB (Red+Green+Blue) = 4+5+48=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 48 (19.14% from 255 or 84.21% from 57); Max value from RGB is 48 - color contains mainly: blue. Hex color #040530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040530 is #FBFACF. Grayscale: #090909. Windows color (decimal): -16513744 or 3147012. OLE color: 3147012.
HSL color Cylindrical-coordinate representation of color #040530: hue angle of 238.64º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #040530 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 5 | 48 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.81 |
| HSL | 238.64º | 0.85% | 0.1% | - |
| HSV(B) | 238.64º | 0.92% | 0.19% | - |
| XYZ | 0.64 | 0.35 | 2.83 | - |
| YUV | 9.6 | 149.67 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 48 | 0.92 | 0.90 | 0 | 0.81 | 238.64 | 0.85 | 0.1 |
| Hex | 4 | 5 | 30 | 5C | 5A | 0 | 51 | EF | 55 | A |
| Octal | 4 | 5 | 60 | 134 | 132 | 0 | 121 | 357 | 125 | 12 |
| Binary | 100 | 101 | 110000 | 1011100 | 1011010 | 0 | 1010001 | 11101111 | 1010101 | 1010 |
Color Harmonies of #040530
Complementary color
Monochromatic Colors of #040530
Black with #040530
Text Example
Text Example
White with #040530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040530; }
p { color: rgb(4,5,48); }
H1.HeaderClassName
{
color: #040530;
}
.AnyTagClassName
{
color: #040530;
}
</style>
background-color css
<style>
a { background-color: #040530; }
a { background-color: rgb(4,5,48); }
div.DivClassName
{
background-color: #040530;
}
.BgClassName
{
background-color: #040530;
}
</style>
border-color css
<style>
span { border-color: #040530; }
span { border-color: rgb(4,5,48); }
td.TdClassName
{
border-color: #040530;
}
.TagClassName
{
border-color: #040530;
}
</style>