Shades of Blackcurrant #24102E
Tints of Blackcurrant #24102E
RGB
CMYK
RGB Variations
Color information
#24102E (or 0x24102E) is known color: Blackcurrant. HEX triplet: 24, 10 and 2E. RGB value is (36,16,46). Sum of RGB (Red+Green+Blue) = 36+16+46=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #24102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24102E is #DBEFD1. Grayscale: #191919. Windows color (decimal): -14413778 or 3018788. OLE color: 3018788.
HSL color Cylindrical-coordinate representation of color #24102E: hue angle of 280º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #24102E is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 16 | 46 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.82 |
| HSL | 280º | 0.48% | 0.12% | - |
| HSV(B) | 280º | 0.65% | 0.18% | - |
| XYZ | 1.41 | 0.94 | 2.69 | - |
| YUV | 25.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 46 | 0.22 | 0.65 | 0 | 0.82 | 280 | 0.48 | 0.12 |
| Hex | 24 | 10 | 2E | 16 | 41 | 0 | 52 | 118 | 30 | C |
| Octal | 44 | 20 | 56 | 26 | 101 | 0 | 122 | 430 | 60 | 14 |
| Binary | 100100 | 10000 | 101110 | 10110 | 1000001 | 0 | 1010010 | 100011000 | 110000 | 1100 |
Color Harmonies of #24102E
Complementary color
Monochromatic Colors of #24102E
Black with #24102E
Text Example
Text Example
White with #24102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24102E; }
p { color: rgb(36,16,46); }
H1.HeaderClassName
{
color: #24102E;
}
.AnyTagClassName
{
color: #24102E;
}
</style>
background-color css
<style>
a { background-color: #24102E; }
a { background-color: rgb(36,16,46); }
div.DivClassName
{
background-color: #24102E;
}
.BgClassName
{
background-color: #24102E;
}
</style>
border-color css
<style>
span { border-color: #24102E; }
span { border-color: rgb(36,16,46); }
td.TdClassName
{
border-color: #24102E;
}
.TagClassName
{
border-color: #24102E;
}
</style>