Shades of Blackcurrant #240441
Tints of Blackcurrant #240441
RGB
CMYK
RGB Variations
Color information
#240441 (or 0x240441) is known color: Blackcurrant. HEX triplet: 24, 04 and 41. RGB value is (36,4,65). Sum of RGB (Red+Green+Blue) = 36+4+65=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #240441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240441 is #DBFBBE. Grayscale: #141414. Windows color (decimal): -14416831 or 4260900. OLE color: 4260900.
HSL color Cylindrical-coordinate representation of color #240441: hue angle of 271.48º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240441 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 4 | 65 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.75 |
| HSL | 271.48º | 0.88% | 0.14% | - |
| HSV(B) | 271.48º | 0.94% | 0.25% | - |
| XYZ | 1.73 | 0.84 | 5.07 | - |
| YUV | 20.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 65 | 0.45 | 0.94 | 0 | 0.75 | 271.48 | 0.88 | 0.14 |
| Hex | 24 | 4 | 41 | 2D | 5E | 0 | 4B | 10F | 58 | E |
| Octal | 44 | 4 | 101 | 55 | 136 | 0 | 113 | 417 | 130 | 16 |
| Binary | 100100 | 100 | 1000001 | 101101 | 1011110 | 0 | 1001011 | 100001111 | 1011000 | 1110 |
Color Harmonies of #240441
Complementary color
Monochromatic Colors of #240441
Black with #240441
Text Example
Text Example
White with #240441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240441; }
p { color: rgb(36,4,65); }
H1.HeaderClassName
{
color: #240441;
}
.AnyTagClassName
{
color: #240441;
}
</style>
background-color css
<style>
a { background-color: #240441; }
a { background-color: rgb(36,4,65); }
div.DivClassName
{
background-color: #240441;
}
.BgClassName
{
background-color: #240441;
}
</style>
border-color css
<style>
span { border-color: #240441; }
span { border-color: rgb(36,4,65); }
td.TdClassName
{
border-color: #240441;
}
.TagClassName
{
border-color: #240441;
}
</style>