Shades of Blackberry #521B37
Tints of Blackberry #521B37
RGB
CMYK
RGB Variations
Color information
#521B37 (or 0x521B37) is known color: Blackberry. HEX triplet: 52, 1B and 37. RGB value is (82,27,55). Sum of RGB (Red+Green+Blue) = 82+27+55=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #521B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B37 is #ADE4C8. Grayscale: #2E2E2E. Windows color (decimal): -11396297 or 3611474. OLE color: 3611474.
HSL color Cylindrical-coordinate representation of color #521B37: hue angle of 329.45º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521B37 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 55 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.68 |
| HSL | 329.45º | 0.5% | 0.21% | - |
| HSV(B) | 329.45º | 0.67% | 0.32% | - |
| XYZ | 4.56 | 2.85 | 3.92 | - |
| YUV | 46.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 55 | 0 | 0.67 | 0.33 | 0.68 | 329.45 | 0.5 | 0.21 |
| Hex | 52 | 1B | 37 | 0 | 43 | 21 | 44 | 149 | 32 | 15 |
| Octal | 122 | 33 | 67 | 0 | 103 | 41 | 104 | 511 | 62 | 25 |
| Binary | 1010010 | 11011 | 110111 | 0 | 1000011 | 100001 | 1000100 | 101001001 | 110010 | 10101 |
Color Harmonies of #521B37
Complementary color
Monochromatic Colors of #521B37
Black with #521B37
Text Example
Text Example
White with #521B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B37; }
p { color: rgb(82,27,55); }
H1.HeaderClassName
{
color: #521B37;
}
.AnyTagClassName
{
color: #521B37;
}
</style>
background-color css
<style>
a { background-color: #521B37; }
a { background-color: rgb(82,27,55); }
div.DivClassName
{
background-color: #521B37;
}
.BgClassName
{
background-color: #521B37;
}
</style>
border-color css
<style>
span { border-color: #521B37; }
span { border-color: rgb(82,27,55); }
td.TdClassName
{
border-color: #521B37;
}
.TagClassName
{
border-color: #521B37;
}
</style>