Shades of Blackcurrant #400E53
Tints of Blackcurrant #400E53
RGB
CMYK
RGB Variations
Color information
#400E53 (or 0x400E53) is known color: Blackcurrant. HEX triplet: 40, 0E and 53. RGB value is (64,14,83). Sum of RGB (Red+Green+Blue) = 64+14+83=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #400E53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E53 is #BFF1AC. Grayscale: #242424. Windows color (decimal): -12579245 or 5443136. OLE color: 5443136.
HSL color Cylindrical-coordinate representation of color #400E53: hue angle of 283.48º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #400E53 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 14 | 83 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.67 |
| HSL | 283.48º | 0.71% | 0.19% | - |
| HSV(B) | 283.48º | 0.83% | 0.33% | - |
| XYZ | 3.83 | 2.03 | 8.37 | - |
| YUV | 36.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 83 | 0.23 | 0.83 | 0 | 0.67 | 283.48 | 0.71 | 0.19 |
| Hex | 40 | E | 53 | 17 | 53 | 0 | 43 | 11B | 47 | 13 |
| Octal | 100 | 16 | 123 | 27 | 123 | 0 | 103 | 433 | 107 | 23 |
| Binary | 1000000 | 1110 | 1010011 | 10111 | 1010011 | 0 | 1000011 | 100011011 | 1000111 | 10011 |
Color Harmonies of #400E53
Complementary color
Monochromatic Colors of #400E53
Black with #400E53
Text Example
Text Example
White with #400E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E53; }
p { color: rgb(64,14,83); }
H1.HeaderClassName
{
color: #400E53;
}
.AnyTagClassName
{
color: #400E53;
}
</style>
background-color css
<style>
a { background-color: #400E53; }
a { background-color: rgb(64,14,83); }
div.DivClassName
{
background-color: #400E53;
}
.BgClassName
{
background-color: #400E53;
}
</style>
border-color css
<style>
span { border-color: #400E53; }
span { border-color: rgb(64,14,83); }
td.TdClassName
{
border-color: #400E53;
}
.TagClassName
{
border-color: #400E53;
}
</style>