Shades of Blackberry #22131B
Tints of Blackberry #22131B
RGB
CMYK
RGB Variations
Color information
#22131B (or 0x22131B) is known color: Blackberry. HEX triplet: 22, 13 and 1B. RGB value is (34,19,27). Sum of RGB (Red+Green+Blue) = 34+19+27=80 (10% of max value = 765). Red value is 34 (13.67% from 255 or 42.5% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 34 - color contains mainly: red. Hex color #22131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22131B is #DDECE4. Grayscale: #181818. Windows color (decimal): -14544101 or 1774370. OLE color: 1774370.
HSL color Cylindrical-coordinate representation of color #22131B: hue angle of 328º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #22131B is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 19 | 27 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.87 |
| HSL | 328º | 0.28% | 0.1% | - |
| HSV(B) | 328º | 0.44% | 0.13% | - |
| XYZ | 1.09 | 0.88 | 1.15 | - |
| YUV | 24.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 27 | 0 | 0.44 | 0.21 | 0.87 | 328 | 0.28 | 0.1 |
| Hex | 22 | 13 | 1B | 0 | 2C | 15 | 57 | 148 | 1C | A |
| Octal | 42 | 23 | 33 | 0 | 54 | 25 | 127 | 510 | 34 | 12 |
| Binary | 100010 | 10011 | 11011 | 0 | 101100 | 10101 | 1010111 | 101001000 | 11100 | 1010 |
Color Harmonies of #22131B
Complementary color
Monochromatic Colors of #22131B
Black with #22131B
Text Example
Text Example
White with #22131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22131B; }
p { color: rgb(34,19,27); }
H1.HeaderClassName
{
color: #22131B;
}
.AnyTagClassName
{
color: #22131B;
}
</style>
background-color css
<style>
a { background-color: #22131B; }
a { background-color: rgb(34,19,27); }
div.DivClassName
{
background-color: #22131B;
}
.BgClassName
{
background-color: #22131B;
}
</style>
border-color css
<style>
span { border-color: #22131B; }
span { border-color: rgb(34,19,27); }
td.TdClassName
{
border-color: #22131B;
}
.TagClassName
{
border-color: #22131B;
}
</style>