Shades of Blackcurrant #40024F
Tints of Blackcurrant #40024F
RGB
CMYK
RGB Variations
Color information
#40024F (or 0x40024F) is known color: Blackcurrant. HEX triplet: 40, 02 and 4F. RGB value is (64,2,79). Sum of RGB (Red+Green+Blue) = 64+2+79=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #40024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40024F is #BFFDB0. Grayscale: #1D1D1D. Windows color (decimal): -12582321 or 5177920. OLE color: 5177920.
HSL color Cylindrical-coordinate representation of color #40024F: hue angle of 288.31º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40024F is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 2 | 79 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.69 |
| HSL | 288.31º | 0.95% | 0.16% | - |
| HSV(B) | 288.31º | 0.97% | 0.31% | - |
| XYZ | 3.55 | 1.7 | 7.54 | - |
| YUV | 29.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 79 | 0.19 | 0.97 | 0 | 0.69 | 288.31 | 0.95 | 0.16 |
| Hex | 40 | 2 | 4F | 13 | 61 | 0 | 45 | 120 | 5F | 10 |
| Octal | 100 | 2 | 117 | 23 | 141 | 0 | 105 | 440 | 137 | 20 |
| Binary | 1000000 | 10 | 1001111 | 10011 | 1100001 | 0 | 1000101 | 100100000 | 1011111 | 10000 |
Color Harmonies of #40024F
Complementary color
Monochromatic Colors of #40024F
Black with #40024F
Text Example
Text Example
White with #40024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40024F; }
p { color: rgb(64,2,79); }
H1.HeaderClassName
{
color: #40024F;
}
.AnyTagClassName
{
color: #40024F;
}
</style>
background-color css
<style>
a { background-color: #40024F; }
a { background-color: rgb(64,2,79); }
div.DivClassName
{
background-color: #40024F;
}
.BgClassName
{
background-color: #40024F;
}
</style>
border-color css
<style>
span { border-color: #40024F; }
span { border-color: rgb(64,2,79); }
td.TdClassName
{
border-color: #40024F;
}
.TagClassName
{
border-color: #40024F;
}
</style>