Shades of Blackcurrant #240E2C
Tints of Blackcurrant #240E2C
RGB
CMYK
RGB Variations
Color information
#240E2C (or 0x240E2C) is known color: Blackcurrant. HEX triplet: 24, 0E and 2C. RGB value is (36,14,44). Sum of RGB (Red+Green+Blue) = 36+14+44=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 44 - color contains mainly: blue. Hex color #240E2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E2C is #DBF1D3. Grayscale: #171717. Windows color (decimal): -14414292 or 2887204. OLE color: 2887204.
HSL color Cylindrical-coordinate representation of color #240E2C: hue angle of 284º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #240E2C is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 14 | 44 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.83 |
| HSL | 284º | 0.52% | 0.11% | - |
| HSV(B) | 284º | 0.68% | 0.17% | - |
| XYZ | 1.34 | 0.87 | 2.48 | - |
| YUV | 24 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 44 | 0.18 | 0.68 | 0 | 0.83 | 284 | 0.52 | 0.11 |
| Hex | 24 | E | 2C | 12 | 44 | 0 | 53 | 11C | 34 | B |
| Octal | 44 | 16 | 54 | 22 | 104 | 0 | 123 | 434 | 64 | 13 |
| Binary | 100100 | 1110 | 101100 | 10010 | 1000100 | 0 | 1010011 | 100011100 | 110100 | 1011 |
Color Harmonies of #240E2C
Complementary color
Monochromatic Colors of #240E2C
Black with #240E2C
Text Example
Text Example
White with #240E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E2C; }
p { color: rgb(36,14,44); }
H1.HeaderClassName
{
color: #240E2C;
}
.AnyTagClassName
{
color: #240E2C;
}
</style>
background-color css
<style>
a { background-color: #240E2C; }
a { background-color: rgb(36,14,44); }
div.DivClassName
{
background-color: #240E2C;
}
.BgClassName
{
background-color: #240E2C;
}
</style>
border-color css
<style>
span { border-color: #240E2C; }
span { border-color: rgb(36,14,44); }
td.TdClassName
{
border-color: #240E2C;
}
.TagClassName
{
border-color: #240E2C;
}
</style>