Shades of Blackcurrant #24112B
Tints of Blackcurrant #24112B
RGB
CMYK
RGB Variations
Color information
#24112B (or 0x24112B) is known color: Blackcurrant. HEX triplet: 24, 11 and 2B. RGB value is (36,17,43). Sum of RGB (Red+Green+Blue) = 36+17+43=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 43 - color contains mainly: blue. Hex color #24112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24112B is #DBEED4. Grayscale: #191919. Windows color (decimal): -14413525 or 2822436. OLE color: 2822436.
HSL color Cylindrical-coordinate representation of color #24112B: hue angle of 283.85º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24112B is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 17 | 43 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.83 |
| HSL | 283.85º | 0.43% | 0.12% | - |
| HSV(B) | 283.85º | 0.6% | 0.17% | - |
| XYZ | 1.36 | 0.95 | 2.4 | - |
| YUV | 25.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 43 | 0.16 | 0.60 | 0 | 0.83 | 283.85 | 0.43 | 0.12 |
| Hex | 24 | 11 | 2B | 10 | 3C | 0 | 53 | 11C | 2B | C |
| Octal | 44 | 21 | 53 | 20 | 74 | 0 | 123 | 434 | 53 | 14 |
| Binary | 100100 | 10001 | 101011 | 10000 | 111100 | 0 | 1010011 | 100011100 | 101011 | 1100 |
Color Harmonies of #24112B
Complementary color
Monochromatic Colors of #24112B
Black with #24112B
Text Example
Text Example
White with #24112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24112B; }
p { color: rgb(36,17,43); }
H1.HeaderClassName
{
color: #24112B;
}
.AnyTagClassName
{
color: #24112B;
}
</style>
background-color css
<style>
a { background-color: #24112B; }
a { background-color: rgb(36,17,43); }
div.DivClassName
{
background-color: #24112B;
}
.BgClassName
{
background-color: #24112B;
}
</style>
border-color css
<style>
span { border-color: #24112B; }
span { border-color: rgb(36,17,43); }
td.TdClassName
{
border-color: #24112B;
}
.TagClassName
{
border-color: #24112B;
}
</style>