Shades of Blackcurrant #21122F
Tints of Blackcurrant #21122F
RGB
CMYK
RGB Variations
Color information
#21122F (or 0x21122F) is known color: Blackcurrant. HEX triplet: 21, 12 and 2F. RGB value is (33,18,47). Sum of RGB (Red+Green+Blue) = 33+18+47=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #21122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21122F is #DEEDD0. Grayscale: #191919. Windows color (decimal): -14609873 or 3084833. OLE color: 3084833.
HSL color Cylindrical-coordinate representation of color #21122F: hue angle of 271.03º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #21122F is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 18 | 47 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.82 |
| HSL | 271.03º | 0.45% | 0.13% | - |
| HSV(B) | 271.03º | 0.62% | 0.18% | - |
| XYZ | 1.36 | 0.96 | 2.8 | - |
| YUV | 25.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 18 | 47 | 0.30 | 0.62 | 0 | 0.82 | 271.03 | 0.45 | 0.13 |
| Hex | 21 | 12 | 2F | 1E | 3E | 0 | 52 | 10F | 2D | D |
| Octal | 41 | 22 | 57 | 36 | 76 | 0 | 122 | 417 | 55 | 15 |
| Binary | 100001 | 10010 | 101111 | 11110 | 111110 | 0 | 1010010 | 100001111 | 101101 | 1101 |
Color Harmonies of #21122F
Complementary color
Monochromatic Colors of #21122F
Black with #21122F
Text Example
Text Example
White with #21122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21122F; }
p { color: rgb(33,18,47); }
H1.HeaderClassName
{
color: #21122F;
}
.AnyTagClassName
{
color: #21122F;
}
</style>
background-color css
<style>
a { background-color: #21122F; }
a { background-color: rgb(33,18,47); }
div.DivClassName
{
background-color: #21122F;
}
.BgClassName
{
background-color: #21122F;
}
</style>
border-color css
<style>
span { border-color: #21122F; }
span { border-color: rgb(33,18,47); }
td.TdClassName
{
border-color: #21122F;
}
.TagClassName
{
border-color: #21122F;
}
</style>