Shades of Blackcurrant #24152D
Tints of Blackcurrant #24152D
RGB
CMYK
RGB Variations
Color information
#24152D (or 0x24152D) is known color: Blackcurrant. HEX triplet: 24, 15 and 2D. RGB value is (36,21,45). Sum of RGB (Red+Green+Blue) = 36+21+45=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 45 - color contains mainly: blue. Hex color #24152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24152D is #DBEAD2. Grayscale: #1C1C1C. Windows color (decimal): -14412499 or 2954532. OLE color: 2954532.
HSL color Cylindrical-coordinate representation of color #24152D: hue angle of 277.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24152D is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 21 | 45 | - |
| CMYK | 0.2 | 0.53 | 0 | 0.82 |
| HSL | 277.5º | 0.36% | 0.13% | - |
| HSV(B) | 277.5º | 0.53% | 0.18% | - |
| XYZ | 1.47 | 1.1 | 2.62 | - |
| YUV | 28.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 45 | 0.2 | 0.53 | 0 | 0.82 | 277.5 | 0.36 | 0.13 |
| Hex | 24 | 15 | 2D | 14 | 35 | 0 | 52 | 116 | 24 | D |
| Octal | 44 | 25 | 55 | 24 | 65 | 0 | 122 | 426 | 44 | 15 |
| Binary | 100100 | 10101 | 101101 | 10100 | 110101 | 0 | 1010010 | 100010110 | 100100 | 1101 |
Color Harmonies of #24152D
Complementary color
Monochromatic Colors of #24152D
Black with #24152D
Text Example
Text Example
White with #24152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24152D; }
p { color: rgb(36,21,45); }
H1.HeaderClassName
{
color: #24152D;
}
.AnyTagClassName
{
color: #24152D;
}
</style>
background-color css
<style>
a { background-color: #24152D; }
a { background-color: rgb(36,21,45); }
div.DivClassName
{
background-color: #24152D;
}
.BgClassName
{
background-color: #24152D;
}
</style>
border-color css
<style>
span { border-color: #24152D; }
span { border-color: rgb(36,21,45); }
td.TdClassName
{
border-color: #24152D;
}
.TagClassName
{
border-color: #24152D;
}
</style>