Shades of Blackcurrant #28024A
Tints of Blackcurrant #28024A
RGB
CMYK
RGB Variations
Color information
#28024A (or 0x28024A) is known color: Blackcurrant. HEX triplet: 28, 02 and 4A. RGB value is (40,2,74). Sum of RGB (Red+Green+Blue) = 40+2+74=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #28024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28024A is #D7FDB5. Grayscale: #151515. Windows color (decimal): -14155190 or 4850216. OLE color: 4850216.
HSL color Cylindrical-coordinate representation of color #28024A: hue angle of 271.67º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28024A is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 2 | 74 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.71 |
| HSL | 271.67º | 0.95% | 0.15% | - |
| HSV(B) | 271.67º | 0.97% | 0.29% | - |
| XYZ | 2.13 | 0.99 | 6.56 | - |
| YUV | 21.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 74 | 0.46 | 0.97 | 0 | 0.71 | 271.67 | 0.95 | 0.15 |
| Hex | 28 | 2 | 4A | 2E | 61 | 0 | 47 | 110 | 5F | F |
| Octal | 50 | 2 | 112 | 56 | 141 | 0 | 107 | 420 | 137 | 17 |
| Binary | 101000 | 10 | 1001010 | 101110 | 1100001 | 0 | 1000111 | 100010000 | 1011111 | 1111 |
Color Harmonies of #28024A
Complementary color
Monochromatic Colors of #28024A
Black with #28024A
Text Example
Text Example
White with #28024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28024A; }
p { color: rgb(40,2,74); }
H1.HeaderClassName
{
color: #28024A;
}
.AnyTagClassName
{
color: #28024A;
}
</style>
background-color css
<style>
a { background-color: #28024A; }
a { background-color: rgb(40,2,74); }
div.DivClassName
{
background-color: #28024A;
}
.BgClassName
{
background-color: #28024A;
}
</style>
border-color css
<style>
span { border-color: #28024A; }
span { border-color: rgb(40,2,74); }
td.TdClassName
{
border-color: #28024A;
}
.TagClassName
{
border-color: #28024A;
}
</style>