Shades of Blackcurrant #400548
Tints of Blackcurrant #400548
RGB
CMYK
RGB Variations
Color information
#400548 (or 0x400548) is known color: Blackcurrant. HEX triplet: 40, 05 and 48. RGB value is (64,5,72). Sum of RGB (Red+Green+Blue) = 64+5+72=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #400548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400548 is #BFFAB7. Grayscale: #1E1E1E. Windows color (decimal): -12581560 or 4719936. OLE color: 4719936.
HSL color Cylindrical-coordinate representation of color #400548: hue angle of 292.84º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400548 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 5 | 72 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.72 |
| HSL | 292.84º | 0.87% | 0.15% | - |
| HSV(B) | 292.84º | 0.93% | 0.28% | - |
| XYZ | 3.34 | 1.67 | 6.28 | - |
| YUV | 30.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 72 | 0.11 | 0.93 | 0 | 0.72 | 292.84 | 0.87 | 0.15 |
| Hex | 40 | 5 | 48 | B | 5D | 0 | 48 | 125 | 57 | F |
| Octal | 100 | 5 | 110 | 13 | 135 | 0 | 110 | 445 | 127 | 17 |
| Binary | 1000000 | 101 | 1001000 | 1011 | 1011101 | 0 | 1001000 | 100100101 | 1010111 | 1111 |
Color Harmonies of #400548
Complementary color
Monochromatic Colors of #400548
Black with #400548
Text Example
Text Example
White with #400548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400548; }
p { color: rgb(64,5,72); }
H1.HeaderClassName
{
color: #400548;
}
.AnyTagClassName
{
color: #400548;
}
</style>
background-color css
<style>
a { background-color: #400548; }
a { background-color: rgb(64,5,72); }
div.DivClassName
{
background-color: #400548;
}
.BgClassName
{
background-color: #400548;
}
</style>
border-color css
<style>
span { border-color: #400548; }
span { border-color: rgb(64,5,72); }
td.TdClassName
{
border-color: #400548;
}
.TagClassName
{
border-color: #400548;
}
</style>