Shades of Blackcurrant #240E40
Tints of Blackcurrant #240E40
RGB
CMYK
RGB Variations
Color information
#240E40 (or 0x240E40) is known color: Blackcurrant. HEX triplet: 24, 0E and 40. RGB value is (36,14,64). Sum of RGB (Red+Green+Blue) = 36+14+64=114 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.58% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #240E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E40 is #DBF1BF. Grayscale: #1A1A1A. Windows color (decimal): -14414272 or 4197924. OLE color: 4197924.
HSL color Cylindrical-coordinate representation of color #240E40: hue angle of 266.4º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #240E40 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 14 | 64 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.75 |
| HSL | 266.4º | 0.64% | 0.15% | - |
| HSV(B) | 266.4º | 0.78% | 0.25% | - |
| XYZ | 1.81 | 1.06 | 4.96 | - |
| YUV | 26.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 64 | 0.44 | 0.78 | 0 | 0.75 | 266.4 | 0.64 | 0.15 |
| Hex | 24 | E | 40 | 2C | 4E | 0 | 4B | 10A | 40 | F |
| Octal | 44 | 16 | 100 | 54 | 116 | 0 | 113 | 412 | 100 | 17 |
| Binary | 100100 | 1110 | 1000000 | 101100 | 1001110 | 0 | 1001011 | 100001010 | 1000000 | 1111 |
Color Harmonies of #240E40
Complementary color
Monochromatic Colors of #240E40
Black with #240E40
Text Example
Text Example
White with #240E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E40; }
p { color: rgb(36,14,64); }
H1.HeaderClassName
{
color: #240E40;
}
.AnyTagClassName
{
color: #240E40;
}
</style>
background-color css
<style>
a { background-color: #240E40; }
a { background-color: rgb(36,14,64); }
div.DivClassName
{
background-color: #240E40;
}
.BgClassName
{
background-color: #240E40;
}
</style>
border-color css
<style>
span { border-color: #240E40; }
span { border-color: rgb(36,14,64); }
td.TdClassName
{
border-color: #240E40;
}
.TagClassName
{
border-color: #240E40;
}
</style>