Shades of Blackcurrant #40164A
Tints of Blackcurrant #40164A
RGB
CMYK
RGB Variations
Color information
#40164A (or 0x40164A) is known color: Blackcurrant. HEX triplet: 40, 16 and 4A. RGB value is (64,22,74). Sum of RGB (Red+Green+Blue) = 64+22+74=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #40164A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40164A is #BFE9B5. Grayscale: #282828. Windows color (decimal): -12577206 or 4855360. OLE color: 4855360.
HSL color Cylindrical-coordinate representation of color #40164A: hue angle of 288.46º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40164A is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 22 | 74 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.71 |
| HSL | 288.46º | 0.54% | 0.19% | - |
| HSV(B) | 288.46º | 0.7% | 0.29% | - |
| XYZ | 3.64 | 2.16 | 6.7 | - |
| YUV | 40.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 74 | 0.14 | 0.70 | 0 | 0.71 | 288.46 | 0.54 | 0.19 |
| Hex | 40 | 16 | 4A | E | 46 | 0 | 47 | 120 | 36 | 13 |
| Octal | 100 | 26 | 112 | 16 | 106 | 0 | 107 | 440 | 66 | 23 |
| Binary | 1000000 | 10110 | 1001010 | 1110 | 1000110 | 0 | 1000111 | 100100000 | 110110 | 10011 |
Color Harmonies of #40164A
Complementary color
Monochromatic Colors of #40164A
Black with #40164A
Text Example
Text Example
White with #40164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40164A; }
p { color: rgb(64,22,74); }
H1.HeaderClassName
{
color: #40164A;
}
.AnyTagClassName
{
color: #40164A;
}
</style>
background-color css
<style>
a { background-color: #40164A; }
a { background-color: rgb(64,22,74); }
div.DivClassName
{
background-color: #40164A;
}
.BgClassName
{
background-color: #40164A;
}
</style>
border-color css
<style>
span { border-color: #40164A; }
span { border-color: rgb(64,22,74); }
td.TdClassName
{
border-color: #40164A;
}
.TagClassName
{
border-color: #40164A;
}
</style>