Shades of Blackcurrant #240049
Tints of Blackcurrant #240049
RGB
CMYK
RGB Variations
Color information
#240049 (or 0x240049) is known color: Blackcurrant. HEX triplet: 24, 00 and 49. RGB value is (36,0,73). Sum of RGB (Red+Green+Blue) = 36+0+73=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 73 (28.91% from 255 or 66.97% from 109); Max value from RGB is 73 - color contains mainly: blue. Hex color #240049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240049 is #DBFFB6. Grayscale: #121212. Windows color (decimal): -14417847 or 4784164. OLE color: 4784164.
HSL color Cylindrical-coordinate representation of color #240049: hue angle of 269.59º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240049 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 0 | 73 | - |
| CMYK | 0.51 | 1 | 0 | 0.71 |
| HSL | 269.59º | 1% | 0.14% | - |
| HSV(B) | 269.59º | 1% | 0.29% | - |
| XYZ | 1.93 | 0.86 | 6.37 | - |
| YUV | 19.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 73 | 0.51 | 1 | 0 | 0.71 | 269.59 | 1 | 0.14 |
| Hex | 24 | 0 | 49 | 33 | 64 | 0 | 47 | 10E | 64 | E |
| Octal | 44 | 0 | 111 | 63 | 144 | 0 | 107 | 416 | 144 | 16 |
| Binary | 100100 | 0 | 1001001 | 110011 | 1100100 | 0 | 1000111 | 100001110 | 1100100 | 1110 |
Color Harmonies of #240049
Complementary color
Monochromatic Colors of #240049
Black with #240049
Text Example
Text Example
White with #240049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240049; }
p { color: rgb(36,0,73); }
H1.HeaderClassName
{
color: #240049;
}
.AnyTagClassName
{
color: #240049;
}
</style>
background-color css
<style>
a { background-color: #240049; }
a { background-color: rgb(36,0,73); }
div.DivClassName
{
background-color: #240049;
}
.BgClassName
{
background-color: #240049;
}
</style>
border-color css
<style>
span { border-color: #240049; }
span { border-color: rgb(36,0,73); }
td.TdClassName
{
border-color: #240049;
}
.TagClassName
{
border-color: #240049;
}
</style>