Shades of Blackberry #520F2D
Tints of Blackberry #520F2D
RGB
CMYK
RGB Variations
Color information
#520F2D (or 0x520F2D) is known color: Blackberry. HEX triplet: 52, 0F and 2D. RGB value is (82,15,45). Sum of RGB (Red+Green+Blue) = 82+15+45=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #520F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520F2D is #ADF0D2. Grayscale: #262626. Windows color (decimal): -11399379 or 2953042. OLE color: 2953042.
HSL color Cylindrical-coordinate representation of color #520F2D: hue angle of 333.13º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #520F2D is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 15 | 45 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.68 |
| HSL | 333.13º | 0.69% | 0.19% | - |
| HSV(B) | 333.13º | 0.82% | 0.32% | - |
| XYZ | 4.12 | 2.32 | 2.71 | - |
| YUV | 38.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 45 | 0 | 0.82 | 0.45 | 0.68 | 333.13 | 0.69 | 0.19 |
| Hex | 52 | F | 2D | 0 | 52 | 2D | 44 | 14D | 45 | 13 |
| Octal | 122 | 17 | 55 | 0 | 122 | 55 | 104 | 515 | 105 | 23 |
| Binary | 1010010 | 1111 | 101101 | 0 | 1010010 | 101101 | 1000100 | 101001101 | 1000101 | 10011 |
Color Harmonies of #520F2D
Complementary color
Monochromatic Colors of #520F2D
Black with #520F2D
Text Example
Text Example
White with #520F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F2D; }
p { color: rgb(82,15,45); }
H1.HeaderClassName
{
color: #520F2D;
}
.AnyTagClassName
{
color: #520F2D;
}
</style>
background-color css
<style>
a { background-color: #520F2D; }
a { background-color: rgb(82,15,45); }
div.DivClassName
{
background-color: #520F2D;
}
.BgClassName
{
background-color: #520F2D;
}
</style>
border-color css
<style>
span { border-color: #520F2D; }
span { border-color: rgb(82,15,45); }
td.TdClassName
{
border-color: #520F2D;
}
.TagClassName
{
border-color: #520F2D;
}
</style>