Shades of Blackcurrant #28024F
Tints of Blackcurrant #28024F
RGB
CMYK
RGB Variations
Color information
#28024F (or 0x28024F) is known color: Blackcurrant. HEX triplet: 28, 02 and 4F. RGB value is (40,2,79). Sum of RGB (Red+Green+Blue) = 40+2+79=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 79 (31.25% from 255 or 65.29% from 121); Max value from RGB is 79 - color contains mainly: blue. Hex color #28024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28024F is #D7FDB0. Grayscale: #151515. Windows color (decimal): -14155185 or 5177896. OLE color: 5177896.
HSL color Cylindrical-coordinate representation of color #28024F: hue angle of 269.61º 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 #28024F is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 2 | 79 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.69 |
| HSL | 269.61º | 0.95% | 0.16% | - |
| HSV(B) | 269.61º | 0.97% | 0.31% | - |
| XYZ | 2.31 | 1.06 | 7.48 | - |
| YUV | 22.14 | 160.09 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 79 | 0.49 | 0.97 | 0 | 0.69 | 269.61 | 0.95 | 0.16 |
| Hex | 28 | 2 | 4F | 31 | 61 | 0 | 45 | 10E | 5F | 10 |
| Octal | 50 | 2 | 117 | 61 | 141 | 0 | 105 | 416 | 137 | 20 |
| Binary | 101000 | 10 | 1001111 | 110001 | 1100001 | 0 | 1000101 | 100001110 | 1011111 | 10000 |
Color Harmonies of #28024F
Complementary color
Monochromatic Colors of #28024F
Black with #28024F
Text Example
Text Example
White with #28024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28024F; }
p { color: rgb(40,2,79); }
H1.HeaderClassName
{
color: #28024F;
}
.AnyTagClassName
{
color: #28024F;
}
</style>
background-color css
<style>
a { background-color: #28024F; }
a { background-color: rgb(40,2,79); }
div.DivClassName
{
background-color: #28024F;
}
.BgClassName
{
background-color: #28024F;
}
</style>
border-color css
<style>
span { border-color: #28024F; }
span { border-color: rgb(40,2,79); }
td.TdClassName
{
border-color: #28024F;
}
.TagClassName
{
border-color: #28024F;
}
</style>