Shades of Blackcurrant #28212F
Tints of Blackcurrant #28212F
RGB
CMYK
RGB Variations
Color information
#28212F (or 0x28212F) is known color: Blackcurrant. HEX triplet: 28, 21 and 2F. RGB value is (40,33,47). Sum of RGB (Red+Green+Blue) = 40+33+47=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 47 - color contains mainly: blue. Hex color #28212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28212F is #D7DED0. Grayscale: #242424. Windows color (decimal): -14147281 or 3088680. OLE color: 3088680.
HSL color Cylindrical-coordinate representation of color #28212F: hue angle of 270º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #28212F is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 33 | 47 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.82 |
| HSL | 270º | 0.18% | 0.16% | - |
| HSV(B) | 270º | 0.3% | 0.18% | - |
| XYZ | 1.93 | 1.74 | 2.92 | - |
| YUV | 36.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 47 | 0.15 | 0.30 | 0 | 0.82 | 270 | 0.18 | 0.16 |
| Hex | 28 | 21 | 2F | F | 1E | 0 | 52 | 10E | 12 | 10 |
| Octal | 50 | 41 | 57 | 17 | 36 | 0 | 122 | 416 | 22 | 20 |
| Binary | 101000 | 100001 | 101111 | 1111 | 11110 | 0 | 1010010 | 100001110 | 10010 | 10000 |
Color Harmonies of #28212F
Complementary color
Monochromatic Colors of #28212F
Black with #28212F
Text Example
Text Example
White with #28212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28212F; }
p { color: rgb(40,33,47); }
H1.HeaderClassName
{
color: #28212F;
}
.AnyTagClassName
{
color: #28212F;
}
</style>
background-color css
<style>
a { background-color: #28212F; }
a { background-color: rgb(40,33,47); }
div.DivClassName
{
background-color: #28212F;
}
.BgClassName
{
background-color: #28212F;
}
</style>
border-color css
<style>
span { border-color: #28212F; }
span { border-color: rgb(40,33,47); }
td.TdClassName
{
border-color: #28212F;
}
.TagClassName
{
border-color: #28212F;
}
</style>