Shades of Blackcurrant #24013C
Tints of Blackcurrant #24013C
RGB
CMYK
RGB Variations
Color information
#24013C (or 0x24013C) is known color: Blackcurrant. HEX triplet: 24, 01 and 3C. RGB value is (36,1,60). Sum of RGB (Red+Green+Blue) = 36+1+60=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 60 (23.83% from 255 or 61.86% from 97); Max value from RGB is 60 - color contains mainly: blue. Hex color #24013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24013C is #DBFEC3. Grayscale: #111111. Windows color (decimal): -14417604 or 3932452. OLE color: 3932452.
HSL color Cylindrical-coordinate representation of color #24013C: hue angle of 275.59º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #24013C is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 1 | 60 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.76 |
| HSL | 275.59º | 0.97% | 0.12% | - |
| HSV(B) | 275.59º | 0.98% | 0.24% | - |
| XYZ | 1.55 | 0.72 | 4.33 | - |
| YUV | 18.19 | 151.6 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 60 | 0.40 | 0.98 | 0 | 0.76 | 275.59 | 0.97 | 0.12 |
| Hex | 24 | 1 | 3C | 28 | 62 | 0 | 4C | 114 | 61 | C |
| Octal | 44 | 1 | 74 | 50 | 142 | 0 | 114 | 424 | 141 | 14 |
| Binary | 100100 | 1 | 111100 | 101000 | 1100010 | 0 | 1001100 | 100010100 | 1100001 | 1100 |
Color Harmonies of #24013C
Complementary color
Monochromatic Colors of #24013C
Black with #24013C
Text Example
Text Example
White with #24013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24013C; }
p { color: rgb(36,1,60); }
H1.HeaderClassName
{
color: #24013C;
}
.AnyTagClassName
{
color: #24013C;
}
</style>
background-color css
<style>
a { background-color: #24013C; }
a { background-color: rgb(36,1,60); }
div.DivClassName
{
background-color: #24013C;
}
.BgClassName
{
background-color: #24013C;
}
</style>
border-color css
<style>
span { border-color: #24013C; }
span { border-color: rgb(36,1,60); }
td.TdClassName
{
border-color: #24013C;
}
.TagClassName
{
border-color: #24013C;
}
</style>