Shades of Blackberry #520D2E
Tints of Blackberry #520D2E
RGB
CMYK
RGB Variations
Color information
#520D2E (or 0x520D2E) is known color: Blackberry. HEX triplet: 52, 0D and 2E. RGB value is (82,13,46). Sum of RGB (Red+Green+Blue) = 82+13+46=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #520D2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520D2E is #ADF2D1. Grayscale: #252525. Windows color (decimal): -11399890 or 3018066. OLE color: 3018066.
HSL color Cylindrical-coordinate representation of color #520D2E: hue angle of 331.3º 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 #520D2E is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 13 | 46 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.68 |
| HSL | 331.3º | 0.73% | 0.19% | - |
| HSV(B) | 331.3º | 0.84% | 0.32% | - |
| XYZ | 4.12 | 2.28 | 2.81 | - |
| YUV | 37.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 46 | 0 | 0.84 | 0.44 | 0.68 | 331.3 | 0.73 | 0.19 |
| Hex | 52 | D | 2E | 0 | 54 | 2C | 44 | 14B | 49 | 13 |
| Octal | 122 | 15 | 56 | 0 | 124 | 54 | 104 | 513 | 111 | 23 |
| Binary | 1010010 | 1101 | 101110 | 0 | 1010100 | 101100 | 1000100 | 101001011 | 1001001 | 10011 |
Color Harmonies of #520D2E
Complementary color
Monochromatic Colors of #520D2E
Black with #520D2E
Text Example
Text Example
White with #520D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520D2E; }
p { color: rgb(82,13,46); }
H1.HeaderClassName
{
color: #520D2E;
}
.AnyTagClassName
{
color: #520D2E;
}
</style>
background-color css
<style>
a { background-color: #520D2E; }
a { background-color: rgb(82,13,46); }
div.DivClassName
{
background-color: #520D2E;
}
.BgClassName
{
background-color: #520D2E;
}
</style>
border-color css
<style>
span { border-color: #520D2E; }
span { border-color: rgb(82,13,46); }
td.TdClassName
{
border-color: #520D2E;
}
.TagClassName
{
border-color: #520D2E;
}
</style>