Shades of Blackcurrant #280551
Tints of Blackcurrant #280551
RGB
CMYK
RGB Variations
Color information
#280551 (or 0x280551) is known color: Blackcurrant. HEX triplet: 28, 05 and 51. RGB value is (40,5,81). Sum of RGB (Red+Green+Blue) = 40+5+81=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 81 (32.03% from 255 or 64.29% from 126); Max value from RGB is 81 - color contains mainly: blue. Hex color #280551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280551 is #D7FAAE. Grayscale: #171717. Windows color (decimal): -14154415 or 5309736. OLE color: 5309736.
HSL color Cylindrical-coordinate representation of color #280551: hue angle of 267.63º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280551 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 5 | 81 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.68 |
| HSL | 267.63º | 0.88% | 0.17% | - |
| HSV(B) | 267.63º | 0.94% | 0.32% | - |
| XYZ | 2.41 | 1.15 | 7.88 | - |
| YUV | 24.13 | 160.1 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 81 | 0.51 | 0.94 | 0 | 0.68 | 267.63 | 0.88 | 0.17 |
| Hex | 28 | 5 | 51 | 33 | 5E | 0 | 44 | 10C | 58 | 11 |
| Octal | 50 | 5 | 121 | 63 | 136 | 0 | 104 | 414 | 130 | 21 |
| Binary | 101000 | 101 | 1010001 | 110011 | 1011110 | 0 | 1000100 | 100001100 | 1011000 | 10001 |
Color Harmonies of #280551
Complementary color
Monochromatic Colors of #280551
Black with #280551
Text Example
Text Example
White with #280551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280551; }
p { color: rgb(40,5,81); }
H1.HeaderClassName
{
color: #280551;
}
.AnyTagClassName
{
color: #280551;
}
</style>
background-color css
<style>
a { background-color: #280551; }
a { background-color: rgb(40,5,81); }
div.DivClassName
{
background-color: #280551;
}
.BgClassName
{
background-color: #280551;
}
</style>
border-color css
<style>
span { border-color: #280551; }
span { border-color: rgb(40,5,81); }
td.TdClassName
{
border-color: #280551;
}
.TagClassName
{
border-color: #280551;
}
</style>