Shades of Blackcurrant #40024B
Tints of Blackcurrant #40024B
RGB
CMYK
RGB Variations
Color information
#40024B (or 0x40024B) is known color: Blackcurrant. HEX triplet: 40, 02 and 4B. RGB value is (64,2,75). Sum of RGB (Red+Green+Blue) = 64+2+75=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #40024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40024B is #BFFDB4. Grayscale: #1C1C1C. Windows color (decimal): -12582325 or 4915776. OLE color: 4915776.
HSL color Cylindrical-coordinate representation of color #40024B: hue angle of 290.96º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40024B is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 2 | 75 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.71 |
| HSL | 290.96º | 0.95% | 0.15% | - |
| HSV(B) | 290.96º | 0.97% | 0.29% | - |
| XYZ | 3.41 | 1.64 | 6.79 | - |
| YUV | 28.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 75 | 0.15 | 0.97 | 0 | 0.71 | 290.96 | 0.95 | 0.15 |
| Hex | 40 | 2 | 4B | F | 61 | 0 | 47 | 123 | 5F | F |
| Octal | 100 | 2 | 113 | 17 | 141 | 0 | 107 | 443 | 137 | 17 |
| Binary | 1000000 | 10 | 1001011 | 1111 | 1100001 | 0 | 1000111 | 100100011 | 1011111 | 1111 |
Color Harmonies of #40024B
Complementary color
Monochromatic Colors of #40024B
Black with #40024B
Text Example
Text Example
White with #40024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40024B; }
p { color: rgb(64,2,75); }
H1.HeaderClassName
{
color: #40024B;
}
.AnyTagClassName
{
color: #40024B;
}
</style>
background-color css
<style>
a { background-color: #40024B; }
a { background-color: rgb(64,2,75); }
div.DivClassName
{
background-color: #40024B;
}
.BgClassName
{
background-color: #40024B;
}
</style>
border-color css
<style>
span { border-color: #40024B; }
span { border-color: rgb(64,2,75); }
td.TdClassName
{
border-color: #40024B;
}
.TagClassName
{
border-color: #40024B;
}
</style>