Shades of Blackcurrant #240332
Tints of Blackcurrant #240332
RGB
CMYK
RGB Variations
Color information
#240332 (or 0x240332) is known color: Blackcurrant. HEX triplet: 24, 03 and 32. RGB value is (36,3,50). Sum of RGB (Red+Green+Blue) = 36+3+50=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 50 (19.92% from 255 or 56.18% from 89); Max value from RGB is 50 - color contains mainly: blue. Hex color #240332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240332 is #DBFCCD. Grayscale: #121212. Windows color (decimal): -14417102 or 3277604. OLE color: 3277604.
HSL color Cylindrical-coordinate representation of color #240332: hue angle of 282.13º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240332 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 3 | 50 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.80 |
| HSL | 282.13º | 0.89% | 0.1% | - |
| HSV(B) | 282.13º | 0.94% | 0.2% | - |
| XYZ | 1.34 | 0.67 | 3.08 | - |
| YUV | 18.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 50 | 0.28 | 0.94 | 0 | 0.80 | 282.13 | 0.89 | 0.1 |
| Hex | 24 | 3 | 32 | 1C | 5E | 0 | 50 | 11A | 59 | A |
| Octal | 44 | 3 | 62 | 34 | 136 | 0 | 120 | 432 | 131 | 12 |
| Binary | 100100 | 11 | 110010 | 11100 | 1011110 | 0 | 1010000 | 100011010 | 1011001 | 1010 |
Color Harmonies of #240332
Complementary color
Monochromatic Colors of #240332
Black with #240332
Text Example
Text Example
White with #240332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240332; }
p { color: rgb(36,3,50); }
H1.HeaderClassName
{
color: #240332;
}
.AnyTagClassName
{
color: #240332;
}
</style>
background-color css
<style>
a { background-color: #240332; }
a { background-color: rgb(36,3,50); }
div.DivClassName
{
background-color: #240332;
}
.BgClassName
{
background-color: #240332;
}
</style>
border-color css
<style>
span { border-color: #240332; }
span { border-color: rgb(36,3,50); }
td.TdClassName
{
border-color: #240332;
}
.TagClassName
{
border-color: #240332;
}
</style>