Shades of Blackcurrant #21142E
Tints of Blackcurrant #21142E
RGB
CMYK
RGB Variations
Color information
#21142E (or 0x21142E) is known color: Blackcurrant. HEX triplet: 21, 14 and 2E. RGB value is (33,20,46). Sum of RGB (Red+Green+Blue) = 33+20+46=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #21142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21142E is #DEEBD1. Grayscale: #1A1A1A. Windows color (decimal): -14609362 or 3019809. OLE color: 3019809.
HSL color Cylindrical-coordinate representation of color #21142E: hue angle of 270º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21142E is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 20 | 46 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.82 |
| HSL | 270º | 0.39% | 0.13% | - |
| HSV(B) | 270º | 0.57% | 0.18% | - |
| XYZ | 1.37 | 1.02 | 2.71 | - |
| YUV | 26.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 46 | 0.28 | 0.57 | 0 | 0.82 | 270 | 0.39 | 0.13 |
| Hex | 21 | 14 | 2E | 1C | 39 | 0 | 52 | 10E | 27 | D |
| Octal | 41 | 24 | 56 | 34 | 71 | 0 | 122 | 416 | 47 | 15 |
| Binary | 100001 | 10100 | 101110 | 11100 | 111001 | 0 | 1010010 | 100001110 | 100111 | 1101 |
Color Harmonies of #21142E
Complementary color
Monochromatic Colors of #21142E
Black with #21142E
Text Example
Text Example
White with #21142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21142E; }
p { color: rgb(33,20,46); }
H1.HeaderClassName
{
color: #21142E;
}
.AnyTagClassName
{
color: #21142E;
}
</style>
background-color css
<style>
a { background-color: #21142E; }
a { background-color: rgb(33,20,46); }
div.DivClassName
{
background-color: #21142E;
}
.BgClassName
{
background-color: #21142E;
}
</style>
border-color css
<style>
span { border-color: #21142E; }
span { border-color: rgb(33,20,46); }
td.TdClassName
{
border-color: #21142E;
}
.TagClassName
{
border-color: #21142E;
}
</style>