Shades of Blackcurrant #240240
Tints of Blackcurrant #240240
RGB
CMYK
RGB Variations
Color information
#240240 (or 0x240240) is known color: Blackcurrant. HEX triplet: 24, 02 and 40. RGB value is (36,2,64). Sum of RGB (Red+Green+Blue) = 36+2+64=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #240240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240240 is #DBFDBF. Grayscale: #131313. Windows color (decimal): -14417344 or 4194852. OLE color: 4194852.
HSL color Cylindrical-coordinate representation of color #240240: hue angle of 272.9º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240240 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 2 | 64 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.75 |
| HSL | 272.9º | 0.94% | 0.13% | - |
| HSV(B) | 272.9º | 0.97% | 0.25% | - |
| XYZ | 1.67 | 0.79 | 4.91 | - |
| YUV | 19.23 | 153.26 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 64 | 0.44 | 0.97 | 0 | 0.75 | 272.9 | 0.94 | 0.13 |
| Hex | 24 | 2 | 40 | 2C | 61 | 0 | 4B | 111 | 5E | D |
| Octal | 44 | 2 | 100 | 54 | 141 | 0 | 113 | 421 | 136 | 15 |
| Binary | 100100 | 10 | 1000000 | 101100 | 1100001 | 0 | 1001011 | 100010001 | 1011110 | 1101 |
Color Harmonies of #240240
Complementary color
Monochromatic Colors of #240240
Black with #240240
Text Example
Text Example
White with #240240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240240; }
p { color: rgb(36,2,64); }
H1.HeaderClassName
{
color: #240240;
}
.AnyTagClassName
{
color: #240240;
}
</style>
background-color css
<style>
a { background-color: #240240; }
a { background-color: rgb(36,2,64); }
div.DivClassName
{
background-color: #240240;
}
.BgClassName
{
background-color: #240240;
}
</style>
border-color css
<style>
span { border-color: #240240; }
span { border-color: rgb(36,2,64); }
td.TdClassName
{
border-color: #240240;
}
.TagClassName
{
border-color: #240240;
}
</style>