Shades of Blackcurrant #280139
Tints of Blackcurrant #280139
RGB
CMYK
RGB Variations
Color information
#280139 (or 0x280139) is known color: Blackcurrant. HEX triplet: 28, 01 and 39. RGB value is (40,1,57). Sum of RGB (Red+Green+Blue) = 40+1+57=98 (12% of max value = 765). Red value is 40 (16.02% from 255 or 40.82% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 57 (22.66% from 255 or 58.16% from 98); Max value from RGB is 57 - color contains mainly: blue. Hex color #280139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280139 is #D7FEC6. Grayscale: #121212. Windows color (decimal): -14155463 or 3735848. OLE color: 3735848.
HSL color Cylindrical-coordinate representation of color #280139: hue angle of 281.79º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280139 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 1 | 57 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.78 |
| HSL | 281.79º | 0.97% | 0.11% | - |
| HSV(B) | 281.79º | 0.98% | 0.22% | - |
| XYZ | 1.62 | 0.77 | 3.93 | - |
| YUV | 19.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 57 | 0.30 | 0.98 | 0 | 0.78 | 281.79 | 0.97 | 0.11 |
| Hex | 28 | 1 | 39 | 1E | 62 | 0 | 4E | 11A | 61 | B |
| Octal | 50 | 1 | 71 | 36 | 142 | 0 | 116 | 432 | 141 | 13 |
| Binary | 101000 | 1 | 111001 | 11110 | 1100010 | 0 | 1001110 | 100011010 | 1100001 | 1011 |
Color Harmonies of #280139
Complementary color
Monochromatic Colors of #280139
Black with #280139
Text Example
Text Example
White with #280139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280139; }
p { color: rgb(40,1,57); }
H1.HeaderClassName
{
color: #280139;
}
.AnyTagClassName
{
color: #280139;
}
</style>
background-color css
<style>
a { background-color: #280139; }
a { background-color: rgb(40,1,57); }
div.DivClassName
{
background-color: #280139;
}
.BgClassName
{
background-color: #280139;
}
</style>
border-color css
<style>
span { border-color: #280139; }
span { border-color: rgb(40,1,57); }
td.TdClassName
{
border-color: #280139;
}
.TagClassName
{
border-color: #280139;
}
</style>