Shades of Blackcurrant #221134
Tints of Blackcurrant #221134
RGB
CMYK
RGB Variations
Color information
#221134 (or 0x221134) is known color: Blackcurrant. HEX triplet: 22, 11 and 34. RGB value is (34,17,52). Sum of RGB (Red+Green+Blue) = 34+17+52=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #221134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221134 is #DDEECB. Grayscale: #191919. Windows color (decimal): -14544588 or 3412258. OLE color: 3412258.
HSL color Cylindrical-coordinate representation of color #221134: hue angle of 269.14º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #221134 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 17 | 52 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.80 |
| HSL | 269.14º | 0.51% | 0.14% | - |
| HSV(B) | 269.14º | 0.67% | 0.2% | - |
| XYZ | 1.48 | 0.99 | 3.36 | - |
| YUV | 26.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 52 | 0.35 | 0.67 | 0 | 0.80 | 269.14 | 0.51 | 0.14 |
| Hex | 22 | 11 | 34 | 23 | 43 | 0 | 50 | 10D | 33 | E |
| Octal | 42 | 21 | 64 | 43 | 103 | 0 | 120 | 415 | 63 | 16 |
| Binary | 100010 | 10001 | 110100 | 100011 | 1000011 | 0 | 1010000 | 100001101 | 110011 | 1110 |
Color Harmonies of #221134
Complementary color
Monochromatic Colors of #221134
Black with #221134
Text Example
Text Example
White with #221134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221134; }
p { color: rgb(34,17,52); }
H1.HeaderClassName
{
color: #221134;
}
.AnyTagClassName
{
color: #221134;
}
</style>
background-color css
<style>
a { background-color: #221134; }
a { background-color: rgb(34,17,52); }
div.DivClassName
{
background-color: #221134;
}
.BgClassName
{
background-color: #221134;
}
</style>
border-color css
<style>
span { border-color: #221134; }
span { border-color: rgb(34,17,52); }
td.TdClassName
{
border-color: #221134;
}
.TagClassName
{
border-color: #221134;
}
</style>