Shades of Blackcurrant #400256
Tints of Blackcurrant #400256
RGB
CMYK
RGB Variations
Color information
#400256 (or 0x400256) is known color: Blackcurrant. HEX triplet: 40, 02 and 56. RGB value is (64,2,86). Sum of RGB (Red+Green+Blue) = 64+2+86=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #400256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400256 is #BFFDA9. Grayscale: #1D1D1D. Windows color (decimal): -12582314 or 5636672. OLE color: 5636672.
HSL color Cylindrical-coordinate representation of color #400256: hue angle of 284.29º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400256 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 2 | 86 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.66 |
| HSL | 284.29º | 0.95% | 0.17% | - |
| HSV(B) | 284.29º | 0.98% | 0.34% | - |
| XYZ | 3.82 | 1.81 | 8.95 | - |
| YUV | 30.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 86 | 0.26 | 0.98 | 0 | 0.66 | 284.29 | 0.95 | 0.17 |
| Hex | 40 | 2 | 56 | 1A | 62 | 0 | 42 | 11C | 5F | 11 |
| Octal | 100 | 2 | 126 | 32 | 142 | 0 | 102 | 434 | 137 | 21 |
| Binary | 1000000 | 10 | 1010110 | 11010 | 1100010 | 0 | 1000010 | 100011100 | 1011111 | 10001 |
Color Harmonies of #400256
Complementary color
Monochromatic Colors of #400256
Black with #400256
Text Example
Text Example
White with #400256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400256; }
p { color: rgb(64,2,86); }
H1.HeaderClassName
{
color: #400256;
}
.AnyTagClassName
{
color: #400256;
}
</style>
background-color css
<style>
a { background-color: #400256; }
a { background-color: rgb(64,2,86); }
div.DivClassName
{
background-color: #400256;
}
.BgClassName
{
background-color: #400256;
}
</style>
border-color css
<style>
span { border-color: #400256; }
span { border-color: rgb(64,2,86); }
td.TdClassName
{
border-color: #400256;
}
.TagClassName
{
border-color: #400256;
}
</style>