Shades of Blackcurrant #280550
Tints of Blackcurrant #280550
RGB
CMYK
RGB Variations
Color information
#280550 (or 0x280550) is known color: Blackcurrant. HEX triplet: 28, 05 and 50. RGB value is (40,5,80). Sum of RGB (Red+Green+Blue) = 40+5+80=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 80 (31.64% from 255 or 64% from 125); Max value from RGB is 80 - color contains mainly: blue. Hex color #280550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280550 is #D7FAAF. Grayscale: #171717. Windows color (decimal): -14154416 or 5244200. OLE color: 5244200.
HSL color Cylindrical-coordinate representation of color #280550: hue angle of 268º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280550 is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 5 | 80 | - |
| CMYK | 0.5 | 0.94 | 0 | 0.69 |
| HSL | 268º | 0.88% | 0.17% | - |
| HSV(B) | 268º | 0.94% | 0.31% | - |
| XYZ | 2.38 | 1.14 | 7.68 | - |
| YUV | 24.02 | 159.6 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 80 | 0.5 | 0.94 | 0 | 0.69 | 268 | 0.88 | 0.17 |
| Hex | 28 | 5 | 50 | 32 | 5E | 0 | 45 | 10C | 58 | 11 |
| Octal | 50 | 5 | 120 | 62 | 136 | 0 | 105 | 414 | 130 | 21 |
| Binary | 101000 | 101 | 1010000 | 110010 | 1011110 | 0 | 1000101 | 100001100 | 1011000 | 10001 |
Color Harmonies of #280550
Complementary color
Monochromatic Colors of #280550
Black with #280550
Text Example
Text Example
White with #280550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280550; }
p { color: rgb(40,5,80); }
H1.HeaderClassName
{
color: #280550;
}
.AnyTagClassName
{
color: #280550;
}
</style>
background-color css
<style>
a { background-color: #280550; }
a { background-color: rgb(40,5,80); }
div.DivClassName
{
background-color: #280550;
}
.BgClassName
{
background-color: #280550;
}
</style>
border-color css
<style>
span { border-color: #280550; }
span { border-color: rgb(40,5,80); }
td.TdClassName
{
border-color: #280550;
}
.TagClassName
{
border-color: #280550;
}
</style>