Shades of Blackcurrant #400E49
Tints of Blackcurrant #400E49
RGB
CMYK
RGB Variations
Color information
#400E49 (or 0x400E49) is known color: Blackcurrant. HEX triplet: 40, 0E and 49. RGB value is (64,14,73). Sum of RGB (Red+Green+Blue) = 64+14+73=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #400E49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E49 is #BFF1B6. Grayscale: #232323. Windows color (decimal): -12579255 or 4787776. OLE color: 4787776.
HSL color Cylindrical-coordinate representation of color #400E49: hue angle of 290.85º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400E49 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 14 | 73 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.71 |
| HSL | 290.85º | 0.68% | 0.17% | - |
| HSV(B) | 290.85º | 0.81% | 0.29% | - |
| XYZ | 3.47 | 1.89 | 6.48 | - |
| YUV | 35.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 73 | 0.12 | 0.81 | 0 | 0.71 | 290.85 | 0.68 | 0.17 |
| Hex | 40 | E | 49 | C | 51 | 0 | 47 | 123 | 44 | 11 |
| Octal | 100 | 16 | 111 | 14 | 121 | 0 | 107 | 443 | 104 | 21 |
| Binary | 1000000 | 1110 | 1001001 | 1100 | 1010001 | 0 | 1000111 | 100100011 | 1000100 | 10001 |
Color Harmonies of #400E49
Complementary color
Monochromatic Colors of #400E49
Black with #400E49
Text Example
Text Example
White with #400E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E49; }
p { color: rgb(64,14,73); }
H1.HeaderClassName
{
color: #400E49;
}
.AnyTagClassName
{
color: #400E49;
}
</style>
background-color css
<style>
a { background-color: #400E49; }
a { background-color: rgb(64,14,73); }
div.DivClassName
{
background-color: #400E49;
}
.BgClassName
{
background-color: #400E49;
}
</style>
border-color css
<style>
span { border-color: #400E49; }
span { border-color: rgb(64,14,73); }
td.TdClassName
{
border-color: #400E49;
}
.TagClassName
{
border-color: #400E49;
}
</style>