Shades of Blackcurrant #24152E
Tints of Blackcurrant #24152E
RGB
CMYK
RGB Variations
Color information
#24152E (or 0x24152E) is known color: Blackcurrant. HEX triplet: 24, 15 and 2E. RGB value is (36,21,46). Sum of RGB (Red+Green+Blue) = 36+21+46=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 46 - color contains mainly: blue. Hex color #24152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24152E is #DBEAD1. Grayscale: #1C1C1C. Windows color (decimal): -14412498 or 3020068. OLE color: 3020068.
HSL color Cylindrical-coordinate representation of color #24152E: hue angle of 276º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #24152E is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 21 | 46 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.82 |
| HSL | 276º | 0.37% | 0.13% | - |
| HSV(B) | 276º | 0.54% | 0.18% | - |
| XYZ | 1.49 | 1.11 | 2.72 | - |
| YUV | 28.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 46 | 0.22 | 0.54 | 0 | 0.82 | 276 | 0.37 | 0.13 |
| Hex | 24 | 15 | 2E | 16 | 36 | 0 | 52 | 114 | 25 | D |
| Octal | 44 | 25 | 56 | 26 | 66 | 0 | 122 | 424 | 45 | 15 |
| Binary | 100100 | 10101 | 101110 | 10110 | 110110 | 0 | 1010010 | 100010100 | 100101 | 1101 |
Color Harmonies of #24152E
Complementary color
Monochromatic Colors of #24152E
Black with #24152E
Text Example
Text Example
White with #24152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24152E; }
p { color: rgb(36,21,46); }
H1.HeaderClassName
{
color: #24152E;
}
.AnyTagClassName
{
color: #24152E;
}
</style>
background-color css
<style>
a { background-color: #24152E; }
a { background-color: rgb(36,21,46); }
div.DivClassName
{
background-color: #24152E;
}
.BgClassName
{
background-color: #24152E;
}
</style>
border-color css
<style>
span { border-color: #24152E; }
span { border-color: rgb(36,21,46); }
td.TdClassName
{
border-color: #24152E;
}
.TagClassName
{
border-color: #24152E;
}
</style>