Shades of Blackcurrant #24003C
Tints of Blackcurrant #24003C
RGB
CMYK
RGB Variations
Color information
#24003C (or 0x24003C) is known color: Blackcurrant. HEX triplet: 24, 00 and 3C. RGB value is (36,0,60). Sum of RGB (Red+Green+Blue) = 36+0+60=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #24003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24003C is #DBFFC3. Grayscale: #111111. Windows color (decimal): -14417860 or 3932196. OLE color: 3932196.
HSL color Cylindrical-coordinate representation of color #24003C: hue angle of 276º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24003C is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 0 | 60 | - |
| CMYK | 0.40 | 1 | 0 | 0.76 |
| HSL | 276º | 1% | 0.12% | - |
| HSV(B) | 276º | 1% | 0.24% | - |
| XYZ | 1.54 | 0.7 | 4.33 | - |
| YUV | 17.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 60 | 0.40 | 1 | 0 | 0.76 | 276 | 1 | 0.12 |
| Hex | 24 | 0 | 3C | 28 | 64 | 0 | 4C | 114 | 64 | C |
| Octal | 44 | 0 | 74 | 50 | 144 | 0 | 114 | 424 | 144 | 14 |
| Binary | 100100 | 0 | 111100 | 101000 | 1100100 | 0 | 1001100 | 100010100 | 1100100 | 1100 |
Color Harmonies of #24003C
Complementary color
Monochromatic Colors of #24003C
Black with #24003C
Text Example
Text Example
White with #24003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24003C; }
p { color: rgb(36,0,60); }
H1.HeaderClassName
{
color: #24003C;
}
.AnyTagClassName
{
color: #24003C;
}
</style>
background-color css
<style>
a { background-color: #24003C; }
a { background-color: rgb(36,0,60); }
div.DivClassName
{
background-color: #24003C;
}
.BgClassName
{
background-color: #24003C;
}
</style>
border-color css
<style>
span { border-color: #24003C; }
span { border-color: rgb(36,0,60); }
td.TdClassName
{
border-color: #24003C;
}
.TagClassName
{
border-color: #24003C;
}
</style>