Shades of Blackcurrant #28022E
Tints of Blackcurrant #28022E
RGB
CMYK
RGB Variations
Color information
#28022E (or 0x28022E) is known color: Blackcurrant. HEX triplet: 28, 02 and 2E. RGB value is (40,2,46). Sum of RGB (Red+Green+Blue) = 40+2+46=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 46 (18.36% from 255 or 52.27% from 88); Max value from RGB is 46 - color contains mainly: blue. Hex color #28022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28022E is #D7FDD1. Grayscale: #121212. Windows color (decimal): -14155218 or 3015208. OLE color: 3015208.
HSL color Cylindrical-coordinate representation of color #28022E: hue angle of 291.82º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28022E is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 2 | 46 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.82 |
| HSL | 291.82º | 0.92% | 0.09% | - |
| HSV(B) | 291.82º | 0.96% | 0.18% | - |
| XYZ | 1.39 | 0.69 | 2.65 | - |
| YUV | 18.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 46 | 0.13 | 0.96 | 0 | 0.82 | 291.82 | 0.92 | 0.09 |
| Hex | 28 | 2 | 2E | D | 60 | 0 | 52 | 124 | 5C | 9 |
| Octal | 50 | 2 | 56 | 15 | 140 | 0 | 122 | 444 | 134 | 11 |
| Binary | 101000 | 10 | 101110 | 1101 | 1100000 | 0 | 1010010 | 100100100 | 1011100 | 1001 |
Color Harmonies of #28022E
Complementary color
Monochromatic Colors of #28022E
Black with #28022E
Text Example
Text Example
White with #28022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28022E; }
p { color: rgb(40,2,46); }
H1.HeaderClassName
{
color: #28022E;
}
.AnyTagClassName
{
color: #28022E;
}
</style>
background-color css
<style>
a { background-color: #28022E; }
a { background-color: rgb(40,2,46); }
div.DivClassName
{
background-color: #28022E;
}
.BgClassName
{
background-color: #28022E;
}
</style>
border-color css
<style>
span { border-color: #28022E; }
span { border-color: rgb(40,2,46); }
td.TdClassName
{
border-color: #28022E;
}
.TagClassName
{
border-color: #28022E;
}
</style>