Shades of Blackcurrant #400049
Tints of Blackcurrant #400049
RGB
CMYK
RGB Variations
Color information
#400049 (or 0x400049) is known color: Blackcurrant. HEX triplet: 40, 00 and 49. RGB value is (64,0,73). Sum of RGB (Red+Green+Blue) = 64+0+73=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #400049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400049 is #BFFFB6. Grayscale: #1B1B1B. Windows color (decimal): -12582839 or 4784192. OLE color: 4784192.
HSL color Cylindrical-coordinate representation of color #400049: hue angle of 292.6º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400049 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 0 | 73 | - |
| CMYK | 0.12 | 1 | 0 | 0.71 |
| HSL | 292.6º | 1% | 0.14% | - |
| HSV(B) | 292.6º | 1% | 0.29% | - |
| XYZ | 3.32 | 1.57 | 6.43 | - |
| YUV | 27.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 73 | 0.12 | 1 | 0 | 0.71 | 292.6 | 1 | 0.14 |
| Hex | 40 | 0 | 49 | C | 64 | 0 | 47 | 125 | 64 | E |
| Octal | 100 | 0 | 111 | 14 | 144 | 0 | 107 | 445 | 144 | 16 |
| Binary | 1000000 | 0 | 1001001 | 1100 | 1100100 | 0 | 1000111 | 100100101 | 1100100 | 1110 |
Color Harmonies of #400049
Complementary color
Monochromatic Colors of #400049
Black with #400049
Text Example
Text Example
White with #400049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400049; }
p { color: rgb(64,0,73); }
H1.HeaderClassName
{
color: #400049;
}
.AnyTagClassName
{
color: #400049;
}
</style>
background-color css
<style>
a { background-color: #400049; }
a { background-color: rgb(64,0,73); }
div.DivClassName
{
background-color: #400049;
}
.BgClassName
{
background-color: #400049;
}
</style>
border-color css
<style>
span { border-color: #400049; }
span { border-color: rgb(64,0,73); }
td.TdClassName
{
border-color: #400049;
}
.TagClassName
{
border-color: #400049;
}
</style>