Shades of Blackcurrant #240E2A
Tints of Blackcurrant #240E2A
RGB
CMYK
RGB Variations
Color information
#240E2A (or 0x240E2A) is known color: Blackcurrant. HEX triplet: 24, 0E and 2A. RGB value is (36,14,42). Sum of RGB (Red+Green+Blue) = 36+14+42=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 42 - color contains mainly: blue. Hex color #240E2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E2A is #DBF1D5. Grayscale: #171717. Windows color (decimal): -14414294 or 2756132. OLE color: 2756132.
HSL color Cylindrical-coordinate representation of color #240E2A: hue angle of 287.14º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #240E2A is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 14 | 42 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.84 |
| HSL | 287.14º | 0.5% | 0.11% | - |
| HSV(B) | 287.14º | 0.67% | 0.16% | - |
| XYZ | 1.3 | 0.86 | 2.29 | - |
| YUV | 23.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 14 | 42 | 0.14 | 0.67 | 0 | 0.84 | 287.14 | 0.5 | 0.11 |
| Hex | 24 | E | 2A | E | 43 | 0 | 54 | 11F | 32 | B |
| Octal | 44 | 16 | 52 | 16 | 103 | 0 | 124 | 437 | 62 | 13 |
| Binary | 100100 | 1110 | 101010 | 1110 | 1000011 | 0 | 1010100 | 100011111 | 110010 | 1011 |
Color Harmonies of #240E2A
Complementary color
Monochromatic Colors of #240E2A
Black with #240E2A
Text Example
Text Example
White with #240E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240E2A; }
p { color: rgb(36,14,42); }
H1.HeaderClassName
{
color: #240E2A;
}
.AnyTagClassName
{
color: #240E2A;
}
</style>
background-color css
<style>
a { background-color: #240E2A; }
a { background-color: rgb(36,14,42); }
div.DivClassName
{
background-color: #240E2A;
}
.BgClassName
{
background-color: #240E2A;
}
</style>
border-color css
<style>
span { border-color: #240E2A; }
span { border-color: rgb(36,14,42); }
td.TdClassName
{
border-color: #240E2A;
}
.TagClassName
{
border-color: #240E2A;
}
</style>