Shades of Blackberry #220213
Tints of Blackberry #220213
RGB
CMYK
RGB Variations
Color information
#220213 (or 0x220213) is known color: Blackberry. HEX triplet: 22, 02 and 13. RGB value is (34,2,19). Sum of RGB (Red+Green+Blue) = 34+2+19=55 (7% of max value = 765). Red value is 34 (13.67% from 255 or 61.82% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 34 - color contains mainly: red. Hex color #220213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220213 is #DDFDEC. Grayscale: #0D0D0D. Windows color (decimal): -14548461 or 1245730. OLE color: 1245730.
HSL color Cylindrical-coordinate representation of color #220213: hue angle of 328.12º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220213 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 2 | 19 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.87 |
| HSL | 328.13º | 0.89% | 0.07% | - |
| HSV(B) | 328.13º | 0.94% | 0.13% | - |
| XYZ | 0.8 | 0.43 | 0.66 | - |
| YUV | 13.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 19 | 0 | 0.94 | 0.44 | 0.87 | 328.13 | 0.89 | 0.07 |
| Hex | 22 | 2 | 13 | 0 | 5E | 2C | 57 | 148 | 59 | 7 |
| Octal | 42 | 2 | 23 | 0 | 136 | 54 | 127 | 510 | 131 | 7 |
| Binary | 100010 | 10 | 10011 | 0 | 1011110 | 101100 | 1010111 | 101001000 | 1011001 | 111 |
Color Harmonies of #220213
Complementary color
Monochromatic Colors of #220213
Black with #220213
Text Example
Text Example
White with #220213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220213; }
p { color: rgb(34,2,19); }
H1.HeaderClassName
{
color: #220213;
}
.AnyTagClassName
{
color: #220213;
}
</style>
background-color css
<style>
a { background-color: #220213; }
a { background-color: rgb(34,2,19); }
div.DivClassName
{
background-color: #220213;
}
.BgClassName
{
background-color: #220213;
}
</style>
border-color css
<style>
span { border-color: #220213; }
span { border-color: rgb(34,2,19); }
td.TdClassName
{
border-color: #220213;
}
.TagClassName
{
border-color: #220213;
}
</style>