Shades of Blackcurrant #24122E
Tints of Blackcurrant #24122E
RGB
CMYK
RGB Variations
Color information
#24122E (or 0x24122E) is known color: Blackcurrant. HEX triplet: 24, 12 and 2E. RGB value is (36,18,46). Sum of RGB (Red+Green+Blue) = 36+18+46=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 46 - color contains mainly: blue. Hex color #24122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24122E is #DBEDD1. Grayscale: #1A1A1A. Windows color (decimal): -14413266 or 3019300. OLE color: 3019300.
HSL color Cylindrical-coordinate representation of color #24122E: hue angle of 278.57º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24122E is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 18 | 46 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.82 |
| HSL | 278.57º | 0.44% | 0.13% | - |
| HSV(B) | 278.57º | 0.61% | 0.18% | - |
| XYZ | 1.44 | 1 | 2.7 | - |
| YUV | 26.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 18 | 46 | 0.22 | 0.61 | 0 | 0.82 | 278.57 | 0.44 | 0.13 |
| Hex | 24 | 12 | 2E | 16 | 3D | 0 | 52 | 117 | 2C | D |
| Octal | 44 | 22 | 56 | 26 | 75 | 0 | 122 | 427 | 54 | 15 |
| Binary | 100100 | 10010 | 101110 | 10110 | 111101 | 0 | 1010010 | 100010111 | 101100 | 1101 |
Color Harmonies of #24122E
Complementary color
Monochromatic Colors of #24122E
Black with #24122E
Text Example
Text Example
White with #24122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24122E; }
p { color: rgb(36,18,46); }
H1.HeaderClassName
{
color: #24122E;
}
.AnyTagClassName
{
color: #24122E;
}
</style>
background-color css
<style>
a { background-color: #24122E; }
a { background-color: rgb(36,18,46); }
div.DivClassName
{
background-color: #24122E;
}
.BgClassName
{
background-color: #24122E;
}
</style>
border-color css
<style>
span { border-color: #24122E; }
span { border-color: rgb(36,18,46); }
td.TdClassName
{
border-color: #24122E;
}
.TagClassName
{
border-color: #24122E;
}
</style>