Shades of Blackcurrant #280154
Tints of Blackcurrant #280154
RGB
CMYK
RGB Variations
Color information
#280154 (or 0x280154) is known color: Blackcurrant. HEX triplet: 28, 01 and 54. RGB value is (40,1,84). Sum of RGB (Red+Green+Blue) = 40+1+84=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 84 (33.20% from 255 or 67.2% from 125); Max value from RGB is 84 - color contains mainly: blue. Hex color #280154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280154 is #D7FEAB. Grayscale: #151515. Windows color (decimal): -14155436 or 5505320. OLE color: 5505320.
HSL color Cylindrical-coordinate representation of color #280154: hue angle of 268.19º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280154 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 1 | 84 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.67 |
| HSL | 268.19º | 0.98% | 0.17% | - |
| HSV(B) | 268.19º | 0.99% | 0.33% | - |
| XYZ | 2.49 | 1.11 | 8.47 | - |
| YUV | 22.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 84 | 0.52 | 0.99 | 0 | 0.67 | 268.19 | 0.98 | 0.17 |
| Hex | 28 | 1 | 54 | 34 | 63 | 0 | 43 | 10C | 62 | 11 |
| Octal | 50 | 1 | 124 | 64 | 143 | 0 | 103 | 414 | 142 | 21 |
| Binary | 101000 | 1 | 1010100 | 110100 | 1100011 | 0 | 1000011 | 100001100 | 1100010 | 10001 |
Color Harmonies of #280154
Complementary color
Monochromatic Colors of #280154
Black with #280154
Text Example
Text Example
White with #280154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280154; }
p { color: rgb(40,1,84); }
H1.HeaderClassName
{
color: #280154;
}
.AnyTagClassName
{
color: #280154;
}
</style>
background-color css
<style>
a { background-color: #280154; }
a { background-color: rgb(40,1,84); }
div.DivClassName
{
background-color: #280154;
}
.BgClassName
{
background-color: #280154;
}
</style>
border-color css
<style>
span { border-color: #280154; }
span { border-color: rgb(40,1,84); }
td.TdClassName
{
border-color: #280154;
}
.TagClassName
{
border-color: #280154;
}
</style>