Shades of Blackcurrant #21132E
Tints of Blackcurrant #21132E
RGB
CMYK
RGB Variations
Color information
#21132E (or 0x21132E) is known color: Blackcurrant. HEX triplet: 21, 13 and 2E. RGB value is (33,19,46). Sum of RGB (Red+Green+Blue) = 33+19+46=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #21132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21132E is #DEECD1. Grayscale: #1A1A1A. Windows color (decimal): -14609618 or 3019553. OLE color: 3019553.
HSL color Cylindrical-coordinate representation of color #21132E: hue angle of 271.11º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #21132E is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 19 | 46 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.82 |
| HSL | 271.11º | 0.42% | 0.13% | - |
| HSV(B) | 271.11º | 0.59% | 0.18% | - |
| XYZ | 1.35 | 0.99 | 2.7 | - |
| YUV | 26.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 46 | 0.28 | 0.59 | 0 | 0.82 | 271.11 | 0.42 | 0.13 |
| Hex | 21 | 13 | 2E | 1C | 3B | 0 | 52 | 10F | 2A | D |
| Octal | 41 | 23 | 56 | 34 | 73 | 0 | 122 | 417 | 52 | 15 |
| Binary | 100001 | 10011 | 101110 | 11100 | 111011 | 0 | 1010010 | 100001111 | 101010 | 1101 |
Color Harmonies of #21132E
Complementary color
Monochromatic Colors of #21132E
Black with #21132E
Text Example
Text Example
White with #21132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21132E; }
p { color: rgb(33,19,46); }
H1.HeaderClassName
{
color: #21132E;
}
.AnyTagClassName
{
color: #21132E;
}
</style>
background-color css
<style>
a { background-color: #21132E; }
a { background-color: rgb(33,19,46); }
div.DivClassName
{
background-color: #21132E;
}
.BgClassName
{
background-color: #21132E;
}
</style>
border-color css
<style>
span { border-color: #21132E; }
span { border-color: rgb(33,19,46); }
td.TdClassName
{
border-color: #21132E;
}
.TagClassName
{
border-color: #21132E;
}
</style>