Shades of Blackcurrant #24152B
Tints of Blackcurrant #24152B
RGB
CMYK
RGB Variations
Color information
#24152B (or 0x24152B) is known color: Blackcurrant. HEX triplet: 24, 15 and 2B. RGB value is (36,21,43). Sum of RGB (Red+Green+Blue) = 36+21+43=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 43 - color contains mainly: blue. Hex color #24152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24152B is #DBEAD4. Grayscale: #1B1B1B. Windows color (decimal): -14412501 or 2823460. OLE color: 2823460.
HSL color Cylindrical-coordinate representation of color #24152B: hue angle of 280.91º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #24152B is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 21 | 43 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.83 |
| HSL | 280.91º | 0.34% | 0.13% | - |
| HSV(B) | 280.91º | 0.51% | 0.17% | - |
| XYZ | 1.43 | 1.09 | 2.42 | - |
| YUV | 27.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 43 | 0.16 | 0.51 | 0 | 0.83 | 280.91 | 0.34 | 0.13 |
| Hex | 24 | 15 | 2B | 10 | 33 | 0 | 53 | 119 | 22 | D |
| Octal | 44 | 25 | 53 | 20 | 63 | 0 | 123 | 431 | 42 | 15 |
| Binary | 100100 | 10101 | 101011 | 10000 | 110011 | 0 | 1010011 | 100011001 | 100010 | 1101 |
Color Harmonies of #24152B
Complementary color
Monochromatic Colors of #24152B
Black with #24152B
Text Example
Text Example
White with #24152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24152B; }
p { color: rgb(36,21,43); }
H1.HeaderClassName
{
color: #24152B;
}
.AnyTagClassName
{
color: #24152B;
}
</style>
background-color css
<style>
a { background-color: #24152B; }
a { background-color: rgb(36,21,43); }
div.DivClassName
{
background-color: #24152B;
}
.BgClassName
{
background-color: #24152B;
}
</style>
border-color css
<style>
span { border-color: #24152B; }
span { border-color: rgb(36,21,43); }
td.TdClassName
{
border-color: #24152B;
}
.TagClassName
{
border-color: #24152B;
}
</style>