Shades of Blackberry #520D2F
Tints of Blackberry #520D2F
RGB
CMYK
RGB Variations
Color information
#520D2F (or 0x520D2F) is known color: Blackberry. HEX triplet: 52, 0D and 2F. RGB value is (82,13,47). Sum of RGB (Red+Green+Blue) = 82+13+47=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #520D2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520D2F is #ADF2D0. Grayscale: #252525. Windows color (decimal): -11399889 or 3083602. OLE color: 3083602.
HSL color Cylindrical-coordinate representation of color #520D2F: hue angle of 330.43º 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 #520D2F is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 13 | 47 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.68 |
| HSL | 330.43º | 0.73% | 0.19% | - |
| HSV(B) | 330.43º | 0.84% | 0.32% | - |
| XYZ | 4.14 | 2.29 | 2.91 | - |
| YUV | 37.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 13 | 47 | 0 | 0.84 | 0.43 | 0.68 | 330.43 | 0.73 | 0.19 |
| Hex | 52 | D | 2F | 0 | 54 | 2B | 44 | 14A | 49 | 13 |
| Octal | 122 | 15 | 57 | 0 | 124 | 53 | 104 | 512 | 111 | 23 |
| Binary | 1010010 | 1101 | 101111 | 0 | 1010100 | 101011 | 1000100 | 101001010 | 1001001 | 10011 |
Color Harmonies of #520D2F
Complementary color
Monochromatic Colors of #520D2F
Black with #520D2F
Text Example
Text Example
White with #520D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520D2F; }
p { color: rgb(82,13,47); }
H1.HeaderClassName
{
color: #520D2F;
}
.AnyTagClassName
{
color: #520D2F;
}
</style>
background-color css
<style>
a { background-color: #520D2F; }
a { background-color: rgb(82,13,47); }
div.DivClassName
{
background-color: #520D2F;
}
.BgClassName
{
background-color: #520D2F;
}
</style>
border-color css
<style>
span { border-color: #520D2F; }
span { border-color: rgb(82,13,47); }
td.TdClassName
{
border-color: #520D2F;
}
.TagClassName
{
border-color: #520D2F;
}
</style>