Shades of Blackcurrant #221133
Tints of Blackcurrant #221133
RGB
CMYK
RGB Variations
Color information
#221133 (or 0x221133) is known color: Blackcurrant. HEX triplet: 22, 11 and 33. RGB value is (34,17,51). Sum of RGB (Red+Green+Blue) = 34+17+51=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #221133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221133 is #DDEECC. Grayscale: #191919. Windows color (decimal): -14544589 or 3346722. OLE color: 3346722.
HSL color Cylindrical-coordinate representation of color #221133: hue angle of 270º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #221133 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 34 | 17 | 51 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.8 |
| HSL | 270º | 0.5% | 0.13% | - |
| HSV(B) | 270º | 0.67% | 0.2% | - |
| XYZ | 1.46 | 0.98 | 3.24 | - |
| YUV | 25.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 51 | 0.33 | 0.67 | 0 | 0.8 | 270 | 0.5 | 0.13 |
| Hex | 22 | 11 | 33 | 21 | 43 | 0 | 50 | 10E | 32 | D |
| Octal | 42 | 21 | 63 | 41 | 103 | 0 | 120 | 416 | 62 | 15 |
| Binary | 100010 | 10001 | 110011 | 100001 | 1000011 | 0 | 1010000 | 100001110 | 110010 | 1101 |
Color Harmonies of #221133
Complementary color
Monochromatic Colors of #221133
Black with #221133
Text Example
Text Example
White with #221133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221133; }
p { color: rgb(34,17,51); }
H1.HeaderClassName
{
color: #221133;
}
.AnyTagClassName
{
color: #221133;
}
</style>
background-color css
<style>
a { background-color: #221133; }
a { background-color: rgb(34,17,51); }
div.DivClassName
{
background-color: #221133;
}
.BgClassName
{
background-color: #221133;
}
</style>
border-color css
<style>
span { border-color: #221133; }
span { border-color: rgb(34,17,51); }
td.TdClassName
{
border-color: #221133;
}
.TagClassName
{
border-color: #221133;
}
</style>