Shades of Blackcurrant #280036
Tints of Blackcurrant #280036
RGB
CMYK
RGB Variations
Color information
#280036 (or 0x280036) is known color: Blackcurrant. HEX triplet: 28, 00 and 36. RGB value is (40,0,54). Sum of RGB (Red+Green+Blue) = 40+0+54=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #280036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280036 is #D7FFC9. Grayscale: #111111. Windows color (decimal): -14155722 or 3538984. OLE color: 3538984.
HSL color Cylindrical-coordinate representation of color #280036: hue angle of 284.44º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280036 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 0 | 54 | - |
| CMYK | 0.26 | 1 | 0 | 0.79 |
| HSL | 284.44º | 1% | 0.11% | - |
| HSV(B) | 284.44º | 1% | 0.21% | - |
| XYZ | 1.54 | 0.72 | 3.55 | - |
| YUV | 18.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 54 | 0.26 | 1 | 0 | 0.79 | 284.44 | 1 | 0.11 |
| Hex | 28 | 0 | 36 | 1A | 64 | 0 | 4F | 11C | 64 | B |
| Octal | 50 | 0 | 66 | 32 | 144 | 0 | 117 | 434 | 144 | 13 |
| Binary | 101000 | 0 | 110110 | 11010 | 1100100 | 0 | 1001111 | 100011100 | 1100100 | 1011 |
Color Harmonies of #280036
Complementary color
Monochromatic Colors of #280036
Black with #280036
Text Example
Text Example
White with #280036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280036; }
p { color: rgb(40,0,54); }
H1.HeaderClassName
{
color: #280036;
}
.AnyTagClassName
{
color: #280036;
}
</style>
background-color css
<style>
a { background-color: #280036; }
a { background-color: rgb(40,0,54); }
div.DivClassName
{
background-color: #280036;
}
.BgClassName
{
background-color: #280036;
}
</style>
border-color css
<style>
span { border-color: #280036; }
span { border-color: rgb(40,0,54); }
td.TdClassName
{
border-color: #280036;
}
.TagClassName
{
border-color: #280036;
}
</style>