Shades of Blackberry #521737
Tints of Blackberry #521737
RGB
CMYK
RGB Variations
Color information
#521737 (or 0x521737) is known color: Blackberry. HEX triplet: 52, 17 and 37. RGB value is (82,23,55). Sum of RGB (Red+Green+Blue) = 82+23+55=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #521737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521737 is #ADE8C8. Grayscale: #2C2C2C. Windows color (decimal): -11397321 or 3610450. OLE color: 3610450.
HSL color Cylindrical-coordinate representation of color #521737: hue angle of 327.46º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521737 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 23 | 55 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.68 |
| HSL | 327.46º | 0.56% | 0.21% | - |
| HSV(B) | 327.46º | 0.72% | 0.32% | - |
| XYZ | 4.48 | 2.68 | 3.9 | - |
| YUV | 44.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 55 | 0 | 0.72 | 0.33 | 0.68 | 327.46 | 0.56 | 0.21 |
| Hex | 52 | 17 | 37 | 0 | 48 | 21 | 44 | 147 | 38 | 15 |
| Octal | 122 | 27 | 67 | 0 | 110 | 41 | 104 | 507 | 70 | 25 |
| Binary | 1010010 | 10111 | 110111 | 0 | 1001000 | 100001 | 1000100 | 101000111 | 111000 | 10101 |
Color Harmonies of #521737
Complementary color
Monochromatic Colors of #521737
Black with #521737
Text Example
Text Example
White with #521737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521737; }
p { color: rgb(82,23,55); }
H1.HeaderClassName
{
color: #521737;
}
.AnyTagClassName
{
color: #521737;
}
</style>
background-color css
<style>
a { background-color: #521737; }
a { background-color: rgb(82,23,55); }
div.DivClassName
{
background-color: #521737;
}
.BgClassName
{
background-color: #521737;
}
</style>
border-color css
<style>
span { border-color: #521737; }
span { border-color: rgb(82,23,55); }
td.TdClassName
{
border-color: #521737;
}
.TagClassName
{
border-color: #521737;
}
</style>