Shades of Blackcurrant #24132B
Tints of Blackcurrant #24132B
RGB
CMYK
RGB Variations
Color information
#24132B (or 0x24132B) is known color: Blackcurrant. HEX triplet: 24, 13 and 2B. RGB value is (36,19,43). Sum of RGB (Red+Green+Blue) = 36+19+43=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #24132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24132B is #DBECD4. Grayscale: #1A1A1A. Windows color (decimal): -14413013 or 2822948. OLE color: 2822948.
HSL color Cylindrical-coordinate representation of color #24132B: hue angle of 282.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24132B is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 19 | 43 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.83 |
| HSL | 282.5º | 0.39% | 0.12% | - |
| HSV(B) | 282.5º | 0.56% | 0.17% | - |
| XYZ | 1.4 | 1.02 | 2.41 | - |
| YUV | 26.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 19 | 43 | 0.16 | 0.56 | 0 | 0.83 | 282.5 | 0.39 | 0.12 |
| Hex | 24 | 13 | 2B | 10 | 38 | 0 | 53 | 11A | 27 | C |
| Octal | 44 | 23 | 53 | 20 | 70 | 0 | 123 | 432 | 47 | 14 |
| Binary | 100100 | 10011 | 101011 | 10000 | 111000 | 0 | 1010011 | 100011010 | 100111 | 1100 |
Color Harmonies of #24132B
Complementary color
Monochromatic Colors of #24132B
Black with #24132B
Text Example
Text Example
White with #24132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24132B; }
p { color: rgb(36,19,43); }
H1.HeaderClassName
{
color: #24132B;
}
.AnyTagClassName
{
color: #24132B;
}
</style>
background-color css
<style>
a { background-color: #24132B; }
a { background-color: rgb(36,19,43); }
div.DivClassName
{
background-color: #24132B;
}
.BgClassName
{
background-color: #24132B;
}
</style>
border-color css
<style>
span { border-color: #24132B; }
span { border-color: rgb(36,19,43); }
td.TdClassName
{
border-color: #24132B;
}
.TagClassName
{
border-color: #24132B;
}
</style>