Shades of Blackcurrant #280054
Tints of Blackcurrant #280054
RGB
CMYK
RGB Variations
Color information
#280054 (or 0x280054) is known color: Blackcurrant. HEX triplet: 28, 00 and 54. RGB value is (40,0,84). Sum of RGB (Red+Green+Blue) = 40+0+84=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 84 (33.20% from 255 or 67.74% from 124); Max value from RGB is 84 - color contains mainly: blue. Hex color #280054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280054 is #D7FFAB. Grayscale: #151515. Windows color (decimal): -14155692 or 5505064. OLE color: 5505064.
HSL color Cylindrical-coordinate representation of color #280054: hue angle of 268.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280054 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 0 | 84 | - |
| CMYK | 0.52 | 1 | 0 | 0.67 |
| HSL | 268.57º | 1% | 0.16% | - |
| HSV(B) | 268.57º | 1% | 0.33% | - |
| XYZ | 2.48 | 1.09 | 8.47 | - |
| YUV | 21.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 84 | 0.52 | 1 | 0 | 0.67 | 268.57 | 1 | 0.16 |
| Hex | 28 | 0 | 54 | 34 | 64 | 0 | 43 | 10D | 64 | 10 |
| Octal | 50 | 0 | 124 | 64 | 144 | 0 | 103 | 415 | 144 | 20 |
| Binary | 101000 | 0 | 1010100 | 110100 | 1100100 | 0 | 1000011 | 100001101 | 1100100 | 10000 |
Color Harmonies of #280054
Complementary color
Monochromatic Colors of #280054
Black with #280054
Text Example
Text Example
White with #280054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280054; }
p { color: rgb(40,0,84); }
H1.HeaderClassName
{
color: #280054;
}
.AnyTagClassName
{
color: #280054;
}
</style>
background-color css
<style>
a { background-color: #280054; }
a { background-color: rgb(40,0,84); }
div.DivClassName
{
background-color: #280054;
}
.BgClassName
{
background-color: #280054;
}
</style>
border-color css
<style>
span { border-color: #280054; }
span { border-color: rgb(40,0,84); }
td.TdClassName
{
border-color: #280054;
}
.TagClassName
{
border-color: #280054;
}
</style>