Shades of Blackberry #521632
Tints of Blackberry #521632
RGB
CMYK
RGB Variations
Color information
#521632 (or 0x521632) is known color: Blackberry. HEX triplet: 52, 16 and 32. RGB value is (82,22,50). Sum of RGB (Red+Green+Blue) = 82+22+50=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #521632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521632 is #ADE9CD. Grayscale: #2B2B2B. Windows color (decimal): -11397582 or 3282514. OLE color: 3282514.
HSL color Cylindrical-coordinate representation of color #521632: hue angle of 332º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521632 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 22 | 50 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.68 |
| HSL | 332º | 0.58% | 0.2% | - |
| HSV(B) | 332º | 0.73% | 0.32% | - |
| XYZ | 4.34 | 2.6 | 3.29 | - |
| YUV | 43.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 50 | 0 | 0.73 | 0.39 | 0.68 | 332 | 0.58 | 0.2 |
| Hex | 52 | 16 | 32 | 0 | 49 | 27 | 44 | 14C | 3A | 14 |
| Octal | 122 | 26 | 62 | 0 | 111 | 47 | 104 | 514 | 72 | 24 |
| Binary | 1010010 | 10110 | 110010 | 0 | 1001001 | 100111 | 1000100 | 101001100 | 111010 | 10100 |
Color Harmonies of #521632
Complementary color
Monochromatic Colors of #521632
Black with #521632
Text Example
Text Example
White with #521632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521632; }
p { color: rgb(82,22,50); }
H1.HeaderClassName
{
color: #521632;
}
.AnyTagClassName
{
color: #521632;
}
</style>
background-color css
<style>
a { background-color: #521632; }
a { background-color: rgb(82,22,50); }
div.DivClassName
{
background-color: #521632;
}
.BgClassName
{
background-color: #521632;
}
</style>
border-color css
<style>
span { border-color: #521632; }
span { border-color: rgb(82,22,50); }
td.TdClassName
{
border-color: #521632;
}
.TagClassName
{
border-color: #521632;
}
</style>