Shades of Blackcurrant #280250
Tints of Blackcurrant #280250
RGB
CMYK
RGB Variations
Color information
#280250 (or 0x280250) is known color: Blackcurrant. HEX triplet: 28, 02 and 50. RGB value is (40,2,80). Sum of RGB (Red+Green+Blue) = 40+2+80=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 80 (31.64% from 255 or 65.57% from 122); Max value from RGB is 80 - color contains mainly: blue. Hex color #280250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280250 is #D7FDAF. Grayscale: #151515. Windows color (decimal): -14155184 or 5243432. OLE color: 5243432.
HSL color Cylindrical-coordinate representation of color #280250: hue angle of 269.23º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280250 is Cyan = 0.5, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 2 | 80 | - |
| CMYK | 0.5 | 0.98 | 0 | 0.69 |
| HSL | 269.23º | 0.95% | 0.16% | - |
| HSV(B) | 269.23º | 0.98% | 0.31% | - |
| XYZ | 2.34 | 1.07 | 7.67 | - |
| YUV | 22.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 80 | 0.5 | 0.98 | 0 | 0.69 | 269.23 | 0.95 | 0.16 |
| Hex | 28 | 2 | 50 | 32 | 62 | 0 | 45 | 10D | 5F | 10 |
| Octal | 50 | 2 | 120 | 62 | 142 | 0 | 105 | 415 | 137 | 20 |
| Binary | 101000 | 10 | 1010000 | 110010 | 1100010 | 0 | 1000101 | 100001101 | 1011111 | 10000 |
Color Harmonies of #280250
Complementary color
Monochromatic Colors of #280250
Black with #280250
Text Example
Text Example
White with #280250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280250; }
p { color: rgb(40,2,80); }
H1.HeaderClassName
{
color: #280250;
}
.AnyTagClassName
{
color: #280250;
}
</style>
background-color css
<style>
a { background-color: #280250; }
a { background-color: rgb(40,2,80); }
div.DivClassName
{
background-color: #280250;
}
.BgClassName
{
background-color: #280250;
}
</style>
border-color css
<style>
span { border-color: #280250; }
span { border-color: rgb(40,2,80); }
td.TdClassName
{
border-color: #280250;
}
.TagClassName
{
border-color: #280250;
}
</style>