Shades of Blackcurrant #240328
Tints of Blackcurrant #240328
RGB
CMYK
RGB Variations
Color information
#240328 (or 0x240328) is known color: Blackcurrant. HEX triplet: 24, 03 and 28. RGB value is (36,3,40). Sum of RGB (Red+Green+Blue) = 36+3+40=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #240328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240328 is #DBFCD7. Grayscale: #101010. Windows color (decimal): -14417112 or 2622244. OLE color: 2622244.
HSL color Cylindrical-coordinate representation of color #240328: hue angle of 293.51º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240328 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 3 | 40 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.84 |
| HSL | 293.51º | 0.86% | 0.08% | - |
| HSV(B) | 293.51º | 0.93% | 0.16% | - |
| XYZ | 1.14 | 0.59 | 2.06 | - |
| YUV | 17.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 40 | 0.10 | 0.93 | 0 | 0.84 | 293.51 | 0.86 | 0.08 |
| Hex | 24 | 3 | 28 | A | 5D | 0 | 54 | 126 | 56 | 8 |
| Octal | 44 | 3 | 50 | 12 | 135 | 0 | 124 | 446 | 126 | 10 |
| Binary | 100100 | 11 | 101000 | 1010 | 1011101 | 0 | 1010100 | 100100110 | 1010110 | 1000 |
Color Harmonies of #240328
Complementary color
Monochromatic Colors of #240328
Black with #240328
Text Example
Text Example
White with #240328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240328; }
p { color: rgb(36,3,40); }
H1.HeaderClassName
{
color: #240328;
}
.AnyTagClassName
{
color: #240328;
}
</style>
background-color css
<style>
a { background-color: #240328; }
a { background-color: rgb(36,3,40); }
div.DivClassName
{
background-color: #240328;
}
.BgClassName
{
background-color: #240328;
}
</style>
border-color css
<style>
span { border-color: #240328; }
span { border-color: rgb(36,3,40); }
td.TdClassName
{
border-color: #240328;
}
.TagClassName
{
border-color: #240328;
}
</style>