Shades of Blackcurrant #24024D
Tints of Blackcurrant #24024D
RGB
CMYK
RGB Variations
Color information
#24024D (or 0x24024D) is known color: Blackcurrant. HEX triplet: 24, 02 and 4D. RGB value is (36,2,77). Sum of RGB (Red+Green+Blue) = 36+2+77=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #24024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24024D is #DBFDB2. Grayscale: #141414. Windows color (decimal): -14417331 or 5046820. OLE color: 5046820.
HSL color Cylindrical-coordinate representation of color #24024D: hue angle of 267.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #24024D is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 2 | 77 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.70 |
| HSL | 267.2º | 0.95% | 0.15% | - |
| HSV(B) | 267.2º | 0.97% | 0.3% | - |
| XYZ | 2.09 | 0.95 | 7.1 | - |
| YUV | 20.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 77 | 0.53 | 0.97 | 0 | 0.70 | 267.2 | 0.95 | 0.15 |
| Hex | 24 | 2 | 4D | 35 | 61 | 0 | 46 | 10B | 5F | F |
| Octal | 44 | 2 | 115 | 65 | 141 | 0 | 106 | 413 | 137 | 17 |
| Binary | 100100 | 10 | 1001101 | 110101 | 1100001 | 0 | 1000110 | 100001011 | 1011111 | 1111 |
Color Harmonies of #24024D
Complementary color
Monochromatic Colors of #24024D
Black with #24024D
Text Example
Text Example
White with #24024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24024D; }
p { color: rgb(36,2,77); }
H1.HeaderClassName
{
color: #24024D;
}
.AnyTagClassName
{
color: #24024D;
}
</style>
background-color css
<style>
a { background-color: #24024D; }
a { background-color: rgb(36,2,77); }
div.DivClassName
{
background-color: #24024D;
}
.BgClassName
{
background-color: #24024D;
}
</style>
border-color css
<style>
span { border-color: #24024D; }
span { border-color: rgb(36,2,77); }
td.TdClassName
{
border-color: #24024D;
}
.TagClassName
{
border-color: #24024D;
}
</style>