Shades of Blackberry #52122E
Tints of Blackberry #52122E
RGB
CMYK
RGB Variations
Color information
#52122E (or 0x52122E) is known color: Blackberry. HEX triplet: 52, 12 and 2E. RGB value is (82,18,46). Sum of RGB (Red+Green+Blue) = 82+18+46=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #52122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52122E is #ADEDD1. Grayscale: #282828. Windows color (decimal): -11398610 or 3019346. OLE color: 3019346.
HSL color Cylindrical-coordinate representation of color #52122E: hue angle of 333.75º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52122E is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 18 | 46 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.68 |
| HSL | 333.75º | 0.64% | 0.2% | - |
| HSV(B) | 333.75º | 0.78% | 0.32% | - |
| XYZ | 4.19 | 2.42 | 2.83 | - |
| YUV | 40.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 46 | 0 | 0.78 | 0.44 | 0.68 | 333.75 | 0.64 | 0.2 |
| Hex | 52 | 12 | 2E | 0 | 4E | 2C | 44 | 14E | 40 | 14 |
| Octal | 122 | 22 | 56 | 0 | 116 | 54 | 104 | 516 | 100 | 24 |
| Binary | 1010010 | 10010 | 101110 | 0 | 1001110 | 101100 | 1000100 | 101001110 | 1000000 | 10100 |
Color Harmonies of #52122E
Complementary color
Monochromatic Colors of #52122E
Black with #52122E
Text Example
Text Example
White with #52122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52122E; }
p { color: rgb(82,18,46); }
H1.HeaderClassName
{
color: #52122E;
}
.AnyTagClassName
{
color: #52122E;
}
</style>
background-color css
<style>
a { background-color: #52122E; }
a { background-color: rgb(82,18,46); }
div.DivClassName
{
background-color: #52122E;
}
.BgClassName
{
background-color: #52122E;
}
</style>
border-color css
<style>
span { border-color: #52122E; }
span { border-color: rgb(82,18,46); }
td.TdClassName
{
border-color: #52122E;
}
.TagClassName
{
border-color: #52122E;
}
</style>