Shades of Blackcurrant #24142E
Tints of Blackcurrant #24142E
RGB
CMYK
RGB Variations
Color information
#24142E (or 0x24142E) is known color: Blackcurrant. HEX triplet: 24, 14 and 2E. RGB value is (36,20,46). Sum of RGB (Red+Green+Blue) = 36+20+46=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 46 - color contains mainly: blue. Hex color #24142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24142E is #DBEBD1. Grayscale: #1B1B1B. Windows color (decimal): -14412754 or 3019812. OLE color: 3019812.
HSL color Cylindrical-coordinate representation of color #24142E: hue angle of 276.92º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #24142E is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 20 | 46 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.82 |
| HSL | 276.92º | 0.39% | 0.13% | - |
| HSV(B) | 276.92º | 0.57% | 0.18% | - |
| XYZ | 1.47 | 1.07 | 2.71 | - |
| YUV | 27.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 46 | 0.22 | 0.57 | 0 | 0.82 | 276.92 | 0.39 | 0.13 |
| Hex | 24 | 14 | 2E | 16 | 39 | 0 | 52 | 115 | 27 | D |
| Octal | 44 | 24 | 56 | 26 | 71 | 0 | 122 | 425 | 47 | 15 |
| Binary | 100100 | 10100 | 101110 | 10110 | 111001 | 0 | 1010010 | 100010101 | 100111 | 1101 |
Color Harmonies of #24142E
Complementary color
Monochromatic Colors of #24142E
Black with #24142E
Text Example
Text Example
White with #24142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24142E; }
p { color: rgb(36,20,46); }
H1.HeaderClassName
{
color: #24142E;
}
.AnyTagClassName
{
color: #24142E;
}
</style>
background-color css
<style>
a { background-color: #24142E; }
a { background-color: rgb(36,20,46); }
div.DivClassName
{
background-color: #24142E;
}
.BgClassName
{
background-color: #24142E;
}
</style>
border-color css
<style>
span { border-color: #24142E; }
span { border-color: rgb(36,20,46); }
td.TdClassName
{
border-color: #24142E;
}
.TagClassName
{
border-color: #24142E;
}
</style>