Shades of Blackberry #220013
Tints of Blackberry #220013
RGB
CMYK
RGB Variations
Color information
#220013 (or 0x220013) is known color: Blackberry. HEX triplet: 22, 00 and 13. RGB value is (34,0,19). Sum of RGB (Red+Green+Blue) = 34+0+19=53 (7% of max value = 765). Red value is 34 (13.67% from 255 or 64.15% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 34 - color contains mainly: red. Hex color #220013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220013 is #DDFFEC. Grayscale: #0C0C0C. Windows color (decimal): -14548973 or 1245218. OLE color: 1245218.
HSL color Cylindrical-coordinate representation of color #220013: hue angle of 326.47º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220013 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.44 | 0.87 |
| HSL | 326.47º | 1% | 0.07% | - |
| HSV(B) | 326.47º | 1% | 0.13% | - |
| XYZ | 0.78 | 0.39 | 0.65 | - |
| YUV | 12.33 | 131.76 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 19 | 0 | 1 | 0.44 | 0.87 | 326.47 | 1 | 0.07 |
| Hex | 22 | 0 | 13 | 0 | 64 | 2C | 57 | 146 | 64 | 7 |
| Octal | 42 | 0 | 23 | 0 | 144 | 54 | 127 | 506 | 144 | 7 |
| Binary | 100010 | 0 | 10011 | 0 | 1100100 | 101100 | 1010111 | 101000110 | 1100100 | 111 |
Color Harmonies of #220013
Complementary color
Monochromatic Colors of #220013
Black with #220013
Text Example
Text Example
White with #220013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220013; }
p { color: rgb(34,0,19); }
H1.HeaderClassName
{
color: #220013;
}
.AnyTagClassName
{
color: #220013;
}
</style>
background-color css
<style>
a { background-color: #220013; }
a { background-color: rgb(34,0,19); }
div.DivClassName
{
background-color: #220013;
}
.BgClassName
{
background-color: #220013;
}
</style>
border-color css
<style>
span { border-color: #220013; }
span { border-color: rgb(34,0,19); }
td.TdClassName
{
border-color: #220013;
}
.TagClassName
{
border-color: #220013;
}
</style>