Shades of Blackcurrant #21122D
Tints of Blackcurrant #21122D
RGB
CMYK
RGB Variations
Color information
#21122D (or 0x21122D) is known color: Blackcurrant. HEX triplet: 21, 12 and 2D. RGB value is (33,18,45). Sum of RGB (Red+Green+Blue) = 33+18+45=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #21122D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21122D is #DEEDD2. Grayscale: #191919. Windows color (decimal): -14609875 or 2953761. OLE color: 2953761.
HSL color Cylindrical-coordinate representation of color #21122D: hue angle of 273.33º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #21122D is Cyan = 0.27, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 18 | 45 | - |
| CMYK | 0.27 | 0.6 | 0 | 0.82 |
| HSL | 273.33º | 0.43% | 0.12% | - |
| HSV(B) | 273.33º | 0.6% | 0.18% | - |
| XYZ | 1.32 | 0.95 | 2.6 | - |
| YUV | 25.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 45 | 0.27 | 0.6 | 0 | 0.82 | 273.33 | 0.43 | 0.12 |
| Hex | 21 | 12 | 2D | 1B | 3C | 0 | 52 | 111 | 2B | C |
| Octal | 41 | 22 | 55 | 33 | 74 | 0 | 122 | 421 | 53 | 14 |
| Binary | 100001 | 10010 | 101101 | 11011 | 111100 | 0 | 1010010 | 100010001 | 101011 | 1100 |
Color Harmonies of #21122D
Complementary color
Monochromatic Colors of #21122D
Black with #21122D
Text Example
Text Example
White with #21122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21122D; }
p { color: rgb(33,18,45); }
H1.HeaderClassName
{
color: #21122D;
}
.AnyTagClassName
{
color: #21122D;
}
</style>
background-color css
<style>
a { background-color: #21122D; }
a { background-color: rgb(33,18,45); }
div.DivClassName
{
background-color: #21122D;
}
.BgClassName
{
background-color: #21122D;
}
</style>
border-color css
<style>
span { border-color: #21122D; }
span { border-color: rgb(33,18,45); }
td.TdClassName
{
border-color: #21122D;
}
.TagClassName
{
border-color: #21122D;
}
</style>