Shades of Blackcurrant #28212A
Tints of Blackcurrant #28212A
RGB
CMYK
RGB Variations
Color information
#28212A (or 0x28212A) is known color: Blackcurrant. HEX triplet: 28, 21 and 2A. RGB value is (40,33,42). Sum of RGB (Red+Green+Blue) = 40+33+42=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 42 - color contains mainly: blue. Hex color #28212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28212A is #D7DED5. Grayscale: #242424. Windows color (decimal): -14147286 or 2761000. OLE color: 2761000.
HSL color Cylindrical-coordinate representation of color #28212A: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #28212A is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 33 | 42 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.84 |
| HSL | 286.67º | 0.12% | 0.15% | - |
| HSV(B) | 286.67º | 0.21% | 0.16% | - |
| XYZ | 1.84 | 1.71 | 2.42 | - |
| YUV | 36.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 42 | 0.05 | 0.21 | 0 | 0.84 | 286.67 | 0.12 | 0.15 |
| Hex | 28 | 21 | 2A | 5 | 15 | 0 | 54 | 11F | C | F |
| Octal | 50 | 41 | 52 | 5 | 25 | 0 | 124 | 437 | 14 | 17 |
| Binary | 101000 | 100001 | 101010 | 101 | 10101 | 0 | 1010100 | 100011111 | 1100 | 1111 |
Color Harmonies of #28212A
Complementary color
Monochromatic Colors of #28212A
Black with #28212A
Text Example
Text Example
White with #28212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28212A; }
p { color: rgb(40,33,42); }
H1.HeaderClassName
{
color: #28212A;
}
.AnyTagClassName
{
color: #28212A;
}
</style>
background-color css
<style>
a { background-color: #28212A; }
a { background-color: rgb(40,33,42); }
div.DivClassName
{
background-color: #28212A;
}
.BgClassName
{
background-color: #28212A;
}
</style>
border-color css
<style>
span { border-color: #28212A; }
span { border-color: rgb(40,33,42); }
td.TdClassName
{
border-color: #28212A;
}
.TagClassName
{
border-color: #28212A;
}
</style>