Shades of Blackcurrant #28182D
Tints of Blackcurrant #28182D
RGB
CMYK
RGB Variations
Color information
#28182D (or 0x28182D) is known color: Blackcurrant. HEX triplet: 28, 18 and 2D. RGB value is (40,24,45). Sum of RGB (Red+Green+Blue) = 40+24+45=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 45 - color contains mainly: blue. Hex color #28182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28182D is #D7E7D2. Grayscale: #1F1F1F. Windows color (decimal): -14149587 or 2955304. OLE color: 2955304.
HSL color Cylindrical-coordinate representation of color #28182D: hue angle of 285.71º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28182D is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 24 | 45 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.82 |
| HSL | 285.71º | 0.3% | 0.14% | - |
| HSV(B) | 285.71º | 0.47% | 0.18% | - |
| XYZ | 1.68 | 1.29 | 2.64 | - |
| YUV | 31.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 45 | 0.11 | 0.47 | 0 | 0.82 | 285.71 | 0.3 | 0.14 |
| Hex | 28 | 18 | 2D | B | 2F | 0 | 52 | 11E | 1E | E |
| Octal | 50 | 30 | 55 | 13 | 57 | 0 | 122 | 436 | 36 | 16 |
| Binary | 101000 | 11000 | 101101 | 1011 | 101111 | 0 | 1010010 | 100011110 | 11110 | 1110 |
Color Harmonies of #28182D
Complementary color
Monochromatic Colors of #28182D
Black with #28182D
Text Example
Text Example
White with #28182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28182D; }
p { color: rgb(40,24,45); }
H1.HeaderClassName
{
color: #28182D;
}
.AnyTagClassName
{
color: #28182D;
}
</style>
background-color css
<style>
a { background-color: #28182D; }
a { background-color: rgb(40,24,45); }
div.DivClassName
{
background-color: #28182D;
}
.BgClassName
{
background-color: #28182D;
}
</style>
border-color css
<style>
span { border-color: #28182D; }
span { border-color: rgb(40,24,45); }
td.TdClassName
{
border-color: #28182D;
}
.TagClassName
{
border-color: #28182D;
}
</style>