Shades of Blackcurrant #28222C
Tints of Blackcurrant #28222C
RGB
CMYK
RGB Variations
Color information
#28222C (or 0x28222C) is known color: Blackcurrant. HEX triplet: 28, 22 and 2C. RGB value is (40,34,44). Sum of RGB (Red+Green+Blue) = 40+34+44=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 44 - color contains mainly: blue. Hex color #28222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28222C is #D7DDD3. Grayscale: #242424. Windows color (decimal): -14147028 or 2892328. OLE color: 2892328.
HSL color Cylindrical-coordinate representation of color #28222C: hue angle of 276º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #28222C is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 34 | 44 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.83 |
| HSL | 276º | 0.13% | 0.15% | - |
| HSV(B) | 276º | 0.23% | 0.17% | - |
| XYZ | 1.9 | 1.78 | 2.63 | - |
| YUV | 36.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 34 | 44 | 0.09 | 0.23 | 0 | 0.83 | 276 | 0.13 | 0.15 |
| Hex | 28 | 22 | 2C | 9 | 17 | 0 | 53 | 114 | D | F |
| Octal | 50 | 42 | 54 | 11 | 27 | 0 | 123 | 424 | 15 | 17 |
| Binary | 101000 | 100010 | 101100 | 1001 | 10111 | 0 | 1010011 | 100010100 | 1101 | 1111 |
Color Harmonies of #28222C
Complementary color
Monochromatic Colors of #28222C
Black with #28222C
Text Example
Text Example
White with #28222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28222C; }
p { color: rgb(40,34,44); }
H1.HeaderClassName
{
color: #28222C;
}
.AnyTagClassName
{
color: #28222C;
}
</style>
background-color css
<style>
a { background-color: #28222C; }
a { background-color: rgb(40,34,44); }
div.DivClassName
{
background-color: #28222C;
}
.BgClassName
{
background-color: #28222C;
}
</style>
border-color css
<style>
span { border-color: #28222C; }
span { border-color: rgb(40,34,44); }
td.TdClassName
{
border-color: #28222C;
}
.TagClassName
{
border-color: #28222C;
}
</style>