Shades of Blackcurrant #24162A
Tints of Blackcurrant #24162A
RGB
CMYK
RGB Variations
Color information
#24162A (or 0x24162A) is known color: Blackcurrant. HEX triplet: 24, 16 and 2A. RGB value is (36,22,42). Sum of RGB (Red+Green+Blue) = 36+22+42=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 42 - color contains mainly: blue. Hex color #24162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24162A is #DBE9D5. Grayscale: #1C1C1C. Windows color (decimal): -14412246 or 2758180. OLE color: 2758180.
HSL color Cylindrical-coordinate representation of color #24162A: hue angle of 282º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #24162A is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 22 | 42 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.84 |
| HSL | 282º | 0.31% | 0.13% | - |
| HSV(B) | 282º | 0.48% | 0.16% | - |
| XYZ | 1.43 | 1.12 | 2.33 | - |
| YUV | 28.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 22 | 42 | 0.14 | 0.48 | 0 | 0.84 | 282 | 0.31 | 0.13 |
| Hex | 24 | 16 | 2A | E | 30 | 0 | 54 | 11A | 1F | D |
| Octal | 44 | 26 | 52 | 16 | 60 | 0 | 124 | 432 | 37 | 15 |
| Binary | 100100 | 10110 | 101010 | 1110 | 110000 | 0 | 1010100 | 100011010 | 11111 | 1101 |
Color Harmonies of #24162A
Complementary color
Monochromatic Colors of #24162A
Black with #24162A
Text Example
Text Example
White with #24162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24162A; }
p { color: rgb(36,22,42); }
H1.HeaderClassName
{
color: #24162A;
}
.AnyTagClassName
{
color: #24162A;
}
</style>
background-color css
<style>
a { background-color: #24162A; }
a { background-color: rgb(36,22,42); }
div.DivClassName
{
background-color: #24162A;
}
.BgClassName
{
background-color: #24162A;
}
</style>
border-color css
<style>
span { border-color: #24162A; }
span { border-color: rgb(36,22,42); }
td.TdClassName
{
border-color: #24162A;
}
.TagClassName
{
border-color: #24162A;
}
</style>