Shades of Blackcurrant #28202D
Tints of Blackcurrant #28202D
RGB
CMYK
RGB Variations
Color information
#28202D (or 0x28202D) is known color: Blackcurrant. HEX triplet: 28, 20 and 2D. RGB value is (40,32,45). Sum of RGB (Red+Green+Blue) = 40+32+45=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 45 - color contains mainly: blue. Hex color #28202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28202D is #D7DFD2. Grayscale: #232323. Windows color (decimal): -14147539 or 2957352. OLE color: 2957352.
HSL color Cylindrical-coordinate representation of color #28202D: hue angle of 276.92º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #28202D is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 32 | 45 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.82 |
| HSL | 276.92º | 0.17% | 0.15% | - |
| HSV(B) | 276.92º | 0.29% | 0.18% | - |
| XYZ | 1.87 | 1.67 | 2.71 | - |
| YUV | 35.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 45 | 0.11 | 0.29 | 0 | 0.82 | 276.92 | 0.17 | 0.15 |
| Hex | 28 | 20 | 2D | B | 1D | 0 | 52 | 115 | 11 | F |
| Octal | 50 | 40 | 55 | 13 | 35 | 0 | 122 | 425 | 21 | 17 |
| Binary | 101000 | 100000 | 101101 | 1011 | 11101 | 0 | 1010010 | 100010101 | 10001 | 1111 |
Color Harmonies of #28202D
Complementary color
Monochromatic Colors of #28202D
Black with #28202D
Text Example
Text Example
White with #28202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28202D; }
p { color: rgb(40,32,45); }
H1.HeaderClassName
{
color: #28202D;
}
.AnyTagClassName
{
color: #28202D;
}
</style>
background-color css
<style>
a { background-color: #28202D; }
a { background-color: rgb(40,32,45); }
div.DivClassName
{
background-color: #28202D;
}
.BgClassName
{
background-color: #28202D;
}
</style>
border-color css
<style>
span { border-color: #28202D; }
span { border-color: rgb(40,32,45); }
td.TdClassName
{
border-color: #28202D;
}
.TagClassName
{
border-color: #28202D;
}
</style>