Shades of Blackcurrant #280B47
Tints of Blackcurrant #280B47
RGB
CMYK
RGB Variations
Color information
#280B47 (or 0x280B47) is known color: Blackcurrant. HEX triplet: 28, 0B and 47. RGB value is (40,11,71). Sum of RGB (Red+Green+Blue) = 40+11+71=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #280B47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B47 is #D7F4B8. Grayscale: #1A1A1A. Windows color (decimal): -14152889 or 4655912. OLE color: 4655912.
HSL color Cylindrical-coordinate representation of color #280B47: hue angle of 269º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280B47 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 11 | 71 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.72 |
| HSL | 269º | 0.73% | 0.16% | - |
| HSV(B) | 269º | 0.85% | 0.28% | - |
| XYZ | 2.13 | 1.15 | 6.07 | - |
| YUV | 26.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 71 | 0.44 | 0.85 | 0 | 0.72 | 269 | 0.73 | 0.16 |
| Hex | 28 | B | 47 | 2C | 55 | 0 | 48 | 10D | 49 | 10 |
| Octal | 50 | 13 | 107 | 54 | 125 | 0 | 110 | 415 | 111 | 20 |
| Binary | 101000 | 1011 | 1000111 | 101100 | 1010101 | 0 | 1001000 | 100001101 | 1001001 | 10000 |
Color Harmonies of #280B47
Complementary color
Monochromatic Colors of #280B47
Black with #280B47
Text Example
Text Example
White with #280B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B47; }
p { color: rgb(40,11,71); }
H1.HeaderClassName
{
color: #280B47;
}
.AnyTagClassName
{
color: #280B47;
}
</style>
background-color css
<style>
a { background-color: #280B47; }
a { background-color: rgb(40,11,71); }
div.DivClassName
{
background-color: #280B47;
}
.BgClassName
{
background-color: #280B47;
}
</style>
border-color css
<style>
span { border-color: #280B47; }
span { border-color: rgb(40,11,71); }
td.TdClassName
{
border-color: #280B47;
}
.TagClassName
{
border-color: #280B47;
}
</style>