Shades of Blackcurrant #401849
Tints of Blackcurrant #401849
RGB
CMYK
RGB Variations
Color information
#401849 (or 0x401849) is known color: Blackcurrant. HEX triplet: 40, 18 and 49. RGB value is (64,24,73). Sum of RGB (Red+Green+Blue) = 64+24+73=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #401849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401849 is #BFE7B6. Grayscale: #292929. Windows color (decimal): -12576695 or 4790336. OLE color: 4790336.
HSL color Cylindrical-coordinate representation of color #401849: hue angle of 288.98º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401849 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 24 | 73 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.71 |
| HSL | 288.98º | 0.51% | 0.19% | - |
| HSV(B) | 288.98º | 0.67% | 0.29% | - |
| XYZ | 3.64 | 2.22 | 6.54 | - |
| YUV | 41.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 73 | 0.12 | 0.67 | 0 | 0.71 | 288.98 | 0.51 | 0.19 |
| Hex | 40 | 18 | 49 | C | 43 | 0 | 47 | 121 | 33 | 13 |
| Octal | 100 | 30 | 111 | 14 | 103 | 0 | 107 | 441 | 63 | 23 |
| Binary | 1000000 | 11000 | 1001001 | 1100 | 1000011 | 0 | 1000111 | 100100001 | 110011 | 10011 |
Color Harmonies of #401849
Complementary color
Monochromatic Colors of #401849
Black with #401849
Text Example
Text Example
White with #401849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401849; }
p { color: rgb(64,24,73); }
H1.HeaderClassName
{
color: #401849;
}
.AnyTagClassName
{
color: #401849;
}
</style>
background-color css
<style>
a { background-color: #401849; }
a { background-color: rgb(64,24,73); }
div.DivClassName
{
background-color: #401849;
}
.BgClassName
{
background-color: #401849;
}
</style>
border-color css
<style>
span { border-color: #401849; }
span { border-color: rgb(64,24,73); }
td.TdClassName
{
border-color: #401849;
}
.TagClassName
{
border-color: #401849;
}
</style>