Shades of Blackberry #521132
Tints of Blackberry #521132
RGB
CMYK
RGB Variations
Color information
#521132 (or 0x521132) is known color: Blackberry. HEX triplet: 52, 11 and 32. RGB value is (82,17,50). Sum of RGB (Red+Green+Blue) = 82+17+50=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #521132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521132 is #ADEECD. Grayscale: #282828. Windows color (decimal): -11398862 or 3281234. OLE color: 3281234.
HSL color Cylindrical-coordinate representation of color #521132: hue angle of 329.54º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521132 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 17 | 50 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.68 |
| HSL | 329.54º | 0.66% | 0.19% | - |
| HSV(B) | 329.54º | 0.79% | 0.32% | - |
| XYZ | 4.26 | 2.43 | 3.26 | - |
| YUV | 40.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 50 | 0 | 0.79 | 0.39 | 0.68 | 329.54 | 0.66 | 0.19 |
| Hex | 52 | 11 | 32 | 0 | 4F | 27 | 44 | 14A | 42 | 13 |
| Octal | 122 | 21 | 62 | 0 | 117 | 47 | 104 | 512 | 102 | 23 |
| Binary | 1010010 | 10001 | 110010 | 0 | 1001111 | 100111 | 1000100 | 101001010 | 1000010 | 10011 |
Color Harmonies of #521132
Complementary color
Monochromatic Colors of #521132
Black with #521132
Text Example
Text Example
White with #521132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521132; }
p { color: rgb(82,17,50); }
H1.HeaderClassName
{
color: #521132;
}
.AnyTagClassName
{
color: #521132;
}
</style>
background-color css
<style>
a { background-color: #521132; }
a { background-color: rgb(82,17,50); }
div.DivClassName
{
background-color: #521132;
}
.BgClassName
{
background-color: #521132;
}
</style>
border-color css
<style>
span { border-color: #521132; }
span { border-color: rgb(82,17,50); }
td.TdClassName
{
border-color: #521132;
}
.TagClassName
{
border-color: #521132;
}
</style>