Shades of Blackcurrant #280E37
Tints of Blackcurrant #280E37
RGB
CMYK
RGB Variations
Color information
#280E37 (or 0x280E37) is known color: Blackcurrant. HEX triplet: 28, 0E and 37. RGB value is (40,14,55). Sum of RGB (Red+Green+Blue) = 40+14+55=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #280E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E37 is #D7F1C8. Grayscale: #1A1A1A. Windows color (decimal): -14152137 or 3608104. OLE color: 3608104.
HSL color Cylindrical-coordinate representation of color #280E37: hue angle of 278.05º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #280E37 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 14 | 55 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.78 |
| HSL | 278.05º | 0.59% | 0.14% | - |
| HSV(B) | 278.05º | 0.75% | 0.22% | - |
| XYZ | 1.72 | 1.04 | 3.72 | - |
| YUV | 26.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 55 | 0.27 | 0.75 | 0 | 0.78 | 278.05 | 0.59 | 0.14 |
| Hex | 28 | E | 37 | 1B | 4B | 0 | 4E | 116 | 3B | E |
| Octal | 50 | 16 | 67 | 33 | 113 | 0 | 116 | 426 | 73 | 16 |
| Binary | 101000 | 1110 | 110111 | 11011 | 1001011 | 0 | 1001110 | 100010110 | 111011 | 1110 |
Color Harmonies of #280E37
Complementary color
Monochromatic Colors of #280E37
Black with #280E37
Text Example
Text Example
White with #280E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E37; }
p { color: rgb(40,14,55); }
H1.HeaderClassName
{
color: #280E37;
}
.AnyTagClassName
{
color: #280E37;
}
</style>
background-color css
<style>
a { background-color: #280E37; }
a { background-color: rgb(40,14,55); }
div.DivClassName
{
background-color: #280E37;
}
.BgClassName
{
background-color: #280E37;
}
</style>
border-color css
<style>
span { border-color: #280E37; }
span { border-color: rgb(40,14,55); }
td.TdClassName
{
border-color: #280E37;
}
.TagClassName
{
border-color: #280E37;
}
</style>