Shades of Blackcurrant #400551
Tints of Blackcurrant #400551
RGB
CMYK
RGB Variations
Color information
#400551 (or 0x400551) is known color: Blackcurrant. HEX triplet: 40, 05 and 51. RGB value is (64,5,81). Sum of RGB (Red+Green+Blue) = 64+5+81=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #400551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400551 is #BFFAAE. Grayscale: #1F1F1F. Windows color (decimal): -12581551 or 5309760. OLE color: 5309760.
HSL color Cylindrical-coordinate representation of color #400551: hue angle of 286.58º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400551 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 5 | 81 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.68 |
| HSL | 286.58º | 0.88% | 0.17% | - |
| HSV(B) | 286.58º | 0.94% | 0.32% | - |
| XYZ | 3.65 | 1.79 | 7.94 | - |
| YUV | 31.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 81 | 0.21 | 0.94 | 0 | 0.68 | 286.58 | 0.88 | 0.17 |
| Hex | 40 | 5 | 51 | 15 | 5E | 0 | 44 | 11F | 58 | 11 |
| Octal | 100 | 5 | 121 | 25 | 136 | 0 | 104 | 437 | 130 | 21 |
| Binary | 1000000 | 101 | 1010001 | 10101 | 1011110 | 0 | 1000100 | 100011111 | 1011000 | 10001 |
Color Harmonies of #400551
Complementary color
Monochromatic Colors of #400551
Black with #400551
Text Example
Text Example
White with #400551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400551; }
p { color: rgb(64,5,81); }
H1.HeaderClassName
{
color: #400551;
}
.AnyTagClassName
{
color: #400551;
}
</style>
background-color css
<style>
a { background-color: #400551; }
a { background-color: rgb(64,5,81); }
div.DivClassName
{
background-color: #400551;
}
.BgClassName
{
background-color: #400551;
}
</style>
border-color css
<style>
span { border-color: #400551; }
span { border-color: rgb(64,5,81); }
td.TdClassName
{
border-color: #400551;
}
.TagClassName
{
border-color: #400551;
}
</style>