Shades of Blackcurrant #28202C
Tints of Blackcurrant #28202C
RGB
CMYK
RGB Variations
Color information
#28202C (or 0x28202C) is known color: Blackcurrant. HEX triplet: 28, 20 and 2C. RGB value is (40,32,44). Sum of RGB (Red+Green+Blue) = 40+32+44=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 44 - color contains mainly: blue. Hex color #28202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28202C is #D7DFD3. Grayscale: #232323. Windows color (decimal): -14147540 or 2891816. OLE color: 2891816.
HSL color Cylindrical-coordinate representation of color #28202C: hue angle of 280º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #28202C is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 32 | 44 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.83 |
| HSL | 280º | 0.16% | 0.15% | - |
| HSV(B) | 280º | 0.27% | 0.17% | - |
| XYZ | 1.85 | 1.67 | 2.61 | - |
| YUV | 35.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 44 | 0.09 | 0.27 | 0 | 0.83 | 280 | 0.16 | 0.15 |
| Hex | 28 | 20 | 2C | 9 | 1B | 0 | 53 | 118 | 10 | F |
| Octal | 50 | 40 | 54 | 11 | 33 | 0 | 123 | 430 | 20 | 17 |
| Binary | 101000 | 100000 | 101100 | 1001 | 11011 | 0 | 1010011 | 100011000 | 10000 | 1111 |
Color Harmonies of #28202C
Complementary color
Monochromatic Colors of #28202C
Black with #28202C
Text Example
Text Example
White with #28202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28202C; }
p { color: rgb(40,32,44); }
H1.HeaderClassName
{
color: #28202C;
}
.AnyTagClassName
{
color: #28202C;
}
</style>
background-color css
<style>
a { background-color: #28202C; }
a { background-color: rgb(40,32,44); }
div.DivClassName
{
background-color: #28202C;
}
.BgClassName
{
background-color: #28202C;
}
</style>
border-color css
<style>
span { border-color: #28202C; }
span { border-color: rgb(40,32,44); }
td.TdClassName
{
border-color: #28202C;
}
.TagClassName
{
border-color: #28202C;
}
</style>