Shades of Blackcurrant #24003A
Tints of Blackcurrant #24003A
RGB
CMYK
RGB Variations
Color information
#24003A (or 0x24003A) is known color: Blackcurrant. HEX triplet: 24, 00 and 3A. RGB value is (36,0,58). Sum of RGB (Red+Green+Blue) = 36+0+58=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #24003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24003A is #DBFFC5. Grayscale: #111111. Windows color (decimal): -14417862 or 3801124. OLE color: 3801124.
HSL color Cylindrical-coordinate representation of color #24003A: hue angle of 277.24º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24003A is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 36 | 0 | 58 | - |
| CMYK | 0.38 | 1 | 0 | 0.77 |
| HSL | 277.24º | 1% | 0.11% | - |
| HSV(B) | 277.24º | 1% | 0.23% | - |
| XYZ | 1.49 | 0.68 | 4.06 | - |
| YUV | 17.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 58 | 0.38 | 1 | 0 | 0.77 | 277.24 | 1 | 0.11 |
| Hex | 24 | 0 | 3A | 26 | 64 | 0 | 4D | 115 | 64 | B |
| Octal | 44 | 0 | 72 | 46 | 144 | 0 | 115 | 425 | 144 | 13 |
| Binary | 100100 | 0 | 111010 | 100110 | 1100100 | 0 | 1001101 | 100010101 | 1100100 | 1011 |
Color Harmonies of #24003A
Complementary color
Monochromatic Colors of #24003A
Black with #24003A
Text Example
Text Example
White with #24003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24003A; }
p { color: rgb(36,0,58); }
H1.HeaderClassName
{
color: #24003A;
}
.AnyTagClassName
{
color: #24003A;
}
</style>
background-color css
<style>
a { background-color: #24003A; }
a { background-color: rgb(36,0,58); }
div.DivClassName
{
background-color: #24003A;
}
.BgClassName
{
background-color: #24003A;
}
</style>
border-color css
<style>
span { border-color: #24003A; }
span { border-color: rgb(36,0,58); }
td.TdClassName
{
border-color: #24003A;
}
.TagClassName
{
border-color: #24003A;
}
</style>