Shades of Blackcurrant #21132D
Tints of Blackcurrant #21132D
RGB
CMYK
RGB Variations
Color information
#21132D (or 0x21132D) is known color: Blackcurrant. HEX triplet: 21, 13 and 2D. RGB value is (33,19,45). Sum of RGB (Red+Green+Blue) = 33+19+45=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #21132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21132D is #DEECD2. Grayscale: #1A1A1A. Windows color (decimal): -14609619 or 2954017. OLE color: 2954017.
HSL color Cylindrical-coordinate representation of color #21132D: hue angle of 272.31º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21132D is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 19 | 45 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.82 |
| HSL | 272.31º | 0.41% | 0.13% | - |
| HSV(B) | 272.31º | 0.58% | 0.18% | - |
| XYZ | 1.33 | 0.98 | 2.6 | - |
| YUV | 26.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 45 | 0.27 | 0.58 | 0 | 0.82 | 272.31 | 0.41 | 0.13 |
| Hex | 21 | 13 | 2D | 1B | 3A | 0 | 52 | 110 | 29 | D |
| Octal | 41 | 23 | 55 | 33 | 72 | 0 | 122 | 420 | 51 | 15 |
| Binary | 100001 | 10011 | 101101 | 11011 | 111010 | 0 | 1010010 | 100010000 | 101001 | 1101 |
Color Harmonies of #21132D
Complementary color
Monochromatic Colors of #21132D
Black with #21132D
Text Example
Text Example
White with #21132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21132D; }
p { color: rgb(33,19,45); }
H1.HeaderClassName
{
color: #21132D;
}
.AnyTagClassName
{
color: #21132D;
}
</style>
background-color css
<style>
a { background-color: #21132D; }
a { background-color: rgb(33,19,45); }
div.DivClassName
{
background-color: #21132D;
}
.BgClassName
{
background-color: #21132D;
}
</style>
border-color css
<style>
span { border-color: #21132D; }
span { border-color: rgb(33,19,45); }
td.TdClassName
{
border-color: #21132D;
}
.TagClassName
{
border-color: #21132D;
}
</style>