Shades of Blackcurrant #28022D
Tints of Blackcurrant #28022D
RGB
CMYK
RGB Variations
Color information
#28022D (or 0x28022D) is known color: Blackcurrant. HEX triplet: 28, 02 and 2D. RGB value is (40,2,45). Sum of RGB (Red+Green+Blue) = 40+2+45=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 45 (17.97% from 255 or 51.72% from 87); Max value from RGB is 45 - color contains mainly: blue. Hex color #28022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28022D is #D7FDD2. Grayscale: #121212. Windows color (decimal): -14155219 or 2949672. OLE color: 2949672.
HSL color Cylindrical-coordinate representation of color #28022D: hue angle of 293.02º degrees, saturation: 0.91, 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 #28022D is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 2 | 45 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.82 |
| HSL | 293.02º | 0.91% | 0.09% | - |
| HSV(B) | 293.02º | 0.96% | 0.18% | - |
| XYZ | 1.37 | 0.68 | 2.54 | - |
| YUV | 18.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 45 | 0.11 | 0.96 | 0 | 0.82 | 293.02 | 0.91 | 0.09 |
| Hex | 28 | 2 | 2D | B | 60 | 0 | 52 | 125 | 5B | 9 |
| Octal | 50 | 2 | 55 | 13 | 140 | 0 | 122 | 445 | 133 | 11 |
| Binary | 101000 | 10 | 101101 | 1011 | 1100000 | 0 | 1010010 | 100100101 | 1011011 | 1001 |
Color Harmonies of #28022D
Complementary color
Monochromatic Colors of #28022D
Black with #28022D
Text Example
Text Example
White with #28022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28022D; }
p { color: rgb(40,2,45); }
H1.HeaderClassName
{
color: #28022D;
}
.AnyTagClassName
{
color: #28022D;
}
</style>
background-color css
<style>
a { background-color: #28022D; }
a { background-color: rgb(40,2,45); }
div.DivClassName
{
background-color: #28022D;
}
.BgClassName
{
background-color: #28022D;
}
</style>
border-color css
<style>
span { border-color: #28022D; }
span { border-color: rgb(40,2,45); }
td.TdClassName
{
border-color: #28022D;
}
.TagClassName
{
border-color: #28022D;
}
</style>