Shades of Blackberry #220919
Tints of Blackberry #220919
RGB
CMYK
RGB Variations
Color information
#220919 (or 0x220919) is known color: Blackberry. HEX triplet: 22, 09 and 19. RGB value is (34,9,25). Sum of RGB (Red+Green+Blue) = 34+9+25=68 (9% of max value = 765). Red value is 34 (13.67% from 255 or 50% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 34 - color contains mainly: red. Hex color #220919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220919 is #DDF6E6. Grayscale: #121212. Windows color (decimal): -14546663 or 1640738. OLE color: 1640738.
HSL color Cylindrical-coordinate representation of color #220919: hue angle of 321.6º degrees, saturation: 0.58, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #220919 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 9 | 25 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.87 |
| HSL | 321.6º | 0.58% | 0.08% | - |
| HSV(B) | 321.6º | 0.74% | 0.13% | - |
| XYZ | 0.93 | 0.61 | 0.99 | - |
| YUV | 18.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 9 | 25 | 0 | 0.74 | 0.26 | 0.87 | 321.6 | 0.58 | 0.08 |
| Hex | 22 | 9 | 19 | 0 | 4A | 1A | 57 | 142 | 3A | 8 |
| Octal | 42 | 11 | 31 | 0 | 112 | 32 | 127 | 502 | 72 | 10 |
| Binary | 100010 | 1001 | 11001 | 0 | 1001010 | 11010 | 1010111 | 101000010 | 111010 | 1000 |
Color Harmonies of #220919
Complementary color
Monochromatic Colors of #220919
Black with #220919
Text Example
Text Example
White with #220919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220919; }
p { color: rgb(34,9,25); }
H1.HeaderClassName
{
color: #220919;
}
.AnyTagClassName
{
color: #220919;
}
</style>
background-color css
<style>
a { background-color: #220919; }
a { background-color: rgb(34,9,25); }
div.DivClassName
{
background-color: #220919;
}
.BgClassName
{
background-color: #220919;
}
</style>
border-color css
<style>
span { border-color: #220919; }
span { border-color: rgb(34,9,25); }
td.TdClassName
{
border-color: #220919;
}
.TagClassName
{
border-color: #220919;
}
</style>