Shades of Blackcurrant #240432
Tints of Blackcurrant #240432
RGB
CMYK
RGB Variations
Color information
#240432 (or 0x240432) is known color: Blackcurrant. HEX triplet: 24, 04 and 32. RGB value is (36,4,50). Sum of RGB (Red+Green+Blue) = 36+4+50=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #240432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240432 is #DBFBCD. Grayscale: #121212. Windows color (decimal): -14416846 or 3277860. OLE color: 3277860.
HSL color Cylindrical-coordinate representation of color #240432: hue angle of 281.74º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240432 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 4 | 50 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.80 |
| HSL | 281.74º | 0.85% | 0.11% | - |
| HSV(B) | 281.74º | 0.92% | 0.2% | - |
| XYZ | 1.35 | 0.69 | 3.08 | - |
| YUV | 18.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 50 | 0.28 | 0.92 | 0 | 0.80 | 281.74 | 0.85 | 0.11 |
| Hex | 24 | 4 | 32 | 1C | 5C | 0 | 50 | 11A | 55 | B |
| Octal | 44 | 4 | 62 | 34 | 134 | 0 | 120 | 432 | 125 | 13 |
| Binary | 100100 | 100 | 110010 | 11100 | 1011100 | 0 | 1010000 | 100011010 | 1010101 | 1011 |
Color Harmonies of #240432
Complementary color
Monochromatic Colors of #240432
Black with #240432
Text Example
Text Example
White with #240432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240432; }
p { color: rgb(36,4,50); }
H1.HeaderClassName
{
color: #240432;
}
.AnyTagClassName
{
color: #240432;
}
</style>
background-color css
<style>
a { background-color: #240432; }
a { background-color: rgb(36,4,50); }
div.DivClassName
{
background-color: #240432;
}
.BgClassName
{
background-color: #240432;
}
</style>
border-color css
<style>
span { border-color: #240432; }
span { border-color: rgb(36,4,50); }
td.TdClassName
{
border-color: #240432;
}
.TagClassName
{
border-color: #240432;
}
</style>