Shades of Blackcurrant #24142D
Tints of Blackcurrant #24142D
RGB
CMYK
RGB Variations
Color information
#24142D (or 0x24142D) is known color: Blackcurrant. HEX triplet: 24, 14 and 2D. RGB value is (36,20,45). Sum of RGB (Red+Green+Blue) = 36+20+45=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 45 - color contains mainly: blue. Hex color #24142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24142D is #DBEBD2. Grayscale: #1B1B1B. Windows color (decimal): -14412755 or 2954276. OLE color: 2954276.
HSL color Cylindrical-coordinate representation of color #24142D: hue angle of 278.4º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24142D is Cyan = 0.2, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 20 | 45 | - |
| CMYK | 0.2 | 0.56 | 0 | 0.82 |
| HSL | 278.4º | 0.38% | 0.13% | - |
| HSV(B) | 278.4º | 0.56% | 0.18% | - |
| XYZ | 1.45 | 1.06 | 2.61 | - |
| YUV | 27.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 45 | 0.2 | 0.56 | 0 | 0.82 | 278.4 | 0.38 | 0.13 |
| Hex | 24 | 14 | 2D | 14 | 38 | 0 | 52 | 116 | 26 | D |
| Octal | 44 | 24 | 55 | 24 | 70 | 0 | 122 | 426 | 46 | 15 |
| Binary | 100100 | 10100 | 101101 | 10100 | 111000 | 0 | 1010010 | 100010110 | 100110 | 1101 |
Color Harmonies of #24142D
Complementary color
Monochromatic Colors of #24142D
Black with #24142D
Text Example
Text Example
White with #24142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24142D; }
p { color: rgb(36,20,45); }
H1.HeaderClassName
{
color: #24142D;
}
.AnyTagClassName
{
color: #24142D;
}
</style>
background-color css
<style>
a { background-color: #24142D; }
a { background-color: rgb(36,20,45); }
div.DivClassName
{
background-color: #24142D;
}
.BgClassName
{
background-color: #24142D;
}
</style>
border-color css
<style>
span { border-color: #24142D; }
span { border-color: rgb(36,20,45); }
td.TdClassName
{
border-color: #24142D;
}
.TagClassName
{
border-color: #24142D;
}
</style>