Shades of Blackcurrant #24142A
Tints of Blackcurrant #24142A
RGB
CMYK
RGB Variations
Color information
#24142A (or 0x24142A) is known color: Blackcurrant. HEX triplet: 24, 14 and 2A. RGB value is (36,20,42). Sum of RGB (Red+Green+Blue) = 36+20+42=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 42 - color contains mainly: blue. Hex color #24142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24142A is #DBEBD5. Grayscale: #1B1B1B. Windows color (decimal): -14412758 or 2757668. OLE color: 2757668.
HSL color Cylindrical-coordinate representation of color #24142A: hue angle of 283.64º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #24142A is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 20 | 42 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.84 |
| HSL | 283.64º | 0.35% | 0.12% | - |
| HSV(B) | 283.64º | 0.52% | 0.16% | - |
| XYZ | 1.4 | 1.04 | 2.32 | - |
| YUV | 27.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 42 | 0.14 | 0.52 | 0 | 0.84 | 283.64 | 0.35 | 0.12 |
| Hex | 24 | 14 | 2A | E | 34 | 0 | 54 | 11C | 23 | C |
| Octal | 44 | 24 | 52 | 16 | 64 | 0 | 124 | 434 | 43 | 14 |
| Binary | 100100 | 10100 | 101010 | 1110 | 110100 | 0 | 1010100 | 100011100 | 100011 | 1100 |
Color Harmonies of #24142A
Complementary color
Monochromatic Colors of #24142A
Black with #24142A
Text Example
Text Example
White with #24142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24142A; }
p { color: rgb(36,20,42); }
H1.HeaderClassName
{
color: #24142A;
}
.AnyTagClassName
{
color: #24142A;
}
</style>
background-color css
<style>
a { background-color: #24142A; }
a { background-color: rgb(36,20,42); }
div.DivClassName
{
background-color: #24142A;
}
.BgClassName
{
background-color: #24142A;
}
</style>
border-color css
<style>
span { border-color: #24142A; }
span { border-color: rgb(36,20,42); }
td.TdClassName
{
border-color: #24142A;
}
.TagClassName
{
border-color: #24142A;
}
</style>