Shades of Blackberry #220D19
Tints of Blackberry #220D19
RGB
CMYK
RGB Variations
Color information
#220D19 (or 0x220D19) is known color: Blackberry. HEX triplet: 22, 0D and 19. RGB value is (34,13,25). Sum of RGB (Red+Green+Blue) = 34+13+25=72 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.22% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 34 - color contains mainly: red. Hex color #220D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220D19 is #DDF2E6. Grayscale: #141414. Windows color (decimal): -14545639 or 1641762. OLE color: 1641762.
HSL color Cylindrical-coordinate representation of color #220D19: hue angle of 325.71º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #220D19 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 13 | 25 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.87 |
| HSL | 325.71º | 0.45% | 0.09% | - |
| HSV(B) | 325.71º | 0.62% | 0.13% | - |
| XYZ | 0.98 | 0.7 | 1 | - |
| YUV | 20.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 25 | 0 | 0.62 | 0.26 | 0.87 | 325.71 | 0.45 | 0.09 |
| Hex | 22 | D | 19 | 0 | 3E | 1A | 57 | 146 | 2D | 9 |
| Octal | 42 | 15 | 31 | 0 | 76 | 32 | 127 | 506 | 55 | 11 |
| Binary | 100010 | 1101 | 11001 | 0 | 111110 | 11010 | 1010111 | 101000110 | 101101 | 1001 |
Color Harmonies of #220D19
Complementary color
Monochromatic Colors of #220D19
Black with #220D19
Text Example
Text Example
White with #220D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220D19; }
p { color: rgb(34,13,25); }
H1.HeaderClassName
{
color: #220D19;
}
.AnyTagClassName
{
color: #220D19;
}
</style>
background-color css
<style>
a { background-color: #220D19; }
a { background-color: rgb(34,13,25); }
div.DivClassName
{
background-color: #220D19;
}
.BgClassName
{
background-color: #220D19;
}
</style>
border-color css
<style>
span { border-color: #220D19; }
span { border-color: rgb(34,13,25); }
td.TdClassName
{
border-color: #220D19;
}
.TagClassName
{
border-color: #220D19;
}
</style>