Shades of Blackcurrant #240239
Tints of Blackcurrant #240239
RGB
CMYK
RGB Variations
Color information
#240239 (or 0x240239) is known color: Blackcurrant. HEX triplet: 24, 02 and 39. RGB value is (36,2,57). Sum of RGB (Red+Green+Blue) = 36+2+57=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #240239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240239 is #DBFDC6. Grayscale: #121212. Windows color (decimal): -14417351 or 3736100. OLE color: 3736100.
HSL color Cylindrical-coordinate representation of color #240239: hue angle of 277.09º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240239 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 2 | 57 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.78 |
| HSL | 277.09º | 0.93% | 0.12% | - |
| HSV(B) | 277.09º | 0.96% | 0.22% | - |
| XYZ | 1.49 | 0.71 | 3.93 | - |
| YUV | 18.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 57 | 0.37 | 0.96 | 0 | 0.78 | 277.09 | 0.93 | 0.12 |
| Hex | 24 | 2 | 39 | 25 | 60 | 0 | 4E | 115 | 5D | C |
| Octal | 44 | 2 | 71 | 45 | 140 | 0 | 116 | 425 | 135 | 14 |
| Binary | 100100 | 10 | 111001 | 100101 | 1100000 | 0 | 1001110 | 100010101 | 1011101 | 1100 |
Color Harmonies of #240239
Complementary color
Monochromatic Colors of #240239
Black with #240239
Text Example
Text Example
White with #240239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240239; }
p { color: rgb(36,2,57); }
H1.HeaderClassName
{
color: #240239;
}
.AnyTagClassName
{
color: #240239;
}
</style>
background-color css
<style>
a { background-color: #240239; }
a { background-color: rgb(36,2,57); }
div.DivClassName
{
background-color: #240239;
}
.BgClassName
{
background-color: #240239;
}
</style>
border-color css
<style>
span { border-color: #240239; }
span { border-color: rgb(36,2,57); }
td.TdClassName
{
border-color: #240239;
}
.TagClassName
{
border-color: #240239;
}
</style>