Shades of Blackberry #520F3A
Tints of Blackberry #520F3A
RGB
CMYK
RGB Variations
Color information
#520F3A (or 0x520F3A) is known color: Blackberry. HEX triplet: 52, 0F and 3A. RGB value is (82,15,58). Sum of RGB (Red+Green+Blue) = 82+15+58=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #520F3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520F3A is #ADF0C5. Grayscale: #272727. Windows color (decimal): -11399366 or 3805010. OLE color: 3805010.
HSL color Cylindrical-coordinate representation of color #520F3A: hue angle of 321.49º 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 #520F3A is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 15 | 58 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.68 |
| HSL | 321.49º | 0.69% | 0.19% | - |
| HSV(B) | 321.49º | 0.82% | 0.32% | - |
| XYZ | 4.41 | 2.44 | 4.24 | - |
| YUV | 39.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 58 | 0 | 0.82 | 0.29 | 0.68 | 321.49 | 0.69 | 0.19 |
| Hex | 52 | F | 3A | 0 | 52 | 1D | 44 | 141 | 45 | 13 |
| Octal | 122 | 17 | 72 | 0 | 122 | 35 | 104 | 501 | 105 | 23 |
| Binary | 1010010 | 1111 | 111010 | 0 | 1010010 | 11101 | 1000100 | 101000001 | 1000101 | 10011 |
Color Harmonies of #520F3A
Complementary color
Monochromatic Colors of #520F3A
Black with #520F3A
Text Example
Text Example
White with #520F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F3A; }
p { color: rgb(82,15,58); }
H1.HeaderClassName
{
color: #520F3A;
}
.AnyTagClassName
{
color: #520F3A;
}
</style>
background-color css
<style>
a { background-color: #520F3A; }
a { background-color: rgb(82,15,58); }
div.DivClassName
{
background-color: #520F3A;
}
.BgClassName
{
background-color: #520F3A;
}
</style>
border-color css
<style>
span { border-color: #520F3A; }
span { border-color: rgb(82,15,58); }
td.TdClassName
{
border-color: #520F3A;
}
.TagClassName
{
border-color: #520F3A;
}
</style>