Shades of Blackcurrant #24152C
Tints of Blackcurrant #24152C
RGB
CMYK
RGB Variations
Color information
#24152C (or 0x24152C) is known color: Blackcurrant. HEX triplet: 24, 15 and 2C. RGB value is (36,21,44). Sum of RGB (Red+Green+Blue) = 36+21+44=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 44 - color contains mainly: blue. Hex color #24152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24152C is #DBEAD3. Grayscale: #1C1C1C. Windows color (decimal): -14412500 or 2888996. OLE color: 2888996.
HSL color Cylindrical-coordinate representation of color #24152C: hue angle of 279.13º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #24152C is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 21 | 44 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.83 |
| HSL | 279.13º | 0.35% | 0.13% | - |
| HSV(B) | 279.13º | 0.52% | 0.17% | - |
| XYZ | 1.45 | 1.09 | 2.52 | - |
| YUV | 28.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 44 | 0.18 | 0.52 | 0 | 0.83 | 279.13 | 0.35 | 0.13 |
| Hex | 24 | 15 | 2C | 12 | 34 | 0 | 53 | 117 | 23 | D |
| Octal | 44 | 25 | 54 | 22 | 64 | 0 | 123 | 427 | 43 | 15 |
| Binary | 100100 | 10101 | 101100 | 10010 | 110100 | 0 | 1010011 | 100010111 | 100011 | 1101 |
Color Harmonies of #24152C
Complementary color
Monochromatic Colors of #24152C
Black with #24152C
Text Example
Text Example
White with #24152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24152C; }
p { color: rgb(36,21,44); }
H1.HeaderClassName
{
color: #24152C;
}
.AnyTagClassName
{
color: #24152C;
}
</style>
background-color css
<style>
a { background-color: #24152C; }
a { background-color: rgb(36,21,44); }
div.DivClassName
{
background-color: #24152C;
}
.BgClassName
{
background-color: #24152C;
}
</style>
border-color css
<style>
span { border-color: #24152C; }
span { border-color: rgb(36,21,44); }
td.TdClassName
{
border-color: #24152C;
}
.TagClassName
{
border-color: #24152C;
}
</style>