Shades of Blackcurrant #400056
Tints of Blackcurrant #400056
RGB
CMYK
RGB Variations
Color information
#400056 (or 0x400056) is known color: Blackcurrant. HEX triplet: 40, 00 and 56. RGB value is (64,0,86). Sum of RGB (Red+Green+Blue) = 64+0+86=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 86 (33.98% from 255 or 57.33% from 150); Max value from RGB is 86 - color contains mainly: blue. Hex color #400056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400056 is #BFFFA9. Grayscale: #1C1C1C. Windows color (decimal): -12582826 or 5636160. OLE color: 5636160.
HSL color Cylindrical-coordinate representation of color #400056: hue angle of 284.65º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400056 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 0 | 86 | - |
| CMYK | 0.26 | 1 | 0 | 0.66 |
| HSL | 284.65º | 1% | 0.17% | - |
| HSV(B) | 284.65º | 1% | 0.34% | - |
| XYZ | 3.79 | 1.76 | 8.94 | - |
| YUV | 28.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 86 | 0.26 | 1 | 0 | 0.66 | 284.65 | 1 | 0.17 |
| Hex | 40 | 0 | 56 | 1A | 64 | 0 | 42 | 11D | 64 | 11 |
| Octal | 100 | 0 | 126 | 32 | 144 | 0 | 102 | 435 | 144 | 21 |
| Binary | 1000000 | 0 | 1010110 | 11010 | 1100100 | 0 | 1000010 | 100011101 | 1100100 | 10001 |
Color Harmonies of #400056
Complementary color
Monochromatic Colors of #400056
Black with #400056
Text Example
Text Example
White with #400056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400056; }
p { color: rgb(64,0,86); }
H1.HeaderClassName
{
color: #400056;
}
.AnyTagClassName
{
color: #400056;
}
</style>
background-color css
<style>
a { background-color: #400056; }
a { background-color: rgb(64,0,86); }
div.DivClassName
{
background-color: #400056;
}
.BgClassName
{
background-color: #400056;
}
</style>
border-color css
<style>
span { border-color: #400056; }
span { border-color: rgb(64,0,86); }
td.TdClassName
{
border-color: #400056;
}
.TagClassName
{
border-color: #400056;
}
</style>