Shades of Blackcurrant #28182E
Tints of Blackcurrant #28182E
RGB
CMYK
RGB Variations
Color information
#28182E (or 0x28182E) is known color: Blackcurrant. HEX triplet: 28, 18 and 2E. RGB value is (40,24,46). Sum of RGB (Red+Green+Blue) = 40+24+46=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 46 - color contains mainly: blue. Hex color #28182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28182E is #D7E7D1. Grayscale: #1F1F1F. Windows color (decimal): -14149586 or 3020840. OLE color: 3020840.
HSL color Cylindrical-coordinate representation of color #28182E: hue angle of 283.64º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #28182E is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 24 | 46 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.82 |
| HSL | 283.64º | 0.31% | 0.14% | - |
| HSV(B) | 283.64º | 0.48% | 0.18% | - |
| XYZ | 1.69 | 1.3 | 2.75 | - |
| YUV | 31.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 46 | 0.13 | 0.48 | 0 | 0.82 | 283.64 | 0.31 | 0.14 |
| Hex | 28 | 18 | 2E | D | 30 | 0 | 52 | 11C | 1F | E |
| Octal | 50 | 30 | 56 | 15 | 60 | 0 | 122 | 434 | 37 | 16 |
| Binary | 101000 | 11000 | 101110 | 1101 | 110000 | 0 | 1010010 | 100011100 | 11111 | 1110 |
Color Harmonies of #28182E
Complementary color
Monochromatic Colors of #28182E
Black with #28182E
Text Example
Text Example
White with #28182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28182E; }
p { color: rgb(40,24,46); }
H1.HeaderClassName
{
color: #28182E;
}
.AnyTagClassName
{
color: #28182E;
}
</style>
background-color css
<style>
a { background-color: #28182E; }
a { background-color: rgb(40,24,46); }
div.DivClassName
{
background-color: #28182E;
}
.BgClassName
{
background-color: #28182E;
}
</style>
border-color css
<style>
span { border-color: #28182E; }
span { border-color: rgb(40,24,46); }
td.TdClassName
{
border-color: #28182E;
}
.TagClassName
{
border-color: #28182E;
}
</style>