Shades of Blackberry #521932
Tints of Blackberry #521932
RGB
CMYK
RGB Variations
Color information
#521932 (or 0x521932) is known color: Blackberry. HEX triplet: 52, 19 and 32. RGB value is (82,25,50). Sum of RGB (Red+Green+Blue) = 82+25+50=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #521932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521932 is #ADE6CD. Grayscale: #2C2C2C. Windows color (decimal): -11396814 or 3283282. OLE color: 3283282.
HSL color Cylindrical-coordinate representation of color #521932: hue angle of 333.68º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521932 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 25 | 50 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.68 |
| HSL | 333.68º | 0.53% | 0.21% | - |
| HSV(B) | 333.68º | 0.7% | 0.32% | - |
| XYZ | 4.4 | 2.72 | 3.31 | - |
| YUV | 44.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 50 | 0 | 0.70 | 0.39 | 0.68 | 333.68 | 0.53 | 0.21 |
| Hex | 52 | 19 | 32 | 0 | 46 | 27 | 44 | 14E | 35 | 15 |
| Octal | 122 | 31 | 62 | 0 | 106 | 47 | 104 | 516 | 65 | 25 |
| Binary | 1010010 | 11001 | 110010 | 0 | 1000110 | 100111 | 1000100 | 101001110 | 110101 | 10101 |
Color Harmonies of #521932
Complementary color
Monochromatic Colors of #521932
Black with #521932
Text Example
Text Example
White with #521932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521932; }
p { color: rgb(82,25,50); }
H1.HeaderClassName
{
color: #521932;
}
.AnyTagClassName
{
color: #521932;
}
</style>
background-color css
<style>
a { background-color: #521932; }
a { background-color: rgb(82,25,50); }
div.DivClassName
{
background-color: #521932;
}
.BgClassName
{
background-color: #521932;
}
</style>
border-color css
<style>
span { border-color: #521932; }
span { border-color: rgb(82,25,50); }
td.TdClassName
{
border-color: #521932;
}
.TagClassName
{
border-color: #521932;
}
</style>