Shades of Blackcurrant #240237
Tints of Blackcurrant #240237
RGB
CMYK
RGB Variations
Color information
#240237 (or 0x240237) is known color: Blackcurrant. HEX triplet: 24, 02 and 37. RGB value is (36,2,55). Sum of RGB (Red+Green+Blue) = 36+2+55=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #240237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240237 is #DBFDC8. Grayscale: #121212. Windows color (decimal): -14417353 or 3605028. OLE color: 3605028.
HSL color Cylindrical-coordinate representation of color #240237: hue angle of 278.49º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240237 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 2 | 55 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.78 |
| HSL | 278.49º | 0.93% | 0.11% | - |
| HSV(B) | 278.49º | 0.96% | 0.22% | - |
| XYZ | 1.44 | 0.69 | 3.67 | - |
| YUV | 18.21 | 148.76 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 55 | 0.35 | 0.96 | 0 | 0.78 | 278.49 | 0.93 | 0.11 |
| Hex | 24 | 2 | 37 | 23 | 60 | 0 | 4E | 116 | 5D | B |
| Octal | 44 | 2 | 67 | 43 | 140 | 0 | 116 | 426 | 135 | 13 |
| Binary | 100100 | 10 | 110111 | 100011 | 1100000 | 0 | 1001110 | 100010110 | 1011101 | 1011 |
Color Harmonies of #240237
Complementary color
Monochromatic Colors of #240237
Black with #240237
Text Example
Text Example
White with #240237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240237; }
p { color: rgb(36,2,55); }
H1.HeaderClassName
{
color: #240237;
}
.AnyTagClassName
{
color: #240237;
}
</style>
background-color css
<style>
a { background-color: #240237; }
a { background-color: rgb(36,2,55); }
div.DivClassName
{
background-color: #240237;
}
.BgClassName
{
background-color: #240237;
}
</style>
border-color css
<style>
span { border-color: #240237; }
span { border-color: rgb(36,2,55); }
td.TdClassName
{
border-color: #240237;
}
.TagClassName
{
border-color: #240237;
}
</style>