Shades of Blackcurrant #21142B
Tints of Blackcurrant #21142B
RGB
CMYK
RGB Variations
Color information
#21142B (or 0x21142B) is known color: Blackcurrant. HEX triplet: 21, 14 and 2B. RGB value is (33,20,43). Sum of RGB (Red+Green+Blue) = 33+20+43=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 43 - color contains mainly: blue. Hex color #21142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21142B is #DEEBD4. Grayscale: #1A1A1A. Windows color (decimal): -14609365 or 2823201. OLE color: 2823201.
HSL color Cylindrical-coordinate representation of color #21142B: hue angle of 273.91º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #21142B is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 20 | 43 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.83 |
| HSL | 273.91º | 0.37% | 0.12% | - |
| HSV(B) | 273.91º | 0.53% | 0.17% | - |
| XYZ | 1.31 | 1 | 2.41 | - |
| YUV | 26.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 43 | 0.23 | 0.53 | 0 | 0.83 | 273.91 | 0.37 | 0.12 |
| Hex | 21 | 14 | 2B | 17 | 35 | 0 | 53 | 112 | 25 | C |
| Octal | 41 | 24 | 53 | 27 | 65 | 0 | 123 | 422 | 45 | 14 |
| Binary | 100001 | 10100 | 101011 | 10111 | 110101 | 0 | 1010011 | 100010010 | 100101 | 1100 |
Color Harmonies of #21142B
Complementary color
Monochromatic Colors of #21142B
Black with #21142B
Text Example
Text Example
White with #21142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21142B; }
p { color: rgb(33,20,43); }
H1.HeaderClassName
{
color: #21142B;
}
.AnyTagClassName
{
color: #21142B;
}
</style>
background-color css
<style>
a { background-color: #21142B; }
a { background-color: rgb(33,20,43); }
div.DivClassName
{
background-color: #21142B;
}
.BgClassName
{
background-color: #21142B;
}
</style>
border-color css
<style>
span { border-color: #21142B; }
span { border-color: rgb(33,20,43); }
td.TdClassName
{
border-color: #21142B;
}
.TagClassName
{
border-color: #21142B;
}
</style>