Shades of Blackcurrant #28024C
Tints of Blackcurrant #28024C
RGB
CMYK
RGB Variations
Color information
#28024C (or 0x28024C) is known color: Blackcurrant. HEX triplet: 28, 02 and 4C. RGB value is (40,2,76). Sum of RGB (Red+Green+Blue) = 40+2+76=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #28024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28024C is #D7FDB3. Grayscale: #151515. Windows color (decimal): -14155188 or 4981288. OLE color: 4981288.
HSL color Cylindrical-coordinate representation of color #28024C: hue angle of 270.81º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28024C is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 2 | 76 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.70 |
| HSL | 270.81º | 0.95% | 0.15% | - |
| HSV(B) | 270.81º | 0.97% | 0.3% | - |
| XYZ | 2.2 | 1.02 | 6.92 | - |
| YUV | 21.8 | 158.59 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 76 | 0.47 | 0.97 | 0 | 0.70 | 270.81 | 0.95 | 0.15 |
| Hex | 28 | 2 | 4C | 2F | 61 | 0 | 46 | 10F | 5F | F |
| Octal | 50 | 2 | 114 | 57 | 141 | 0 | 106 | 417 | 137 | 17 |
| Binary | 101000 | 10 | 1001100 | 101111 | 1100001 | 0 | 1000110 | 100001111 | 1011111 | 1111 |
Color Harmonies of #28024C
Complementary color
Monochromatic Colors of #28024C
Black with #28024C
Text Example
Text Example
White with #28024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28024C; }
p { color: rgb(40,2,76); }
H1.HeaderClassName
{
color: #28024C;
}
.AnyTagClassName
{
color: #28024C;
}
</style>
background-color css
<style>
a { background-color: #28024C; }
a { background-color: rgb(40,2,76); }
div.DivClassName
{
background-color: #28024C;
}
.BgClassName
{
background-color: #28024C;
}
</style>
border-color css
<style>
span { border-color: #28024C; }
span { border-color: rgb(40,2,76); }
td.TdClassName
{
border-color: #28024C;
}
.TagClassName
{
border-color: #28024C;
}
</style>