Shades of Blackcurrant #28024B
Tints of Blackcurrant #28024B
RGB
CMYK
RGB Variations
Color information
#28024B (or 0x28024B) is known color: Blackcurrant. HEX triplet: 28, 02 and 4B. RGB value is (40,2,75). Sum of RGB (Red+Green+Blue) = 40+2+75=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #28024B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28024B is #D7FDB4. Grayscale: #151515. Windows color (decimal): -14155189 or 4915752. OLE color: 4915752.
HSL color Cylindrical-coordinate representation of color #28024B: hue angle of 271.23º 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 #28024B is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 2 | 75 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.71 |
| HSL | 271.23º | 0.95% | 0.15% | - |
| HSV(B) | 271.23º | 0.97% | 0.29% | - |
| XYZ | 2.17 | 1 | 6.74 | - |
| YUV | 21.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 75 | 0.47 | 0.97 | 0 | 0.71 | 271.23 | 0.95 | 0.15 |
| Hex | 28 | 2 | 4B | 2F | 61 | 0 | 47 | 10F | 5F | F |
| Octal | 50 | 2 | 113 | 57 | 141 | 0 | 107 | 417 | 137 | 17 |
| Binary | 101000 | 10 | 1001011 | 101111 | 1100001 | 0 | 1000111 | 100001111 | 1011111 | 1111 |
Color Harmonies of #28024B
Complementary color
Monochromatic Colors of #28024B
Black with #28024B
Text Example
Text Example
White with #28024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28024B; }
p { color: rgb(40,2,75); }
H1.HeaderClassName
{
color: #28024B;
}
.AnyTagClassName
{
color: #28024B;
}
</style>
background-color css
<style>
a { background-color: #28024B; }
a { background-color: rgb(40,2,75); }
div.DivClassName
{
background-color: #28024B;
}
.BgClassName
{
background-color: #28024B;
}
</style>
border-color css
<style>
span { border-color: #28024B; }
span { border-color: rgb(40,2,75); }
td.TdClassName
{
border-color: #28024B;
}
.TagClassName
{
border-color: #28024B;
}
</style>