Shades of Blackcurrant #242028
Tints of Blackcurrant #242028
RGB
CMYK
RGB Variations
Color information
#242028 (or 0x242028) is known color: Blackcurrant. HEX triplet: 24, 20 and 28. RGB value is (36,32,40). Sum of RGB (Red+Green+Blue) = 36+32+40=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 40 - color contains mainly: blue. Hex color #242028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242028 is #DBDFD7. Grayscale: #222222. Windows color (decimal): -14409688 or 2629668. OLE color: 2629668.
HSL color Cylindrical-coordinate representation of color #242028: hue angle of 270º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #242028 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 32 | 40 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.84 |
| HSL | 270º | 0.11% | 0.14% | - |
| HSV(B) | 270º | 0.2% | 0.16% | - |
| XYZ | 1.63 | 1.56 | 2.22 | - |
| YUV | 34.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 40 | 0.10 | 0.20 | 0 | 0.84 | 270 | 0.11 | 0.14 |
| Hex | 24 | 20 | 28 | A | 14 | 0 | 54 | 10E | B | E |
| Octal | 44 | 40 | 50 | 12 | 24 | 0 | 124 | 416 | 13 | 16 |
| Binary | 100100 | 100000 | 101000 | 1010 | 10100 | 0 | 1010100 | 100001110 | 1011 | 1110 |
Color Harmonies of #242028
Complementary color
Monochromatic Colors of #242028
Black with #242028
Text Example
Text Example
White with #242028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242028; }
p { color: rgb(36,32,40); }
H1.HeaderClassName
{
color: #242028;
}
.AnyTagClassName
{
color: #242028;
}
</style>
background-color css
<style>
a { background-color: #242028; }
a { background-color: rgb(36,32,40); }
div.DivClassName
{
background-color: #242028;
}
.BgClassName
{
background-color: #242028;
}
</style>
border-color css
<style>
span { border-color: #242028; }
span { border-color: rgb(36,32,40); }
td.TdClassName
{
border-color: #242028;
}
.TagClassName
{
border-color: #242028;
}
</style>