Shades of Blackcurrant #280150
Tints of Blackcurrant #280150
RGB
CMYK
RGB Variations
Color information
#280150 (or 0x280150) is known color: Blackcurrant. HEX triplet: 28, 01 and 50. RGB value is (40,1,80). Sum of RGB (Red+Green+Blue) = 40+1+80=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #280150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280150 is #D7FEAF. Grayscale: #151515. Windows color (decimal): -14155440 or 5243176. OLE color: 5243176.
HSL color Cylindrical-coordinate representation of color #280150: hue angle of 269.62º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280150 is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 1 | 80 | - |
| CMYK | 0.5 | 0.99 | 0 | 0.69 |
| HSL | 269.62º | 0.98% | 0.16% | - |
| HSV(B) | 269.62º | 0.99% | 0.31% | - |
| XYZ | 2.33 | 1.05 | 7.67 | - |
| YUV | 21.67 | 160.92 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 80 | 0.5 | 0.99 | 0 | 0.69 | 269.62 | 0.98 | 0.16 |
| Hex | 28 | 1 | 50 | 32 | 63 | 0 | 45 | 10E | 62 | 10 |
| Octal | 50 | 1 | 120 | 62 | 143 | 0 | 105 | 416 | 142 | 20 |
| Binary | 101000 | 1 | 1010000 | 110010 | 1100011 | 0 | 1000101 | 100001110 | 1100010 | 10000 |
Color Harmonies of #280150
Complementary color
Monochromatic Colors of #280150
Black with #280150
Text Example
Text Example
White with #280150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280150; }
p { color: rgb(40,1,80); }
H1.HeaderClassName
{
color: #280150;
}
.AnyTagClassName
{
color: #280150;
}
</style>
background-color css
<style>
a { background-color: #280150; }
a { background-color: rgb(40,1,80); }
div.DivClassName
{
background-color: #280150;
}
.BgClassName
{
background-color: #280150;
}
</style>
border-color css
<style>
span { border-color: #280150; }
span { border-color: rgb(40,1,80); }
td.TdClassName
{
border-color: #280150;
}
.TagClassName
{
border-color: #280150;
}
</style>