Shades of Blackberry #52132C
Tints of Blackberry #52132C
RGB
CMYK
RGB Variations
Color information
#52132C (or 0x52132C) is known color: Blackberry. HEX triplet: 52, 13 and 2C. RGB value is (82,19,44). Sum of RGB (Red+Green+Blue) = 82+19+44=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #52132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52132C is #ADECD3. Grayscale: #282828. Windows color (decimal): -11398356 or 2888530. OLE color: 2888530.
HSL color Cylindrical-coordinate representation of color #52132C: hue angle of 336.19º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52132C is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 19 | 44 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.68 |
| HSL | 336.19º | 0.62% | 0.2% | - |
| HSV(B) | 336.19º | 0.77% | 0.32% | - |
| XYZ | 4.17 | 2.44 | 2.63 | - |
| YUV | 40.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 44 | 0 | 0.77 | 0.46 | 0.68 | 336.19 | 0.62 | 0.2 |
| Hex | 52 | 13 | 2C | 0 | 4D | 2E | 44 | 150 | 3E | 14 |
| Octal | 122 | 23 | 54 | 0 | 115 | 56 | 104 | 520 | 76 | 24 |
| Binary | 1010010 | 10011 | 101100 | 0 | 1001101 | 101110 | 1000100 | 101010000 | 111110 | 10100 |
Color Harmonies of #52132C
Complementary color
Monochromatic Colors of #52132C
Black with #52132C
Text Example
Text Example
White with #52132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52132C; }
p { color: rgb(82,19,44); }
H1.HeaderClassName
{
color: #52132C;
}
.AnyTagClassName
{
color: #52132C;
}
</style>
background-color css
<style>
a { background-color: #52132C; }
a { background-color: rgb(82,19,44); }
div.DivClassName
{
background-color: #52132C;
}
.BgClassName
{
background-color: #52132C;
}
</style>
border-color css
<style>
span { border-color: #52132C; }
span { border-color: rgb(82,19,44); }
td.TdClassName
{
border-color: #52132C;
}
.TagClassName
{
border-color: #52132C;
}
</style>