Shades of Blackcurrant #240E3B
Tints of Blackcurrant #240E3B
RGB
CMYK
RGB Variations
Color information
#240E3B (or 0x240E3B) is known color: Blackcurrant. HEX triplet: 24, 0E and 3B. RGB value is (36,14,59). Sum of RGB (Red+Green+Blue) = 36+14+59=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #240E3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E3B is #DBF1C4. Grayscale: #191919. Windows color (decimal): -14414277 or 3870244. OLE color: 3870244.
HSL color Cylindrical-coordinate representation of color #240E3B: hue angle of 269.33º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #240E3B is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 36 | 14 | 59 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.77 |
| HSL | 269.33º | 0.62% | 0.14% | - |
| HSV(B) | 269.33º | 0.76% | 0.23% | - |
| XYZ | 1.67 | 1 | 4.24 | - |
| YUV | 25.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 59 | 0.39 | 0.76 | 0 | 0.77 | 269.33 | 0.62 | 0.14 |
| Hex | 24 | E | 3B | 27 | 4C | 0 | 4D | 10D | 3E | E |
| Octal | 44 | 16 | 73 | 47 | 114 | 0 | 115 | 415 | 76 | 16 |
| Binary | 100100 | 1110 | 111011 | 100111 | 1001100 | 0 | 1001101 | 100001101 | 111110 | 1110 |
Color Harmonies of #240E3B
Complementary color
Monochromatic Colors of #240E3B
Black with #240E3B
Text Example
Text Example
White with #240E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E3B; }
p { color: rgb(36,14,59); }
H1.HeaderClassName
{
color: #240E3B;
}
.AnyTagClassName
{
color: #240E3B;
}
</style>
background-color css
<style>
a { background-color: #240E3B; }
a { background-color: rgb(36,14,59); }
div.DivClassName
{
background-color: #240E3B;
}
.BgClassName
{
background-color: #240E3B;
}
</style>
border-color css
<style>
span { border-color: #240E3B; }
span { border-color: rgb(36,14,59); }
td.TdClassName
{
border-color: #240E3B;
}
.TagClassName
{
border-color: #240E3B;
}
</style>