Shades of Blackcurrant #24162B
Tints of Blackcurrant #24162B
RGB
CMYK
RGB Variations
Color information
#24162B (or 0x24162B) is known color: Blackcurrant. HEX triplet: 24, 16 and 2B. RGB value is (36,22,43). Sum of RGB (Red+Green+Blue) = 36+22+43=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 43 - color contains mainly: blue. Hex color #24162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24162B is #DBE9D4. Grayscale: #1C1C1C. Windows color (decimal): -14412245 or 2823716. OLE color: 2823716.
HSL color Cylindrical-coordinate representation of color #24162B: hue angle of 280º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #24162B is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 36 | 22 | 43 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.83 |
| HSL | 280º | 0.32% | 0.13% | - |
| HSV(B) | 280º | 0.49% | 0.17% | - |
| XYZ | 1.45 | 1.12 | 2.43 | - |
| YUV | 28.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 22 | 43 | 0.16 | 0.49 | 0 | 0.83 | 280 | 0.32 | 0.13 |
| Hex | 24 | 16 | 2B | 10 | 31 | 0 | 53 | 118 | 20 | D |
| Octal | 44 | 26 | 53 | 20 | 61 | 0 | 123 | 430 | 40 | 15 |
| Binary | 100100 | 10110 | 101011 | 10000 | 110001 | 0 | 1010011 | 100011000 | 100000 | 1101 |
Color Harmonies of #24162B
Complementary color
Monochromatic Colors of #24162B
Black with #24162B
Text Example
Text Example
White with #24162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24162B; }
p { color: rgb(36,22,43); }
H1.HeaderClassName
{
color: #24162B;
}
.AnyTagClassName
{
color: #24162B;
}
</style>
background-color css
<style>
a { background-color: #24162B; }
a { background-color: rgb(36,22,43); }
div.DivClassName
{
background-color: #24162B;
}
.BgClassName
{
background-color: #24162B;
}
</style>
border-color css
<style>
span { border-color: #24162B; }
span { border-color: rgb(36,22,43); }
td.TdClassName
{
border-color: #24162B;
}
.TagClassName
{
border-color: #24162B;
}
</style>