Shades of Blackberry #220513
Tints of Blackberry #220513
RGB
CMYK
RGB Variations
Color information
#220513 (or 0x220513) is known color: Blackberry. HEX triplet: 22, 05 and 13. RGB value is (34,5,19). Sum of RGB (Red+Green+Blue) = 34+5+19=58 (7% of max value = 765). Red value is 34 (13.67% from 255 or 58.62% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 34 - color contains mainly: red. Hex color #220513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220513 is #DDFAEC. Grayscale: #0F0F0F. Windows color (decimal): -14547693 or 1246498. OLE color: 1246498.
HSL color Cylindrical-coordinate representation of color #220513: hue angle of 331.03º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #220513 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 5 | 19 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.87 |
| HSL | 331.03º | 0.74% | 0.08% | - |
| HSV(B) | 331.03º | 0.85% | 0.13% | - |
| XYZ | 0.83 | 0.5 | 0.67 | - |
| YUV | 15.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 5 | 19 | 0 | 0.85 | 0.44 | 0.87 | 331.03 | 0.74 | 0.08 |
| Hex | 22 | 5 | 13 | 0 | 55 | 2C | 57 | 14B | 4A | 8 |
| Octal | 42 | 5 | 23 | 0 | 125 | 54 | 127 | 513 | 112 | 10 |
| Binary | 100010 | 101 | 10011 | 0 | 1010101 | 101100 | 1010111 | 101001011 | 1001010 | 1000 |
Color Harmonies of #220513
Complementary color
Monochromatic Colors of #220513
Black with #220513
Text Example
Text Example
White with #220513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220513; }
p { color: rgb(34,5,19); }
H1.HeaderClassName
{
color: #220513;
}
.AnyTagClassName
{
color: #220513;
}
</style>
background-color css
<style>
a { background-color: #220513; }
a { background-color: rgb(34,5,19); }
div.DivClassName
{
background-color: #220513;
}
.BgClassName
{
background-color: #220513;
}
</style>
border-color css
<style>
span { border-color: #220513; }
span { border-color: rgb(34,5,19); }
td.TdClassName
{
border-color: #220513;
}
.TagClassName
{
border-color: #220513;
}
</style>