Shades of Blackcurrant #24043C
Tints of Blackcurrant #24043C
RGB
CMYK
RGB Variations
Color information
#24043C (or 0x24043C) is known color: Blackcurrant. HEX triplet: 24, 04 and 3C. RGB value is (36,4,60). Sum of RGB (Red+Green+Blue) = 36+4+60=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #24043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24043C is #DBFBC3. Grayscale: #131313. Windows color (decimal): -14416836 or 3933220. OLE color: 3933220.
HSL color Cylindrical-coordinate representation of color #24043C: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #24043C is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 4 | 60 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.76 |
| HSL | 274.29º | 0.88% | 0.13% | - |
| HSV(B) | 274.29º | 0.93% | 0.24% | - |
| XYZ | 1.59 | 0.79 | 4.34 | - |
| YUV | 19.95 | 150.6 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 60 | 0.40 | 0.93 | 0 | 0.76 | 274.29 | 0.88 | 0.13 |
| Hex | 24 | 4 | 3C | 28 | 5D | 0 | 4C | 112 | 58 | D |
| Octal | 44 | 4 | 74 | 50 | 135 | 0 | 114 | 422 | 130 | 15 |
| Binary | 100100 | 100 | 111100 | 101000 | 1011101 | 0 | 1001100 | 100010010 | 1011000 | 1101 |
Color Harmonies of #24043C
Complementary color
Monochromatic Colors of #24043C
Black with #24043C
Text Example
Text Example
White with #24043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24043C; }
p { color: rgb(36,4,60); }
H1.HeaderClassName
{
color: #24043C;
}
.AnyTagClassName
{
color: #24043C;
}
</style>
background-color css
<style>
a { background-color: #24043C; }
a { background-color: rgb(36,4,60); }
div.DivClassName
{
background-color: #24043C;
}
.BgClassName
{
background-color: #24043C;
}
</style>
border-color css
<style>
span { border-color: #24043C; }
span { border-color: rgb(36,4,60); }
td.TdClassName
{
border-color: #24043C;
}
.TagClassName
{
border-color: #24043C;
}
</style>