Shades of Blackcurrant #240E31
Tints of Blackcurrant #240E31
RGB
CMYK
RGB Variations
Color information
#240E31 (or 0x240E31) is known color: Blackcurrant. HEX triplet: 24, 0E and 31. RGB value is (36,14,49). Sum of RGB (Red+Green+Blue) = 36+14+49=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #240E31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E31 is #DBF1CE. Grayscale: #181818. Windows color (decimal): -14414287 or 3214884. OLE color: 3214884.
HSL color Cylindrical-coordinate representation of color #240E31: hue angle of 277.71º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #240E31 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 36 | 14 | 49 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.81 |
| HSL | 277.71º | 0.56% | 0.12% | - |
| HSV(B) | 277.71º | 0.71% | 0.19% | - |
| XYZ | 1.44 | 0.91 | 3.01 | - |
| YUV | 24.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 49 | 0.27 | 0.71 | 0 | 0.81 | 277.71 | 0.56 | 0.12 |
| Hex | 24 | E | 31 | 1B | 47 | 0 | 51 | 116 | 38 | C |
| Octal | 44 | 16 | 61 | 33 | 107 | 0 | 121 | 426 | 70 | 14 |
| Binary | 100100 | 1110 | 110001 | 11011 | 1000111 | 0 | 1010001 | 100010110 | 111000 | 1100 |
Color Harmonies of #240E31
Complementary color
Monochromatic Colors of #240E31
Black with #240E31
Text Example
Text Example
White with #240E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E31; }
p { color: rgb(36,14,49); }
H1.HeaderClassName
{
color: #240E31;
}
.AnyTagClassName
{
color: #240E31;
}
</style>
background-color css
<style>
a { background-color: #240E31; }
a { background-color: rgb(36,14,49); }
div.DivClassName
{
background-color: #240E31;
}
.BgClassName
{
background-color: #240E31;
}
</style>
border-color css
<style>
span { border-color: #240E31; }
span { border-color: rgb(36,14,49); }
td.TdClassName
{
border-color: #240E31;
}
.TagClassName
{
border-color: #240E31;
}
</style>