Shades of Blackcurrant #240E34
Tints of Blackcurrant #240E34
RGB
CMYK
RGB Variations
Color information
#240E34 (or 0x240E34) is known color: Blackcurrant. HEX triplet: 24, 0E and 34. RGB value is (36,14,52). Sum of RGB (Red+Green+Blue) = 36+14+52=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #240E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E34 is #DBF1CB. Grayscale: #181818. Windows color (decimal): -14414284 or 3411492. OLE color: 3411492.
HSL color Cylindrical-coordinate representation of color #240E34: hue angle of 274.74º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #240E34 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 14 | 52 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.80 |
| HSL | 274.74º | 0.58% | 0.13% | - |
| HSV(B) | 274.74º | 0.73% | 0.2% | - |
| XYZ | 1.5 | 0.94 | 3.35 | - |
| YUV | 24.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 52 | 0.31 | 0.73 | 0 | 0.80 | 274.74 | 0.58 | 0.13 |
| Hex | 24 | E | 34 | 1F | 49 | 0 | 50 | 113 | 3A | D |
| Octal | 44 | 16 | 64 | 37 | 111 | 0 | 120 | 423 | 72 | 15 |
| Binary | 100100 | 1110 | 110100 | 11111 | 1001001 | 0 | 1010000 | 100010011 | 111010 | 1101 |
Color Harmonies of #240E34
Complementary color
Monochromatic Colors of #240E34
Black with #240E34
Text Example
Text Example
White with #240E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E34; }
p { color: rgb(36,14,52); }
H1.HeaderClassName
{
color: #240E34;
}
.AnyTagClassName
{
color: #240E34;
}
</style>
background-color css
<style>
a { background-color: #240E34; }
a { background-color: rgb(36,14,52); }
div.DivClassName
{
background-color: #240E34;
}
.BgClassName
{
background-color: #240E34;
}
</style>
border-color css
<style>
span { border-color: #240E34; }
span { border-color: rgb(36,14,52); }
td.TdClassName
{
border-color: #240E34;
}
.TagClassName
{
border-color: #240E34;
}
</style>