Shades of Blackcurrant #24112D
Tints of Blackcurrant #24112D
RGB
CMYK
RGB Variations
Color information
#24112D (or 0x24112D) is known color: Blackcurrant. HEX triplet: 24, 11 and 2D. RGB value is (36,17,45). Sum of RGB (Red+Green+Blue) = 36+17+45=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 45 - color contains mainly: blue. Hex color #24112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24112D is #DBEED2. Grayscale: #191919. Windows color (decimal): -14413523 or 2953508. OLE color: 2953508.
HSL color Cylindrical-coordinate representation of color #24112D: hue angle of 280.71º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24112D is Cyan = 0.2, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 17 | 45 | - |
| CMYK | 0.2 | 0.62 | 0 | 0.82 |
| HSL | 280.71º | 0.45% | 0.12% | - |
| HSV(B) | 280.71º | 0.62% | 0.18% | - |
| XYZ | 1.4 | 0.97 | 2.6 | - |
| YUV | 25.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 17 | 45 | 0.2 | 0.62 | 0 | 0.82 | 280.71 | 0.45 | 0.12 |
| Hex | 24 | 11 | 2D | 14 | 3E | 0 | 52 | 119 | 2D | C |
| Octal | 44 | 21 | 55 | 24 | 76 | 0 | 122 | 431 | 55 | 14 |
| Binary | 100100 | 10001 | 101101 | 10100 | 111110 | 0 | 1010010 | 100011001 | 101101 | 1100 |
Color Harmonies of #24112D
Complementary color
Monochromatic Colors of #24112D
Black with #24112D
Text Example
Text Example
White with #24112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24112D; }
p { color: rgb(36,17,45); }
H1.HeaderClassName
{
color: #24112D;
}
.AnyTagClassName
{
color: #24112D;
}
</style>
background-color css
<style>
a { background-color: #24112D; }
a { background-color: rgb(36,17,45); }
div.DivClassName
{
background-color: #24112D;
}
.BgClassName
{
background-color: #24112D;
}
</style>
border-color css
<style>
span { border-color: #24112D; }
span { border-color: rgb(36,17,45); }
td.TdClassName
{
border-color: #24112D;
}
.TagClassName
{
border-color: #24112D;
}
</style>