Shades of Blackcurrant #400554
Tints of Blackcurrant #400554
RGB
CMYK
RGB Variations
Color information
#400554 (or 0x400554) is known color: Blackcurrant. HEX triplet: 40, 05 and 54. RGB value is (64,5,84). Sum of RGB (Red+Green+Blue) = 64+5+84=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #400554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400554 is #BFFAAB. Grayscale: #1F1F1F. Windows color (decimal): -12581548 or 5506368. OLE color: 5506368.
HSL color Cylindrical-coordinate representation of color #400554: hue angle of 284.81º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400554 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 5 | 84 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.67 |
| HSL | 284.81º | 0.89% | 0.17% | - |
| HSV(B) | 284.81º | 0.94% | 0.33% | - |
| XYZ | 3.77 | 1.84 | 8.54 | - |
| YUV | 31.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 84 | 0.24 | 0.94 | 0 | 0.67 | 284.81 | 0.89 | 0.17 |
| Hex | 40 | 5 | 54 | 18 | 5E | 0 | 43 | 11D | 59 | 11 |
| Octal | 100 | 5 | 124 | 30 | 136 | 0 | 103 | 435 | 131 | 21 |
| Binary | 1000000 | 101 | 1010100 | 11000 | 1011110 | 0 | 1000011 | 100011101 | 1011001 | 10001 |
Color Harmonies of #400554
Complementary color
Monochromatic Colors of #400554
Black with #400554
Text Example
Text Example
White with #400554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400554; }
p { color: rgb(64,5,84); }
H1.HeaderClassName
{
color: #400554;
}
.AnyTagClassName
{
color: #400554;
}
</style>
background-color css
<style>
a { background-color: #400554; }
a { background-color: rgb(64,5,84); }
div.DivClassName
{
background-color: #400554;
}
.BgClassName
{
background-color: #400554;
}
</style>
border-color css
<style>
span { border-color: #400554; }
span { border-color: rgb(64,5,84); }
td.TdClassName
{
border-color: #400554;
}
.TagClassName
{
border-color: #400554;
}
</style>