Shades of Blackberry #520D2B
Tints of Blackberry #520D2B
RGB
CMYK
RGB Variations
Color information
#520D2B (or 0x520D2B) is known color: Blackberry. HEX triplet: 52, 0D and 2B. RGB value is (82,13,43). Sum of RGB (Red+Green+Blue) = 82+13+43=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #520D2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520D2B is #ADF2D4. Grayscale: #252525. Windows color (decimal): -11399893 or 2821458. OLE color: 2821458.
HSL color Cylindrical-coordinate representation of color #520D2B: hue angle of 333.91º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #520D2B is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 13 | 43 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.68 |
| HSL | 333.91º | 0.73% | 0.19% | - |
| HSV(B) | 333.91º | 0.84% | 0.32% | - |
| XYZ | 4.06 | 2.26 | 2.51 | - |
| YUV | 37.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 43 | 0 | 0.84 | 0.48 | 0.68 | 333.91 | 0.73 | 0.19 |
| Hex | 52 | D | 2B | 0 | 54 | 30 | 44 | 14E | 49 | 13 |
| Octal | 122 | 15 | 53 | 0 | 124 | 60 | 104 | 516 | 111 | 23 |
| Binary | 1010010 | 1101 | 101011 | 0 | 1010100 | 110000 | 1000100 | 101001110 | 1001001 | 10011 |
Color Harmonies of #520D2B
Complementary color
Monochromatic Colors of #520D2B
Black with #520D2B
Text Example
Text Example
White with #520D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520D2B; }
p { color: rgb(82,13,43); }
H1.HeaderClassName
{
color: #520D2B;
}
.AnyTagClassName
{
color: #520D2B;
}
</style>
background-color css
<style>
a { background-color: #520D2B; }
a { background-color: rgb(82,13,43); }
div.DivClassName
{
background-color: #520D2B;
}
.BgClassName
{
background-color: #520D2B;
}
</style>
border-color css
<style>
span { border-color: #520D2B; }
span { border-color: rgb(82,13,43); }
td.TdClassName
{
border-color: #520D2B;
}
.TagClassName
{
border-color: #520D2B;
}
</style>