Shades of Blackcurrant #280747
Tints of Blackcurrant #280747
RGB
CMYK
RGB Variations
Color information
#280747 (or 0x280747) is known color: Blackcurrant. HEX triplet: 28, 07 and 47. RGB value is (40,7,71). Sum of RGB (Red+Green+Blue) = 40+7+71=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 71 (28.12% from 255 or 60.17% from 118); Max value from RGB is 71 - color contains mainly: blue. Hex color #280747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280747 is #D7F8B8. Grayscale: #171717. Windows color (decimal): -14153913 or 4654888. OLE color: 4654888.
HSL color Cylindrical-coordinate representation of color #280747: hue angle of 270.94º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280747 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 7 | 71 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.72 |
| HSL | 270.94º | 0.82% | 0.15% | - |
| HSV(B) | 270.94º | 0.9% | 0.28% | - |
| XYZ | 2.09 | 1.06 | 6.06 | - |
| YUV | 24.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 71 | 0.44 | 0.90 | 0 | 0.72 | 270.94 | 0.82 | 0.15 |
| Hex | 28 | 7 | 47 | 2C | 5A | 0 | 48 | 10F | 52 | F |
| Octal | 50 | 7 | 107 | 54 | 132 | 0 | 110 | 417 | 122 | 17 |
| Binary | 101000 | 111 | 1000111 | 101100 | 1011010 | 0 | 1001000 | 100001111 | 1010010 | 1111 |
Color Harmonies of #280747
Complementary color
Monochromatic Colors of #280747
Black with #280747
Text Example
Text Example
White with #280747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280747; }
p { color: rgb(40,7,71); }
H1.HeaderClassName
{
color: #280747;
}
.AnyTagClassName
{
color: #280747;
}
</style>
background-color css
<style>
a { background-color: #280747; }
a { background-color: rgb(40,7,71); }
div.DivClassName
{
background-color: #280747;
}
.BgClassName
{
background-color: #280747;
}
</style>
border-color css
<style>
span { border-color: #280747; }
span { border-color: rgb(40,7,71); }
td.TdClassName
{
border-color: #280747;
}
.TagClassName
{
border-color: #280747;
}
</style>