Shades of Blackberry #220E19
Tints of Blackberry #220E19
RGB
CMYK
RGB Variations
Color information
#220E19 (or 0x220E19) is known color: Blackberry. HEX triplet: 22, 0E and 19. RGB value is (34,14,25). Sum of RGB (Red+Green+Blue) = 34+14+25=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #220E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220E19 is #DDF1E6. Grayscale: #151515. Windows color (decimal): -14545383 or 1642018. OLE color: 1642018.
HSL color Cylindrical-coordinate representation of color #220E19: hue angle of 327º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #220E19 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 14 | 25 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.87 |
| HSL | 327º | 0.42% | 0.09% | - |
| HSV(B) | 327º | 0.59% | 0.13% | - |
| XYZ | 0.99 | 0.72 | 1.01 | - |
| YUV | 21.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 25 | 0 | 0.59 | 0.26 | 0.87 | 327 | 0.42 | 0.09 |
| Hex | 22 | E | 19 | 0 | 3B | 1A | 57 | 147 | 2A | 9 |
| Octal | 42 | 16 | 31 | 0 | 73 | 32 | 127 | 507 | 52 | 11 |
| Binary | 100010 | 1110 | 11001 | 0 | 111011 | 11010 | 1010111 | 101000111 | 101010 | 1001 |
Color Harmonies of #220E19
Complementary color
Monochromatic Colors of #220E19
Black with #220E19
Text Example
Text Example
White with #220E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220E19; }
p { color: rgb(34,14,25); }
H1.HeaderClassName
{
color: #220E19;
}
.AnyTagClassName
{
color: #220E19;
}
</style>
background-color css
<style>
a { background-color: #220E19; }
a { background-color: rgb(34,14,25); }
div.DivClassName
{
background-color: #220E19;
}
.BgClassName
{
background-color: #220E19;
}
</style>
border-color css
<style>
span { border-color: #220E19; }
span { border-color: rgb(34,14,25); }
td.TdClassName
{
border-color: #220E19;
}
.TagClassName
{
border-color: #220E19;
}
</style>