Shades of Blackberry #220A19
Tints of Blackberry #220A19
RGB
CMYK
RGB Variations
Color information
#220A19 (or 0x220A19) is known color: Blackberry. HEX triplet: 22, 0A and 19. RGB value is (34,10,25). Sum of RGB (Red+Green+Blue) = 34+10+25=69 (9% of max value = 765). Red value is 34 (13.67% from 255 or 49.28% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 34 - color contains mainly: red. Hex color #220A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220A19 is #DDF5E6. Grayscale: #121212. Windows color (decimal): -14546407 or 1640994. OLE color: 1640994.
HSL color Cylindrical-coordinate representation of color #220A19: hue angle of 322.5º degrees, saturation: 0.55, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #220A19 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 10 | 25 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.87 |
| HSL | 322.5º | 0.55% | 0.09% | - |
| HSV(B) | 322.5º | 0.71% | 0.13% | - |
| XYZ | 0.94 | 0.63 | 0.99 | - |
| YUV | 18.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 25 | 0 | 0.71 | 0.26 | 0.87 | 322.5 | 0.55 | 0.09 |
| Hex | 22 | A | 19 | 0 | 47 | 1A | 57 | 142 | 37 | 9 |
| Octal | 42 | 12 | 31 | 0 | 107 | 32 | 127 | 502 | 67 | 11 |
| Binary | 100010 | 1010 | 11001 | 0 | 1000111 | 11010 | 1010111 | 101000010 | 110111 | 1001 |
Color Harmonies of #220A19
Complementary color
Monochromatic Colors of #220A19
Black with #220A19
Text Example
Text Example
White with #220A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220A19; }
p { color: rgb(34,10,25); }
H1.HeaderClassName
{
color: #220A19;
}
.AnyTagClassName
{
color: #220A19;
}
</style>
background-color css
<style>
a { background-color: #220A19; }
a { background-color: rgb(34,10,25); }
div.DivClassName
{
background-color: #220A19;
}
.BgClassName
{
background-color: #220A19;
}
</style>
border-color css
<style>
span { border-color: #220A19; }
span { border-color: rgb(34,10,25); }
td.TdClassName
{
border-color: #220A19;
}
.TagClassName
{
border-color: #220A19;
}
</style>