Shades of Blackcurrant #24004A
Tints of Blackcurrant #24004A
RGB
CMYK
RGB Variations
Color information
#24004A (or 0x24004A) is known color: Blackcurrant. HEX triplet: 24, 00 and 4A. RGB value is (36,0,74). Sum of RGB (Red+Green+Blue) = 36+0+74=110 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.73% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 74 (29.30% from 255 or 67.27% from 110); Max value from RGB is 74 - color contains mainly: blue. Hex color #24004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24004A is #DBFFB5. Grayscale: #121212. Windows color (decimal): -14417846 or 4849700. OLE color: 4849700.
HSL color Cylindrical-coordinate representation of color #24004A: hue angle of 269.19º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24004A is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 0 | 74 | - |
| CMYK | 0.51 | 1 | 0 | 0.71 |
| HSL | 269.19º | 1% | 0.15% | - |
| HSV(B) | 269.19º | 1% | 0.29% | - |
| XYZ | 1.96 | 0.87 | 6.54 | - |
| YUV | 19.2 | 158.93 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 74 | 0.51 | 1 | 0 | 0.71 | 269.19 | 1 | 0.15 |
| Hex | 24 | 0 | 4A | 33 | 64 | 0 | 47 | 10D | 64 | F |
| Octal | 44 | 0 | 112 | 63 | 144 | 0 | 107 | 415 | 144 | 17 |
| Binary | 100100 | 0 | 1001010 | 110011 | 1100100 | 0 | 1000111 | 100001101 | 1100100 | 1111 |
Color Harmonies of #24004A
Complementary color
Monochromatic Colors of #24004A
Black with #24004A
Text Example
Text Example
White with #24004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24004A; }
p { color: rgb(36,0,74); }
H1.HeaderClassName
{
color: #24004A;
}
.AnyTagClassName
{
color: #24004A;
}
</style>
background-color css
<style>
a { background-color: #24004A; }
a { background-color: rgb(36,0,74); }
div.DivClassName
{
background-color: #24004A;
}
.BgClassName
{
background-color: #24004A;
}
</style>
border-color css
<style>
span { border-color: #24004A; }
span { border-color: rgb(36,0,74); }
td.TdClassName
{
border-color: #24004A;
}
.TagClassName
{
border-color: #24004A;
}
</style>