Shades of Blackcurrant #40144D
Tints of Blackcurrant #40144D
RGB
CMYK
RGB Variations
Color information
#40144D (or 0x40144D) is known color: Blackcurrant. HEX triplet: 40, 14 and 4D. RGB value is (64,20,77). Sum of RGB (Red+Green+Blue) = 64+20+77=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #40144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40144D is #BFEBB2. Grayscale: #272727. Windows color (decimal): -12577715 or 5051456. OLE color: 5051456.
HSL color Cylindrical-coordinate representation of color #40144D: hue angle of 286.32º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40144D is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 20 | 77 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.70 |
| HSL | 286.32º | 0.59% | 0.19% | - |
| HSV(B) | 286.32º | 0.74% | 0.3% | - |
| XYZ | 3.7 | 2.13 | 7.24 | - |
| YUV | 39.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 77 | 0.17 | 0.74 | 0 | 0.70 | 286.32 | 0.59 | 0.19 |
| Hex | 40 | 14 | 4D | 11 | 4A | 0 | 46 | 11E | 3B | 13 |
| Octal | 100 | 24 | 115 | 21 | 112 | 0 | 106 | 436 | 73 | 23 |
| Binary | 1000000 | 10100 | 1001101 | 10001 | 1001010 | 0 | 1000110 | 100011110 | 111011 | 10011 |
Color Harmonies of #40144D
Complementary color
Monochromatic Colors of #40144D
Black with #40144D
Text Example
Text Example
White with #40144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40144D; }
p { color: rgb(64,20,77); }
H1.HeaderClassName
{
color: #40144D;
}
.AnyTagClassName
{
color: #40144D;
}
</style>
background-color css
<style>
a { background-color: #40144D; }
a { background-color: rgb(64,20,77); }
div.DivClassName
{
background-color: #40144D;
}
.BgClassName
{
background-color: #40144D;
}
</style>
border-color css
<style>
span { border-color: #40144D; }
span { border-color: rgb(64,20,77); }
td.TdClassName
{
border-color: #40144D;
}
.TagClassName
{
border-color: #40144D;
}
</style>