Shades of Blackcurrant #28082E
Tints of Blackcurrant #28082E
RGB
CMYK
RGB Variations
Color information
#28082E (or 0x28082E) is known color: Blackcurrant. HEX triplet: 28, 08 and 2E. RGB value is (40,8,46). Sum of RGB (Red+Green+Blue) = 40+8+46=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #28082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28082E is #D7F7D1. Grayscale: #151515. Windows color (decimal): -14153682 or 3016744. OLE color: 3016744.
HSL color Cylindrical-coordinate representation of color #28082E: hue angle of 290.53º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28082E is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 8 | 46 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.82 |
| HSL | 290.53º | 0.7% | 0.11% | - |
| HSV(B) | 290.53º | 0.83% | 0.18% | - |
| XYZ | 1.46 | 0.82 | 2.67 | - |
| YUV | 21.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 46 | 0.13 | 0.83 | 0 | 0.82 | 290.53 | 0.7 | 0.11 |
| Hex | 28 | 8 | 2E | D | 53 | 0 | 52 | 123 | 46 | B |
| Octal | 50 | 10 | 56 | 15 | 123 | 0 | 122 | 443 | 106 | 13 |
| Binary | 101000 | 1000 | 101110 | 1101 | 1010011 | 0 | 1010010 | 100100011 | 1000110 | 1011 |
Color Harmonies of #28082E
Complementary color
Monochromatic Colors of #28082E
Black with #28082E
Text Example
Text Example
White with #28082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28082E; }
p { color: rgb(40,8,46); }
H1.HeaderClassName
{
color: #28082E;
}
.AnyTagClassName
{
color: #28082E;
}
</style>
background-color css
<style>
a { background-color: #28082E; }
a { background-color: rgb(40,8,46); }
div.DivClassName
{
background-color: #28082E;
}
.BgClassName
{
background-color: #28082E;
}
</style>
border-color css
<style>
span { border-color: #28082E; }
span { border-color: rgb(40,8,46); }
td.TdClassName
{
border-color: #28082E;
}
.TagClassName
{
border-color: #28082E;
}
</style>