Shades of Blackcurrant #24132D
Tints of Blackcurrant #24132D
RGB
CMYK
RGB Variations
Color information
#24132D (or 0x24132D) is known color: Blackcurrant. HEX triplet: 24, 13 and 2D. RGB value is (36,19,45). Sum of RGB (Red+Green+Blue) = 36+19+45=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 45 - color contains mainly: blue. Hex color #24132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24132D is #DBECD2. Grayscale: #1A1A1A. Windows color (decimal): -14413011 or 2954020. OLE color: 2954020.
HSL color Cylindrical-coordinate representation of color #24132D: hue angle of 279.23º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #24132D is Cyan = 0.2, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 19 | 45 | - |
| CMYK | 0.2 | 0.58 | 0 | 0.82 |
| HSL | 279.23º | 0.41% | 0.13% | - |
| HSV(B) | 279.23º | 0.58% | 0.18% | - |
| XYZ | 1.43 | 1.03 | 2.61 | - |
| YUV | 27.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 45 | 0.2 | 0.58 | 0 | 0.82 | 279.23 | 0.41 | 0.13 |
| Hex | 24 | 13 | 2D | 14 | 3A | 0 | 52 | 117 | 29 | D |
| Octal | 44 | 23 | 55 | 24 | 72 | 0 | 122 | 427 | 51 | 15 |
| Binary | 100100 | 10011 | 101101 | 10100 | 111010 | 0 | 1010010 | 100010111 | 101001 | 1101 |
Color Harmonies of #24132D
Complementary color
Monochromatic Colors of #24132D
Black with #24132D
Text Example
Text Example
White with #24132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24132D; }
p { color: rgb(36,19,45); }
H1.HeaderClassName
{
color: #24132D;
}
.AnyTagClassName
{
color: #24132D;
}
</style>
background-color css
<style>
a { background-color: #24132D; }
a { background-color: rgb(36,19,45); }
div.DivClassName
{
background-color: #24132D;
}
.BgClassName
{
background-color: #24132D;
}
</style>
border-color css
<style>
span { border-color: #24132D; }
span { border-color: rgb(36,19,45); }
td.TdClassName
{
border-color: #24132D;
}
.TagClassName
{
border-color: #24132D;
}
</style>