Shades of Blackcurrant #28222D
Tints of Blackcurrant #28222D
RGB
CMYK
RGB Variations
Color information
#28222D (or 0x28222D) is known color: Blackcurrant. HEX triplet: 28, 22 and 2D. RGB value is (40,34,45). Sum of RGB (Red+Green+Blue) = 40+34+45=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 45 - color contains mainly: blue. Hex color #28222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28222D is #D7DDD2. Grayscale: #252525. Windows color (decimal): -14147027 or 2957864. OLE color: 2957864.
HSL color Cylindrical-coordinate representation of color #28222D: hue angle of 272.73º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #28222D is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 34 | 45 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.82 |
| HSL | 272.73º | 0.14% | 0.15% | - |
| HSV(B) | 272.73º | 0.24% | 0.18% | - |
| XYZ | 1.92 | 1.78 | 2.73 | - |
| YUV | 37.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 34 | 45 | 0.11 | 0.24 | 0 | 0.82 | 272.73 | 0.14 | 0.15 |
| Hex | 28 | 22 | 2D | B | 18 | 0 | 52 | 111 | E | F |
| Octal | 50 | 42 | 55 | 13 | 30 | 0 | 122 | 421 | 16 | 17 |
| Binary | 101000 | 100010 | 101101 | 1011 | 11000 | 0 | 1010010 | 100010001 | 1110 | 1111 |
Color Harmonies of #28222D
Complementary color
Monochromatic Colors of #28222D
Black with #28222D
Text Example
Text Example
White with #28222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28222D; }
p { color: rgb(40,34,45); }
H1.HeaderClassName
{
color: #28222D;
}
.AnyTagClassName
{
color: #28222D;
}
</style>
background-color css
<style>
a { background-color: #28222D; }
a { background-color: rgb(40,34,45); }
div.DivClassName
{
background-color: #28222D;
}
.BgClassName
{
background-color: #28222D;
}
</style>
border-color css
<style>
span { border-color: #28222D; }
span { border-color: rgb(40,34,45); }
td.TdClassName
{
border-color: #28222D;
}
.TagClassName
{
border-color: #28222D;
}
</style>