Shades of Blackcurrant #400E48
Tints of Blackcurrant #400E48
RGB
CMYK
RGB Variations
Color information
#400E48 (or 0x400E48) is known color: Blackcurrant. HEX triplet: 40, 0E and 48. RGB value is (64,14,72). Sum of RGB (Red+Green+Blue) = 64+14+72=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #400E48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E48 is #BFF1B7. Grayscale: #232323. Windows color (decimal): -12579256 or 4722240. OLE color: 4722240.
HSL color Cylindrical-coordinate representation of color #400E48: hue angle of 291.72º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400E48 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 14 | 72 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.72 |
| HSL | 291.72º | 0.67% | 0.17% | - |
| HSV(B) | 291.72º | 0.81% | 0.28% | - |
| XYZ | 3.44 | 1.87 | 6.31 | - |
| YUV | 35.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 72 | 0.11 | 0.81 | 0 | 0.72 | 291.72 | 0.67 | 0.17 |
| Hex | 40 | E | 48 | B | 51 | 0 | 48 | 124 | 43 | 11 |
| Octal | 100 | 16 | 110 | 13 | 121 | 0 | 110 | 444 | 103 | 21 |
| Binary | 1000000 | 1110 | 1001000 | 1011 | 1010001 | 0 | 1001000 | 100100100 | 1000011 | 10001 |
Color Harmonies of #400E48
Complementary color
Monochromatic Colors of #400E48
Black with #400E48
Text Example
Text Example
White with #400E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E48; }
p { color: rgb(64,14,72); }
H1.HeaderClassName
{
color: #400E48;
}
.AnyTagClassName
{
color: #400E48;
}
</style>
background-color css
<style>
a { background-color: #400E48; }
a { background-color: rgb(64,14,72); }
div.DivClassName
{
background-color: #400E48;
}
.BgClassName
{
background-color: #400E48;
}
</style>
border-color css
<style>
span { border-color: #400E48; }
span { border-color: rgb(64,14,72); }
td.TdClassName
{
border-color: #400E48;
}
.TagClassName
{
border-color: #400E48;
}
</style>