Shades of Blackcurrant #21122B
Tints of Blackcurrant #21122B
RGB
CMYK
RGB Variations
Color information
#21122B (or 0x21122B) is known color: Blackcurrant. HEX triplet: 21, 12 and 2B. RGB value is (33,18,43). Sum of RGB (Red+Green+Blue) = 33+18+43=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #21122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21122B is #DEEDD4. Grayscale: #191919. Windows color (decimal): -14609877 or 2822689. OLE color: 2822689.
HSL color Cylindrical-coordinate representation of color #21122B: hue angle of 276º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21122B is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 18 | 43 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.83 |
| HSL | 276º | 0.41% | 0.12% | - |
| HSV(B) | 276º | 0.58% | 0.17% | - |
| XYZ | 1.28 | 0.93 | 2.4 | - |
| YUV | 25.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 43 | 0.23 | 0.58 | 0 | 0.83 | 276 | 0.41 | 0.12 |
| Hex | 21 | 12 | 2B | 17 | 3A | 0 | 53 | 114 | 29 | C |
| Octal | 41 | 22 | 53 | 27 | 72 | 0 | 123 | 424 | 51 | 14 |
| Binary | 100001 | 10010 | 101011 | 10111 | 111010 | 0 | 1010011 | 100010100 | 101001 | 1100 |
Color Harmonies of #21122B
Complementary color
Monochromatic Colors of #21122B
Black with #21122B
Text Example
Text Example
White with #21122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21122B; }
p { color: rgb(33,18,43); }
H1.HeaderClassName
{
color: #21122B;
}
.AnyTagClassName
{
color: #21122B;
}
</style>
background-color css
<style>
a { background-color: #21122B; }
a { background-color: rgb(33,18,43); }
div.DivClassName
{
background-color: #21122B;
}
.BgClassName
{
background-color: #21122B;
}
</style>
border-color css
<style>
span { border-color: #21122B; }
span { border-color: rgb(33,18,43); }
td.TdClassName
{
border-color: #21122B;
}
.TagClassName
{
border-color: #21122B;
}
</style>