Shades of Blackcurrant #240532
Tints of Blackcurrant #240532
RGB
CMYK
RGB Variations
Color information
#240532 (or 0x240532) is known color: Blackcurrant. HEX triplet: 24, 05 and 32. RGB value is (36,5,50). Sum of RGB (Red+Green+Blue) = 36+5+50=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #240532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240532 is #DBFACD. Grayscale: #131313. Windows color (decimal): -14416590 or 3278116. OLE color: 3278116.
HSL color Cylindrical-coordinate representation of color #240532: hue angle of 281.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #240532 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 5 | 50 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.80 |
| HSL | 281.33º | 0.82% | 0.11% | - |
| HSV(B) | 281.33º | 0.9% | 0.2% | - |
| XYZ | 1.36 | 0.71 | 3.08 | - |
| YUV | 19.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 50 | 0.28 | 0.90 | 0 | 0.80 | 281.33 | 0.82 | 0.11 |
| Hex | 24 | 5 | 32 | 1C | 5A | 0 | 50 | 119 | 52 | B |
| Octal | 44 | 5 | 62 | 34 | 132 | 0 | 120 | 431 | 122 | 13 |
| Binary | 100100 | 101 | 110010 | 11100 | 1011010 | 0 | 1010000 | 100011001 | 1010010 | 1011 |
Color Harmonies of #240532
Complementary color
Monochromatic Colors of #240532
Black with #240532
Text Example
Text Example
White with #240532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240532; }
p { color: rgb(36,5,50); }
H1.HeaderClassName
{
color: #240532;
}
.AnyTagClassName
{
color: #240532;
}
</style>
background-color css
<style>
a { background-color: #240532; }
a { background-color: rgb(36,5,50); }
div.DivClassName
{
background-color: #240532;
}
.BgClassName
{
background-color: #240532;
}
</style>
border-color css
<style>
span { border-color: #240532; }
span { border-color: rgb(36,5,50); }
td.TdClassName
{
border-color: #240532;
}
.TagClassName
{
border-color: #240532;
}
</style>