Shades of Blackberry #52122D
Tints of Blackberry #52122D
RGB
CMYK
RGB Variations
Color information
#52122D (or 0x52122D) is known color: Blackberry. HEX triplet: 52, 12 and 2D. RGB value is (82,18,45). Sum of RGB (Red+Green+Blue) = 82+18+45=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #52122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52122D is #ADEDD2. Grayscale: #282828. Windows color (decimal): -11398611 or 2953810. OLE color: 2953810.
HSL color Cylindrical-coordinate representation of color #52122D: hue angle of 334.69º 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 #52122D is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 18 | 45 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.68 |
| HSL | 334.69º | 0.64% | 0.2% | - |
| HSV(B) | 334.69º | 0.78% | 0.32% | - |
| XYZ | 4.17 | 2.42 | 2.73 | - |
| YUV | 40.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 45 | 0 | 0.78 | 0.45 | 0.68 | 334.69 | 0.64 | 0.2 |
| Hex | 52 | 12 | 2D | 0 | 4E | 2D | 44 | 14F | 40 | 14 |
| Octal | 122 | 22 | 55 | 0 | 116 | 55 | 104 | 517 | 100 | 24 |
| Binary | 1010010 | 10010 | 101101 | 0 | 1001110 | 101101 | 1000100 | 101001111 | 1000000 | 10100 |
Color Harmonies of #52122D
Complementary color
Monochromatic Colors of #52122D
Black with #52122D
Text Example
Text Example
White with #52122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52122D; }
p { color: rgb(82,18,45); }
H1.HeaderClassName
{
color: #52122D;
}
.AnyTagClassName
{
color: #52122D;
}
</style>
background-color css
<style>
a { background-color: #52122D; }
a { background-color: rgb(82,18,45); }
div.DivClassName
{
background-color: #52122D;
}
.BgClassName
{
background-color: #52122D;
}
</style>
border-color css
<style>
span { border-color: #52122D; }
span { border-color: rgb(82,18,45); }
td.TdClassName
{
border-color: #52122D;
}
.TagClassName
{
border-color: #52122D;
}
</style>