Shades of Blackcurrant #28024E
Tints of Blackcurrant #28024E
RGB
CMYK
RGB Variations
Color information
#28024E (or 0x28024E) is known color: Blackcurrant. HEX triplet: 28, 02 and 4E. RGB value is (40,2,78). Sum of RGB (Red+Green+Blue) = 40+2+78=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #28024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28024E is #D7FDB1. Grayscale: #151515. Windows color (decimal): -14155186 or 5112360. OLE color: 5112360.
HSL color Cylindrical-coordinate representation of color #28024E: hue angle of 270º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28024E is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 2 | 78 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.69 |
| HSL | 270º | 0.95% | 0.16% | - |
| HSV(B) | 270º | 0.97% | 0.31% | - |
| XYZ | 2.27 | 1.04 | 7.29 | - |
| YUV | 22.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 78 | 0.49 | 0.97 | 0 | 0.69 | 270 | 0.95 | 0.16 |
| Hex | 28 | 2 | 4E | 31 | 61 | 0 | 45 | 10E | 5F | 10 |
| Octal | 50 | 2 | 116 | 61 | 141 | 0 | 105 | 416 | 137 | 20 |
| Binary | 101000 | 10 | 1001110 | 110001 | 1100001 | 0 | 1000101 | 100001110 | 1011111 | 10000 |
Color Harmonies of #28024E
Complementary color
Monochromatic Colors of #28024E
Black with #28024E
Text Example
Text Example
White with #28024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28024E; }
p { color: rgb(40,2,78); }
H1.HeaderClassName
{
color: #28024E;
}
.AnyTagClassName
{
color: #28024E;
}
</style>
background-color css
<style>
a { background-color: #28024E; }
a { background-color: rgb(40,2,78); }
div.DivClassName
{
background-color: #28024E;
}
.BgClassName
{
background-color: #28024E;
}
</style>
border-color css
<style>
span { border-color: #28024E; }
span { border-color: rgb(40,2,78); }
td.TdClassName
{
border-color: #28024E;
}
.TagClassName
{
border-color: #28024E;
}
</style>