Shades of Blackcurrant #40114A
Tints of Blackcurrant #40114A
RGB
CMYK
RGB Variations
Color information
#40114A (or 0x40114A) is known color: Blackcurrant. HEX triplet: 40, 11 and 4A. RGB value is (64,17,74). Sum of RGB (Red+Green+Blue) = 64+17+74=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #40114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40114A is #BFEEB5. Grayscale: #252525. Windows color (decimal): -12578486 or 4854080. OLE color: 4854080.
HSL color Cylindrical-coordinate representation of color #40114A: hue angle of 289.47º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40114A is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 17 | 74 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.71 |
| HSL | 289.47º | 0.63% | 0.18% | - |
| HSV(B) | 289.47º | 0.77% | 0.29% | - |
| XYZ | 3.55 | 1.99 | 6.67 | - |
| YUV | 37.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 74 | 0.14 | 0.77 | 0 | 0.71 | 289.47 | 0.63 | 0.18 |
| Hex | 40 | 11 | 4A | E | 4D | 0 | 47 | 121 | 3F | 12 |
| Octal | 100 | 21 | 112 | 16 | 115 | 0 | 107 | 441 | 77 | 22 |
| Binary | 1000000 | 10001 | 1001010 | 1110 | 1001101 | 0 | 1000111 | 100100001 | 111111 | 10010 |
Color Harmonies of #40114A
Complementary color
Monochromatic Colors of #40114A
Black with #40114A
Text Example
Text Example
White with #40114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40114A; }
p { color: rgb(64,17,74); }
H1.HeaderClassName
{
color: #40114A;
}
.AnyTagClassName
{
color: #40114A;
}
</style>
background-color css
<style>
a { background-color: #40114A; }
a { background-color: rgb(64,17,74); }
div.DivClassName
{
background-color: #40114A;
}
.BgClassName
{
background-color: #40114A;
}
</style>
border-color css
<style>
span { border-color: #40114A; }
span { border-color: rgb(64,17,74); }
td.TdClassName
{
border-color: #40114A;
}
.TagClassName
{
border-color: #40114A;
}
</style>