Shades of Blackcurrant #240539
Tints of Blackcurrant #240539
RGB
CMYK
RGB Variations
Color information
#240539 (or 0x240539) is known color: Blackcurrant. HEX triplet: 24, 05 and 39. RGB value is (36,5,57). Sum of RGB (Red+Green+Blue) = 36+5+57=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 57 (22.66% from 255 or 58.16% from 98); Max value from RGB is 57 - color contains mainly: blue. Hex color #240539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240539 is #DBFAC6. Grayscale: #141414. Windows color (decimal): -14416583 or 3736868. OLE color: 3736868.
HSL color Cylindrical-coordinate representation of color #240539: hue angle of 275.77º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #240539 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 5 | 57 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.78 |
| HSL | 275.77º | 0.84% | 0.12% | - |
| HSV(B) | 275.77º | 0.91% | 0.22% | - |
| XYZ | 1.52 | 0.78 | 3.94 | - |
| YUV | 20.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 57 | 0.37 | 0.91 | 0 | 0.78 | 275.77 | 0.84 | 0.12 |
| Hex | 24 | 5 | 39 | 25 | 5B | 0 | 4E | 114 | 54 | C |
| Octal | 44 | 5 | 71 | 45 | 133 | 0 | 116 | 424 | 124 | 14 |
| Binary | 100100 | 101 | 111001 | 100101 | 1011011 | 0 | 1001110 | 100010100 | 1010100 | 1100 |
Color Harmonies of #240539
Complementary color
Monochromatic Colors of #240539
Black with #240539
Text Example
Text Example
White with #240539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240539; }
p { color: rgb(36,5,57); }
H1.HeaderClassName
{
color: #240539;
}
.AnyTagClassName
{
color: #240539;
}
</style>
background-color css
<style>
a { background-color: #240539; }
a { background-color: rgb(36,5,57); }
div.DivClassName
{
background-color: #240539;
}
.BgClassName
{
background-color: #240539;
}
</style>
border-color css
<style>
span { border-color: #240539; }
span { border-color: rgb(36,5,57); }
td.TdClassName
{
border-color: #240539;
}
.TagClassName
{
border-color: #240539;
}
</style>