Shades of Blackcurrant #28042E
Tints of Blackcurrant #28042E
RGB
CMYK
RGB Variations
Color information
#28042E (or 0x28042E) is known color: Blackcurrant. HEX triplet: 28, 04 and 2E. RGB value is (40,4,46). Sum of RGB (Red+Green+Blue) = 40+4+46=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #28042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28042E is #D7FBD1. Grayscale: #131313. Windows color (decimal): -14154706 or 3015720. OLE color: 3015720.
HSL color Cylindrical-coordinate representation of color #28042E: hue angle of 291.43º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28042E is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 4 | 46 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.82 |
| HSL | 291.43º | 0.84% | 0.1% | - |
| HSV(B) | 291.43º | 0.91% | 0.18% | - |
| XYZ | 1.41 | 0.74 | 2.65 | - |
| YUV | 19.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 46 | 0.13 | 0.91 | 0 | 0.82 | 291.43 | 0.84 | 0.1 |
| Hex | 28 | 4 | 2E | D | 5B | 0 | 52 | 123 | 54 | A |
| Octal | 50 | 4 | 56 | 15 | 133 | 0 | 122 | 443 | 124 | 12 |
| Binary | 101000 | 100 | 101110 | 1101 | 1011011 | 0 | 1010010 | 100100011 | 1010100 | 1010 |
Color Harmonies of #28042E
Complementary color
Monochromatic Colors of #28042E
Black with #28042E
Text Example
Text Example
White with #28042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28042E; }
p { color: rgb(40,4,46); }
H1.HeaderClassName
{
color: #28042E;
}
.AnyTagClassName
{
color: #28042E;
}
</style>
background-color css
<style>
a { background-color: #28042E; }
a { background-color: rgb(40,4,46); }
div.DivClassName
{
background-color: #28042E;
}
.BgClassName
{
background-color: #28042E;
}
</style>
border-color css
<style>
span { border-color: #28042E; }
span { border-color: rgb(40,4,46); }
td.TdClassName
{
border-color: #28042E;
}
.TagClassName
{
border-color: #28042E;
}
</style>