Shades of Blackcurrant #240050
Tints of Blackcurrant #240050
RGB
CMYK
RGB Variations
Color information
#240050 (or 0x240050) is known color: Blackcurrant. HEX triplet: 24, 00 and 50. RGB value is (36,0,80). Sum of RGB (Red+Green+Blue) = 36+0+80=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 80 (31.64% from 255 or 68.97% from 116); Max value from RGB is 80 - color contains mainly: blue. Hex color #240050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240050 is #DBFFAF. Grayscale: #131313. Windows color (decimal): -14417840 or 5242916. OLE color: 5242916.
HSL color Cylindrical-coordinate representation of color #240050: hue angle of 267º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240050 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 0 | 80 | - |
| CMYK | 0.55 | 1 | 0 | 0.69 |
| HSL | 267º | 1% | 0.16% | - |
| HSV(B) | 267º | 1% | 0.31% | - |
| XYZ | 2.18 | 0.95 | 7.66 | - |
| YUV | 19.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 80 | 0.55 | 1 | 0 | 0.69 | 267 | 1 | 0.16 |
| Hex | 24 | 0 | 50 | 37 | 64 | 0 | 45 | 10B | 64 | 10 |
| Octal | 44 | 0 | 120 | 67 | 144 | 0 | 105 | 413 | 144 | 20 |
| Binary | 100100 | 0 | 1010000 | 110111 | 1100100 | 0 | 1000101 | 100001011 | 1100100 | 10000 |
Color Harmonies of #240050
Complementary color
Monochromatic Colors of #240050
Black with #240050
Text Example
Text Example
White with #240050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240050; }
p { color: rgb(36,0,80); }
H1.HeaderClassName
{
color: #240050;
}
.AnyTagClassName
{
color: #240050;
}
</style>
background-color css
<style>
a { background-color: #240050; }
a { background-color: rgb(36,0,80); }
div.DivClassName
{
background-color: #240050;
}
.BgClassName
{
background-color: #240050;
}
</style>
border-color css
<style>
span { border-color: #240050; }
span { border-color: rgb(36,0,80); }
td.TdClassName
{
border-color: #240050;
}
.TagClassName
{
border-color: #240050;
}
</style>