Shades of Blackcurrant #280536
Tints of Blackcurrant #280536
RGB
CMYK
RGB Variations
Color information
#280536 (or 0x280536) is known color: Blackcurrant. HEX triplet: 28, 05 and 36. RGB value is (40,5,54). Sum of RGB (Red+Green+Blue) = 40+5+54=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 54 (21.48% from 255 or 54.55% from 99); Max value from RGB is 54 - color contains mainly: blue. Hex color #280536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280536 is #D7FAC9. Grayscale: #141414. Windows color (decimal): -14154442 or 3540264. OLE color: 3540264.
HSL color Cylindrical-coordinate representation of color #280536: hue angle of 282.86º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280536 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 5 | 54 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.79 |
| HSL | 282.86º | 0.83% | 0.12% | - |
| HSV(B) | 282.86º | 0.91% | 0.21% | - |
| XYZ | 1.6 | 0.83 | 3.57 | - |
| YUV | 21.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 54 | 0.26 | 0.91 | 0 | 0.79 | 282.86 | 0.83 | 0.12 |
| Hex | 28 | 5 | 36 | 1A | 5B | 0 | 4F | 11B | 53 | C |
| Octal | 50 | 5 | 66 | 32 | 133 | 0 | 117 | 433 | 123 | 14 |
| Binary | 101000 | 101 | 110110 | 11010 | 1011011 | 0 | 1001111 | 100011011 | 1010011 | 1100 |
Color Harmonies of #280536
Complementary color
Monochromatic Colors of #280536
Black with #280536
Text Example
Text Example
White with #280536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280536; }
p { color: rgb(40,5,54); }
H1.HeaderClassName
{
color: #280536;
}
.AnyTagClassName
{
color: #280536;
}
</style>
background-color css
<style>
a { background-color: #280536; }
a { background-color: rgb(40,5,54); }
div.DivClassName
{
background-color: #280536;
}
.BgClassName
{
background-color: #280536;
}
</style>
border-color css
<style>
span { border-color: #280536; }
span { border-color: rgb(40,5,54); }
td.TdClassName
{
border-color: #280536;
}
.TagClassName
{
border-color: #280536;
}
</style>