Shades of Blackcurrant #40044A
Tints of Blackcurrant #40044A
RGB
CMYK
RGB Variations
Color information
#40044A (or 0x40044A) is known color: Blackcurrant. HEX triplet: 40, 04 and 4A. RGB value is (64,4,74). Sum of RGB (Red+Green+Blue) = 64+4+74=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #40044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40044A is #BFFBB5. Grayscale: #1D1D1D. Windows color (decimal): -12581814 or 4850752. OLE color: 4850752.
HSL color Cylindrical-coordinate representation of color #40044A: hue angle of 291.43º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40044A is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 4 | 74 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.71 |
| HSL | 291.43º | 0.9% | 0.15% | - |
| HSV(B) | 291.43º | 0.95% | 0.29% | - |
| XYZ | 3.39 | 1.67 | 6.62 | - |
| YUV | 29.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 74 | 0.14 | 0.95 | 0 | 0.71 | 291.43 | 0.9 | 0.15 |
| Hex | 40 | 4 | 4A | E | 5F | 0 | 47 | 123 | 5A | F |
| Octal | 100 | 4 | 112 | 16 | 137 | 0 | 107 | 443 | 132 | 17 |
| Binary | 1000000 | 100 | 1001010 | 1110 | 1011111 | 0 | 1000111 | 100100011 | 1011010 | 1111 |
Color Harmonies of #40044A
Complementary color
Monochromatic Colors of #40044A
Black with #40044A
Text Example
Text Example
White with #40044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40044A; }
p { color: rgb(64,4,74); }
H1.HeaderClassName
{
color: #40044A;
}
.AnyTagClassName
{
color: #40044A;
}
</style>
background-color css
<style>
a { background-color: #40044A; }
a { background-color: rgb(64,4,74); }
div.DivClassName
{
background-color: #40044A;
}
.BgClassName
{
background-color: #40044A;
}
</style>
border-color css
<style>
span { border-color: #40044A; }
span { border-color: rgb(64,4,74); }
td.TdClassName
{
border-color: #40044A;
}
.TagClassName
{
border-color: #40044A;
}
</style>