Shades of Blackberry #521532
Tints of Blackberry #521532
RGB
CMYK
RGB Variations
Color information
#521532 (or 0x521532) is known color: Blackberry. HEX triplet: 52, 15 and 32. RGB value is (82,21,50). Sum of RGB (Red+Green+Blue) = 82+21+50=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #521532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521532 is #ADEACD. Grayscale: #2A2A2A. Windows color (decimal): -11397838 or 3282258. OLE color: 3282258.
HSL color Cylindrical-coordinate representation of color #521532: hue angle of 331.48º 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 #521532 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 21 | 50 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.68 |
| HSL | 331.48º | 0.59% | 0.2% | - |
| HSV(B) | 331.48º | 0.74% | 0.32% | - |
| XYZ | 4.32 | 2.56 | 3.28 | - |
| YUV | 42.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 50 | 0 | 0.74 | 0.39 | 0.68 | 331.48 | 0.59 | 0.2 |
| Hex | 52 | 15 | 32 | 0 | 4A | 27 | 44 | 14B | 3B | 14 |
| Octal | 122 | 25 | 62 | 0 | 112 | 47 | 104 | 513 | 73 | 24 |
| Binary | 1010010 | 10101 | 110010 | 0 | 1001010 | 100111 | 1000100 | 101001011 | 111011 | 10100 |
Color Harmonies of #521532
Complementary color
Monochromatic Colors of #521532
Black with #521532
Text Example
Text Example
White with #521532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521532; }
p { color: rgb(82,21,50); }
H1.HeaderClassName
{
color: #521532;
}
.AnyTagClassName
{
color: #521532;
}
</style>
background-color css
<style>
a { background-color: #521532; }
a { background-color: rgb(82,21,50); }
div.DivClassName
{
background-color: #521532;
}
.BgClassName
{
background-color: #521532;
}
</style>
border-color css
<style>
span { border-color: #521532; }
span { border-color: rgb(82,21,50); }
td.TdClassName
{
border-color: #521532;
}
.TagClassName
{
border-color: #521532;
}
</style>