Shades of Blackcurrant #40054A
Tints of Blackcurrant #40054A
RGB
CMYK
RGB Variations
Color information
#40054A (or 0x40054A) is known color: Blackcurrant. HEX triplet: 40, 05 and 4A. RGB value is (64,5,74). Sum of RGB (Red+Green+Blue) = 64+5+74=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #40054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40054A is #BFFAB5. Grayscale: #1E1E1E. Windows color (decimal): -12581558 or 4851008. OLE color: 4851008.
HSL color Cylindrical-coordinate representation of color #40054A: hue angle of 291.3º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40054A is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 5 | 74 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.71 |
| HSL | 291.3º | 0.87% | 0.15% | - |
| HSV(B) | 291.3º | 0.93% | 0.29% | - |
| XYZ | 3.4 | 1.69 | 6.63 | - |
| YUV | 30.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 74 | 0.14 | 0.93 | 0 | 0.71 | 291.3 | 0.87 | 0.15 |
| Hex | 40 | 5 | 4A | E | 5D | 0 | 47 | 123 | 57 | F |
| Octal | 100 | 5 | 112 | 16 | 135 | 0 | 107 | 443 | 127 | 17 |
| Binary | 1000000 | 101 | 1001010 | 1110 | 1011101 | 0 | 1000111 | 100100011 | 1010111 | 1111 |
Color Harmonies of #40054A
Complementary color
Monochromatic Colors of #40054A
Black with #40054A
Text Example
Text Example
White with #40054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40054A; }
p { color: rgb(64,5,74); }
H1.HeaderClassName
{
color: #40054A;
}
.AnyTagClassName
{
color: #40054A;
}
</style>
background-color css
<style>
a { background-color: #40054A; }
a { background-color: rgb(64,5,74); }
div.DivClassName
{
background-color: #40054A;
}
.BgClassName
{
background-color: #40054A;
}
</style>
border-color css
<style>
span { border-color: #40054A; }
span { border-color: rgb(64,5,74); }
td.TdClassName
{
border-color: #40054A;
}
.TagClassName
{
border-color: #40054A;
}
</style>