Shades of Blackcurrant #240E2D
Tints of Blackcurrant #240E2D
RGB
CMYK
RGB Variations
Color information
#240E2D (or 0x240E2D) is known color: Blackcurrant. HEX triplet: 24, 0E and 2D. RGB value is (36,14,45). Sum of RGB (Red+Green+Blue) = 36+14+45=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 45 - color contains mainly: blue. Hex color #240E2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E2D is #DBF1D2. Grayscale: #181818. Windows color (decimal): -14414291 or 2952740. OLE color: 2952740.
HSL color Cylindrical-coordinate representation of color #240E2D: hue angle of 282.58º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #240E2D is Cyan = 0.2, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 14 | 45 | - |
| CMYK | 0.2 | 0.69 | 0 | 0.82 |
| HSL | 282.58º | 0.53% | 0.12% | - |
| HSV(B) | 282.58º | 0.69% | 0.18% | - |
| XYZ | 1.36 | 0.88 | 2.58 | - |
| YUV | 24.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 45 | 0.2 | 0.69 | 0 | 0.82 | 282.58 | 0.53 | 0.12 |
| Hex | 24 | E | 2D | 14 | 45 | 0 | 52 | 11B | 35 | C |
| Octal | 44 | 16 | 55 | 24 | 105 | 0 | 122 | 433 | 65 | 14 |
| Binary | 100100 | 1110 | 101101 | 10100 | 1000101 | 0 | 1010010 | 100011011 | 110101 | 1100 |
Color Harmonies of #240E2D
Complementary color
Monochromatic Colors of #240E2D
Black with #240E2D
Text Example
Text Example
White with #240E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E2D; }
p { color: rgb(36,14,45); }
H1.HeaderClassName
{
color: #240E2D;
}
.AnyTagClassName
{
color: #240E2D;
}
</style>
background-color css
<style>
a { background-color: #240E2D; }
a { background-color: rgb(36,14,45); }
div.DivClassName
{
background-color: #240E2D;
}
.BgClassName
{
background-color: #240E2D;
}
</style>
border-color css
<style>
span { border-color: #240E2D; }
span { border-color: rgb(36,14,45); }
td.TdClassName
{
border-color: #240E2D;
}
.TagClassName
{
border-color: #240E2D;
}
</style>