Shades of Blackcurrant #28002E
Tints of Blackcurrant #28002E
RGB
CMYK
RGB Variations
Color information
#28002E (or 0x28002E) is known color: Blackcurrant. HEX triplet: 28, 00 and 2E. RGB value is (40,0,46). Sum of RGB (Red+Green+Blue) = 40+0+46=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 46 (18.36% from 255 or 53.49% from 86); Max value from RGB is 46 - color contains mainly: blue. Hex color #28002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28002E is #D7FFD1. Grayscale: #111111. Windows color (decimal): -14155730 or 3014696. OLE color: 3014696.
HSL color Cylindrical-coordinate representation of color #28002E: hue angle of 292.17º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28002E is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 0 | 46 | - |
| CMYK | 0.13 | 1 | 0 | 0.82 |
| HSL | 292.17º | 1% | 0.09% | - |
| HSV(B) | 292.17º | 1% | 0.18% | - |
| XYZ | 1.37 | 0.65 | 2.64 | - |
| YUV | 17.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 46 | 0.13 | 1 | 0 | 0.82 | 292.17 | 1 | 0.09 |
| Hex | 28 | 0 | 2E | D | 64 | 0 | 52 | 124 | 64 | 9 |
| Octal | 50 | 0 | 56 | 15 | 144 | 0 | 122 | 444 | 144 | 11 |
| Binary | 101000 | 0 | 101110 | 1101 | 1100100 | 0 | 1010010 | 100100100 | 1100100 | 1001 |
Color Harmonies of #28002E
Complementary color
Monochromatic Colors of #28002E
Black with #28002E
Text Example
Text Example
White with #28002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28002E; }
p { color: rgb(40,0,46); }
H1.HeaderClassName
{
color: #28002E;
}
.AnyTagClassName
{
color: #28002E;
}
</style>
background-color css
<style>
a { background-color: #28002E; }
a { background-color: rgb(40,0,46); }
div.DivClassName
{
background-color: #28002E;
}
.BgClassName
{
background-color: #28002E;
}
</style>
border-color css
<style>
span { border-color: #28002E; }
span { border-color: rgb(40,0,46); }
td.TdClassName
{
border-color: #28002E;
}
.TagClassName
{
border-color: #28002E;
}
</style>