Shades of Blackcurrant #24004C
Tints of Blackcurrant #24004C
RGB
CMYK
RGB Variations
Color information
#24004C (or 0x24004C) is known color: Blackcurrant. HEX triplet: 24, 00 and 4C. RGB value is (36,0,76). Sum of RGB (Red+Green+Blue) = 36+0+76=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 76 (30.08% from 255 or 67.86% from 112); Max value from RGB is 76 - color contains mainly: blue. Hex color #24004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24004C is #DBFFB3. Grayscale: #131313. Windows color (decimal): -14417844 or 4980772. OLE color: 4980772.
HSL color Cylindrical-coordinate representation of color #24004C: hue angle of 268.42º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24004C is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 0 | 76 | - |
| CMYK | 0.53 | 1 | 0 | 0.70 |
| HSL | 268.42º | 1% | 0.15% | - |
| HSV(B) | 268.42º | 1% | 0.3% | - |
| XYZ | 2.03 | 0.9 | 6.9 | - |
| YUV | 19.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 76 | 0.53 | 1 | 0 | 0.70 | 268.42 | 1 | 0.15 |
| Hex | 24 | 0 | 4C | 35 | 64 | 0 | 46 | 10C | 64 | F |
| Octal | 44 | 0 | 114 | 65 | 144 | 0 | 106 | 414 | 144 | 17 |
| Binary | 100100 | 0 | 1001100 | 110101 | 1100100 | 0 | 1000110 | 100001100 | 1100100 | 1111 |
Color Harmonies of #24004C
Complementary color
Monochromatic Colors of #24004C
Black with #24004C
Text Example
Text Example
White with #24004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24004C; }
p { color: rgb(36,0,76); }
H1.HeaderClassName
{
color: #24004C;
}
.AnyTagClassName
{
color: #24004C;
}
</style>
background-color css
<style>
a { background-color: #24004C; }
a { background-color: rgb(36,0,76); }
div.DivClassName
{
background-color: #24004C;
}
.BgClassName
{
background-color: #24004C;
}
</style>
border-color css
<style>
span { border-color: #24004C; }
span { border-color: rgb(36,0,76); }
td.TdClassName
{
border-color: #24004C;
}
.TagClassName
{
border-color: #24004C;
}
</style>