Shades of Blackcurrant #220132
Tints of Blackcurrant #220132
RGB
CMYK
RGB Variations
Color information
#220132 (or 0x220132) is known color: Blackcurrant. HEX triplet: 22, 01 and 32. RGB value is (34,1,50). Sum of RGB (Red+Green+Blue) = 34+1+50=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 50 (19.92% from 255 or 58.82% from 85); Max value from RGB is 50 - color contains mainly: blue. Hex color #220132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220132 is #DDFECD. Grayscale: #101010. Windows color (decimal): -14548686 or 3277090. OLE color: 3277090.
HSL color Cylindrical-coordinate representation of color #220132: hue angle of 280.41º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220132 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 1 | 50 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.80 |
| HSL | 280.41º | 0.96% | 0.1% | - |
| HSV(B) | 280.41º | 0.98% | 0.2% | - |
| XYZ | 1.25 | 0.59 | 3.07 | - |
| YUV | 16.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 50 | 0.32 | 0.98 | 0 | 0.80 | 280.41 | 0.96 | 0.1 |
| Hex | 22 | 1 | 32 | 20 | 62 | 0 | 50 | 118 | 60 | A |
| Octal | 42 | 1 | 62 | 40 | 142 | 0 | 120 | 430 | 140 | 12 |
| Binary | 100010 | 1 | 110010 | 100000 | 1100010 | 0 | 1010000 | 100011000 | 1100000 | 1010 |
Color Harmonies of #220132
Complementary color
Monochromatic Colors of #220132
Black with #220132
Text Example
Text Example
White with #220132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220132; }
p { color: rgb(34,1,50); }
H1.HeaderClassName
{
color: #220132;
}
.AnyTagClassName
{
color: #220132;
}
</style>
background-color css
<style>
a { background-color: #220132; }
a { background-color: rgb(34,1,50); }
div.DivClassName
{
background-color: #220132;
}
.BgClassName
{
background-color: #220132;
}
</style>
border-color css
<style>
span { border-color: #220132; }
span { border-color: rgb(34,1,50); }
td.TdClassName
{
border-color: #220132;
}
.TagClassName
{
border-color: #220132;
}
</style>