Shades of Blackcurrant #240E38
Tints of Blackcurrant #240E38
RGB
CMYK
RGB Variations
Color information
#240E38 (or 0x240E38) is known color: Blackcurrant. HEX triplet: 24, 0E and 38. RGB value is (36,14,56). Sum of RGB (Red+Green+Blue) = 36+14+56=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #240E38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E38 is #DBF1C7. Grayscale: #191919. Windows color (decimal): -14414280 or 3673636. OLE color: 3673636.
HSL color Cylindrical-coordinate representation of color #240E38: hue angle of 271.43º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #240E38 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 14 | 56 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.78 |
| HSL | 271.43º | 0.6% | 0.14% | - |
| HSV(B) | 271.43º | 0.75% | 0.22% | - |
| XYZ | 1.6 | 0.97 | 3.85 | - |
| YUV | 25.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 56 | 0.36 | 0.75 | 0 | 0.78 | 271.43 | 0.6 | 0.14 |
| Hex | 24 | E | 38 | 24 | 4B | 0 | 4E | 10F | 3C | E |
| Octal | 44 | 16 | 70 | 44 | 113 | 0 | 116 | 417 | 74 | 16 |
| Binary | 100100 | 1110 | 111000 | 100100 | 1001011 | 0 | 1001110 | 100001111 | 111100 | 1110 |
Color Harmonies of #240E38
Complementary color
Monochromatic Colors of #240E38
Black with #240E38
Text Example
Text Example
White with #240E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E38; }
p { color: rgb(36,14,56); }
H1.HeaderClassName
{
color: #240E38;
}
.AnyTagClassName
{
color: #240E38;
}
</style>
background-color css
<style>
a { background-color: #240E38; }
a { background-color: rgb(36,14,56); }
div.DivClassName
{
background-color: #240E38;
}
.BgClassName
{
background-color: #240E38;
}
</style>
border-color css
<style>
span { border-color: #240E38; }
span { border-color: rgb(36,14,56); }
td.TdClassName
{
border-color: #240E38;
}
.TagClassName
{
border-color: #240E38;
}
</style>