Shades of Blackcurrant #40064A
Tints of Blackcurrant #40064A
RGB
CMYK
RGB Variations
Color information
#40064A (or 0x40064A) is known color: Blackcurrant. HEX triplet: 40, 06 and 4A. RGB value is (64,6,74). Sum of RGB (Red+Green+Blue) = 64+6+74=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #40064A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40064A is #BFF9B5. Grayscale: #1E1E1E. Windows color (decimal): -12581302 or 4851264. OLE color: 4851264.
HSL color Cylindrical-coordinate representation of color #40064A: hue angle of 291.18º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40064A is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 6 | 74 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.71 |
| HSL | 291.18º | 0.85% | 0.16% | - |
| HSV(B) | 291.18º | 0.92% | 0.29% | - |
| XYZ | 3.42 | 1.71 | 6.63 | - |
| YUV | 31.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 74 | 0.14 | 0.92 | 0 | 0.71 | 291.18 | 0.85 | 0.16 |
| Hex | 40 | 6 | 4A | E | 5C | 0 | 47 | 123 | 55 | 10 |
| Octal | 100 | 6 | 112 | 16 | 134 | 0 | 107 | 443 | 125 | 20 |
| Binary | 1000000 | 110 | 1001010 | 1110 | 1011100 | 0 | 1000111 | 100100011 | 1010101 | 10000 |
Color Harmonies of #40064A
Complementary color
Monochromatic Colors of #40064A
Black with #40064A
Text Example
Text Example
White with #40064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40064A; }
p { color: rgb(64,6,74); }
H1.HeaderClassName
{
color: #40064A;
}
.AnyTagClassName
{
color: #40064A;
}
</style>
background-color css
<style>
a { background-color: #40064A; }
a { background-color: rgb(64,6,74); }
div.DivClassName
{
background-color: #40064A;
}
.BgClassName
{
background-color: #40064A;
}
</style>
border-color css
<style>
span { border-color: #40064A; }
span { border-color: rgb(64,6,74); }
td.TdClassName
{
border-color: #40064A;
}
.TagClassName
{
border-color: #40064A;
}
</style>