Shades of Blackcurrant #240548
Tints of Blackcurrant #240548
RGB
CMYK
RGB Variations
Color information
#240548 (or 0x240548) is known color: Blackcurrant. HEX triplet: 24, 05 and 48. RGB value is (36,5,72). Sum of RGB (Red+Green+Blue) = 36+5+72=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #240548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240548 is #DBFAB7. Grayscale: #151515. Windows color (decimal): -14416568 or 4719908. OLE color: 4719908.
HSL color Cylindrical-coordinate representation of color #240548: hue angle of 267.76º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240548 is Cyan = 0.5, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 5 | 72 | - |
| CMYK | 0.5 | 0.93 | 0 | 0.72 |
| HSL | 267.76º | 0.87% | 0.15% | - |
| HSV(B) | 267.76º | 0.93% | 0.28% | - |
| XYZ | 1.95 | 0.95 | 6.21 | - |
| YUV | 21.91 | 156.27 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 72 | 0.5 | 0.93 | 0 | 0.72 | 267.76 | 0.87 | 0.15 |
| Hex | 24 | 5 | 48 | 32 | 5D | 0 | 48 | 10C | 57 | F |
| Octal | 44 | 5 | 110 | 62 | 135 | 0 | 110 | 414 | 127 | 17 |
| Binary | 100100 | 101 | 1001000 | 110010 | 1011101 | 0 | 1001000 | 100001100 | 1010111 | 1111 |
Color Harmonies of #240548
Complementary color
Monochromatic Colors of #240548
Black with #240548
Text Example
Text Example
White with #240548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240548; }
p { color: rgb(36,5,72); }
H1.HeaderClassName
{
color: #240548;
}
.AnyTagClassName
{
color: #240548;
}
</style>
background-color css
<style>
a { background-color: #240548; }
a { background-color: rgb(36,5,72); }
div.DivClassName
{
background-color: #240548;
}
.BgClassName
{
background-color: #240548;
}
</style>
border-color css
<style>
span { border-color: #240548; }
span { border-color: rgb(36,5,72); }
td.TdClassName
{
border-color: #240548;
}
.TagClassName
{
border-color: #240548;
}
</style>