Shades of Blackcurrant #240028
Tints of Blackcurrant #240028
RGB
CMYK
RGB Variations
Color information
#240028 (or 0x240028) is known color: Blackcurrant. HEX triplet: 24, 00 and 28. RGB value is (36,0,40). Sum of RGB (Red+Green+Blue) = 36+0+40=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 40 (16.02% from 255 or 52.63% from 76); Max value from RGB is 40 - color contains mainly: blue. Hex color #240028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240028 is #DBFFD7. Grayscale: #0F0F0F. Windows color (decimal): -14417880 or 2621476. OLE color: 2621476.
HSL color Cylindrical-coordinate representation of color #240028: hue angle of 294º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240028 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 0 | 40 | - |
| CMYK | 0.10 | 1 | 0 | 0.84 |
| HSL | 294º | 1% | 0.08% | - |
| HSV(B) | 294º | 1% | 0.16% | - |
| XYZ | 1.11 | 0.53 | 2.05 | - |
| YUV | 15.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 40 | 0.10 | 1 | 0 | 0.84 | 294 | 1 | 0.08 |
| Hex | 24 | 0 | 28 | A | 64 | 0 | 54 | 126 | 64 | 8 |
| Octal | 44 | 0 | 50 | 12 | 144 | 0 | 124 | 446 | 144 | 10 |
| Binary | 100100 | 0 | 101000 | 1010 | 1100100 | 0 | 1010100 | 100100110 | 1100100 | 1000 |
Color Harmonies of #240028
Complementary color
Monochromatic Colors of #240028
Black with #240028
Text Example
Text Example
White with #240028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #240028; }
p { color: rgb(36,0,40); }
H1.HeaderClassName
{
color: #240028;
}
.AnyTagClassName
{
color: #240028;
}
</style>
background-color css
<style>
a { background-color: #240028; }
a { background-color: rgb(36,0,40); }
div.DivClassName
{
background-color: #240028;
}
.BgClassName
{
background-color: #240028;
}
</style>
border-color css
<style>
span { border-color: #240028; }
span { border-color: rgb(36,0,40); }
td.TdClassName
{
border-color: #240028;
}
.TagClassName
{
border-color: #240028;
}
</style>