Shades of Blackberry #52152E
Tints of Blackberry #52152E
RGB
CMYK
RGB Variations
Color information
#52152E (or 0x52152E) is known color: Blackberry. HEX triplet: 52, 15 and 2E. RGB value is (82,21,46). Sum of RGB (Red+Green+Blue) = 82+21+46=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #52152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52152E is #ADEAD1. Grayscale: #2A2A2A. Windows color (decimal): -11397842 or 3020114. OLE color: 3020114.
HSL color Cylindrical-coordinate representation of color #52152E: hue angle of 335.41º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52152E is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 21 | 46 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.68 |
| HSL | 335.41º | 0.59% | 0.2% | - |
| HSV(B) | 335.41º | 0.74% | 0.32% | - |
| XYZ | 4.24 | 2.53 | 2.85 | - |
| YUV | 42.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 46 | 0 | 0.74 | 0.44 | 0.68 | 335.41 | 0.59 | 0.2 |
| Hex | 52 | 15 | 2E | 0 | 4A | 2C | 44 | 14F | 3B | 14 |
| Octal | 122 | 25 | 56 | 0 | 112 | 54 | 104 | 517 | 73 | 24 |
| Binary | 1010010 | 10101 | 101110 | 0 | 1001010 | 101100 | 1000100 | 101001111 | 111011 | 10100 |
Color Harmonies of #52152E
Complementary color
Monochromatic Colors of #52152E
Black with #52152E
Text Example
Text Example
White with #52152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52152E; }
p { color: rgb(82,21,46); }
H1.HeaderClassName
{
color: #52152E;
}
.AnyTagClassName
{
color: #52152E;
}
</style>
background-color css
<style>
a { background-color: #52152E; }
a { background-color: rgb(82,21,46); }
div.DivClassName
{
background-color: #52152E;
}
.BgClassName
{
background-color: #52152E;
}
</style>
border-color css
<style>
span { border-color: #52152E; }
span { border-color: rgb(82,21,46); }
td.TdClassName
{
border-color: #52152E;
}
.TagClassName
{
border-color: #52152E;
}
</style>