Shades of Blackcurrant #400156
Tints of Blackcurrant #400156
RGB
CMYK
RGB Variations
Color information
#400156 (or 0x400156) is known color: Blackcurrant. HEX triplet: 40, 01 and 56. RGB value is (64,1,86). Sum of RGB (Red+Green+Blue) = 64+1+86=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #400156 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400156 is #BFFEA9. Grayscale: #1D1D1D. Windows color (decimal): -12582570 or 5636416. OLE color: 5636416.
HSL color Cylindrical-coordinate representation of color #400156: hue angle of 284.47º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400156 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 1 | 86 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.66 |
| HSL | 284.47º | 0.98% | 0.17% | - |
| HSV(B) | 284.47º | 0.99% | 0.34% | - |
| XYZ | 3.8 | 1.78 | 8.95 | - |
| YUV | 29.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 86 | 0.26 | 0.99 | 0 | 0.66 | 284.47 | 0.98 | 0.17 |
| Hex | 40 | 1 | 56 | 1A | 63 | 0 | 42 | 11C | 62 | 11 |
| Octal | 100 | 1 | 126 | 32 | 143 | 0 | 102 | 434 | 142 | 21 |
| Binary | 1000000 | 1 | 1010110 | 11010 | 1100011 | 0 | 1000010 | 100011100 | 1100010 | 10001 |
Color Harmonies of #400156
Complementary color
Monochromatic Colors of #400156
Black with #400156
Text Example
Text Example
White with #400156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400156; }
p { color: rgb(64,1,86); }
H1.HeaderClassName
{
color: #400156;
}
.AnyTagClassName
{
color: #400156;
}
</style>
background-color css
<style>
a { background-color: #400156; }
a { background-color: rgb(64,1,86); }
div.DivClassName
{
background-color: #400156;
}
.BgClassName
{
background-color: #400156;
}
</style>
border-color css
<style>
span { border-color: #400156; }
span { border-color: rgb(64,1,86); }
td.TdClassName
{
border-color: #400156;
}
.TagClassName
{
border-color: #400156;
}
</style>