Shades of Blackcurrant #240428
Tints of Blackcurrant #240428
RGB
CMYK
RGB Variations
Color information
#240428 (or 0x240428) is known color: Blackcurrant. HEX triplet: 24, 04 and 28. RGB value is (36,4,40). Sum of RGB (Red+Green+Blue) = 36+4+40=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #240428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240428 is #DBFBD7. Grayscale: #111111. Windows color (decimal): -14416856 or 2622500. OLE color: 2622500.
HSL color Cylindrical-coordinate representation of color #240428: hue angle of 293.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #240428 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 4 | 40 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.84 |
| HSL | 293.33º | 0.82% | 0.09% | - |
| HSV(B) | 293.33º | 0.9% | 0.16% | - |
| XYZ | 1.15 | 0.62 | 2.07 | - |
| YUV | 17.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 40 | 0.10 | 0.90 | 0 | 0.84 | 293.33 | 0.82 | 0.09 |
| Hex | 24 | 4 | 28 | A | 5A | 0 | 54 | 125 | 52 | 9 |
| Octal | 44 | 4 | 50 | 12 | 132 | 0 | 124 | 445 | 122 | 11 |
| Binary | 100100 | 100 | 101000 | 1010 | 1011010 | 0 | 1010100 | 100100101 | 1010010 | 1001 |
Color Harmonies of #240428
Complementary color
Monochromatic Colors of #240428
Black with #240428
Text Example
Text Example
White with #240428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240428; }
p { color: rgb(36,4,40); }
H1.HeaderClassName
{
color: #240428;
}
.AnyTagClassName
{
color: #240428;
}
</style>
background-color css
<style>
a { background-color: #240428; }
a { background-color: rgb(36,4,40); }
div.DivClassName
{
background-color: #240428;
}
.BgClassName
{
background-color: #240428;
}
</style>
border-color css
<style>
span { border-color: #240428; }
span { border-color: rgb(36,4,40); }
td.TdClassName
{
border-color: #240428;
}
.TagClassName
{
border-color: #240428;
}
</style>