Shades of Blackberry #220C19
Tints of Blackberry #220C19
RGB
CMYK
RGB Variations
Color information
#220C19 (or 0x220C19) is known color: Blackberry. HEX triplet: 22, 0C and 19. RGB value is (34,12,25). Sum of RGB (Red+Green+Blue) = 34+12+25=71 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.89% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 34 - color contains mainly: red. Hex color #220C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220C19 is #DDF3E6. Grayscale: #141414. Windows color (decimal): -14545895 or 1641506. OLE color: 1641506.
HSL color Cylindrical-coordinate representation of color #220C19: hue angle of 324.55º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #220C19 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 12 | 25 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.87 |
| HSL | 324.55º | 0.48% | 0.09% | - |
| HSV(B) | 324.55º | 0.65% | 0.13% | - |
| XYZ | 0.97 | 0.67 | 1 | - |
| YUV | 20.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 25 | 0 | 0.65 | 0.26 | 0.87 | 324.55 | 0.48 | 0.09 |
| Hex | 22 | C | 19 | 0 | 41 | 1A | 57 | 145 | 30 | 9 |
| Octal | 42 | 14 | 31 | 0 | 101 | 32 | 127 | 505 | 60 | 11 |
| Binary | 100010 | 1100 | 11001 | 0 | 1000001 | 11010 | 1010111 | 101000101 | 110000 | 1001 |
Color Harmonies of #220C19
Complementary color
Monochromatic Colors of #220C19
Black with #220C19
Text Example
Text Example
White with #220C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C19; }
p { color: rgb(34,12,25); }
H1.HeaderClassName
{
color: #220C19;
}
.AnyTagClassName
{
color: #220C19;
}
</style>
background-color css
<style>
a { background-color: #220C19; }
a { background-color: rgb(34,12,25); }
div.DivClassName
{
background-color: #220C19;
}
.BgClassName
{
background-color: #220C19;
}
</style>
border-color css
<style>
span { border-color: #220C19; }
span { border-color: rgb(34,12,25); }
td.TdClassName
{
border-color: #220C19;
}
.TagClassName
{
border-color: #220C19;
}
</style>