Shades of Blackcurrant #400A49
Tints of Blackcurrant #400A49
RGB
CMYK
RGB Variations
Color information
#400A49 (or 0x400A49) is known color: Blackcurrant. HEX triplet: 40, 0A and 49. RGB value is (64,10,73). Sum of RGB (Red+Green+Blue) = 64+10+73=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #400A49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400A49 is #BFF5B6. Grayscale: #212121. Windows color (decimal): -12580279 or 4786752. OLE color: 4786752.
HSL color Cylindrical-coordinate representation of color #400A49: hue angle of 291.43º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400A49 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 10 | 73 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.71 |
| HSL | 291.43º | 0.76% | 0.16% | - |
| HSV(B) | 291.43º | 0.86% | 0.29% | - |
| XYZ | 3.43 | 1.79 | 6.47 | - |
| YUV | 33.33 | 150.39 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 73 | 0.12 | 0.86 | 0 | 0.71 | 291.43 | 0.76 | 0.16 |
| Hex | 40 | A | 49 | C | 56 | 0 | 47 | 123 | 4C | 10 |
| Octal | 100 | 12 | 111 | 14 | 126 | 0 | 107 | 443 | 114 | 20 |
| Binary | 1000000 | 1010 | 1001001 | 1100 | 1010110 | 0 | 1000111 | 100100011 | 1001100 | 10000 |
Color Harmonies of #400A49
Complementary color
Monochromatic Colors of #400A49
Black with #400A49
Text Example
Text Example
White with #400A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400A49; }
p { color: rgb(64,10,73); }
H1.HeaderClassName
{
color: #400A49;
}
.AnyTagClassName
{
color: #400A49;
}
</style>
background-color css
<style>
a { background-color: #400A49; }
a { background-color: rgb(64,10,73); }
div.DivClassName
{
background-color: #400A49;
}
.BgClassName
{
background-color: #400A49;
}
</style>
border-color css
<style>
span { border-color: #400A49; }
span { border-color: rgb(64,10,73); }
td.TdClassName
{
border-color: #400A49;
}
.TagClassName
{
border-color: #400A49;
}
</style>