Shades of Blackcurrant #280153
Tints of Blackcurrant #280153
RGB
CMYK
RGB Variations
Color information
#280153 (or 0x280153) is known color: Blackcurrant. HEX triplet: 28, 01 and 53. RGB value is (40,1,83). Sum of RGB (Red+Green+Blue) = 40+1+83=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #280153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280153 is #D7FEAC. Grayscale: #151515. Windows color (decimal): -14155437 or 5439784. OLE color: 5439784.
HSL color Cylindrical-coordinate representation of color #280153: hue angle of 268.54º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280153 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 1 | 83 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.67 |
| HSL | 268.54º | 0.98% | 0.16% | - |
| HSV(B) | 268.54º | 0.99% | 0.33% | - |
| XYZ | 2.45 | 1.1 | 8.27 | - |
| YUV | 22.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 83 | 0.52 | 0.99 | 0 | 0.67 | 268.54 | 0.98 | 0.16 |
| Hex | 28 | 1 | 53 | 34 | 63 | 0 | 43 | 10D | 62 | 10 |
| Octal | 50 | 1 | 123 | 64 | 143 | 0 | 103 | 415 | 142 | 20 |
| Binary | 101000 | 1 | 1010011 | 110100 | 1100011 | 0 | 1000011 | 100001101 | 1100010 | 10000 |
Color Harmonies of #280153
Complementary color
Monochromatic Colors of #280153
Black with #280153
Text Example
Text Example
White with #280153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280153; }
p { color: rgb(40,1,83); }
H1.HeaderClassName
{
color: #280153;
}
.AnyTagClassName
{
color: #280153;
}
</style>
background-color css
<style>
a { background-color: #280153; }
a { background-color: rgb(40,1,83); }
div.DivClassName
{
background-color: #280153;
}
.BgClassName
{
background-color: #280153;
}
</style>
border-color css
<style>
span { border-color: #280153; }
span { border-color: rgb(40,1,83); }
td.TdClassName
{
border-color: #280153;
}
.TagClassName
{
border-color: #280153;
}
</style>