Shades of Blackcurrant #280031
Tints of Blackcurrant #280031
RGB
CMYK
RGB Variations
Color information
#280031 (or 0x280031) is known color: Blackcurrant. HEX triplet: 28, 00 and 31. RGB value is (40,0,49). Sum of RGB (Red+Green+Blue) = 40+0+49=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #280031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280031 is #D7FFCE. Grayscale: #111111. Windows color (decimal): -14155727 or 3211304. OLE color: 3211304.
HSL color Cylindrical-coordinate representation of color #280031: hue angle of 288.98º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280031 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 0 | 49 | - |
| CMYK | 0.18 | 1 | 0 | 0.81 |
| HSL | 288.98º | 1% | 0.1% | - |
| HSV(B) | 288.98º | 1% | 0.19% | - |
| XYZ | 1.43 | 0.67 | 2.96 | - |
| YUV | 17.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 49 | 0.18 | 1 | 0 | 0.81 | 288.98 | 1 | 0.1 |
| Hex | 28 | 0 | 31 | 12 | 64 | 0 | 51 | 121 | 64 | A |
| Octal | 50 | 0 | 61 | 22 | 144 | 0 | 121 | 441 | 144 | 12 |
| Binary | 101000 | 0 | 110001 | 10010 | 1100100 | 0 | 1010001 | 100100001 | 1100100 | 1010 |
Color Harmonies of #280031
Complementary color
Monochromatic Colors of #280031
Black with #280031
Text Example
Text Example
White with #280031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280031; }
p { color: rgb(40,0,49); }
H1.HeaderClassName
{
color: #280031;
}
.AnyTagClassName
{
color: #280031;
}
</style>
background-color css
<style>
a { background-color: #280031; }
a { background-color: rgb(40,0,49); }
div.DivClassName
{
background-color: #280031;
}
.BgClassName
{
background-color: #280031;
}
</style>
border-color css
<style>
span { border-color: #280031; }
span { border-color: rgb(40,0,49); }
td.TdClassName
{
border-color: #280031;
}
.TagClassName
{
border-color: #280031;
}
</style>