Shades of Blackberry #520F39
Tints of Blackberry #520F39
RGB
CMYK
RGB Variations
Color information
#520F39 (or 0x520F39) is known color: Blackberry. HEX triplet: 52, 0F and 39. RGB value is (82,15,57). Sum of RGB (Red+Green+Blue) = 82+15+57=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #520F39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520F39 is #ADF0C6. Grayscale: #272727. Windows color (decimal): -11399367 or 3739474. OLE color: 3739474.
HSL color Cylindrical-coordinate representation of color #520F39: hue angle of 322.39º 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 #520F39 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 15 | 57 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.68 |
| HSL | 322.39º | 0.69% | 0.19% | - |
| HSV(B) | 322.39º | 0.82% | 0.32% | - |
| XYZ | 4.39 | 2.43 | 4.11 | - |
| YUV | 39.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 57 | 0 | 0.82 | 0.30 | 0.68 | 322.39 | 0.69 | 0.19 |
| Hex | 52 | F | 39 | 0 | 52 | 1E | 44 | 142 | 45 | 13 |
| Octal | 122 | 17 | 71 | 0 | 122 | 36 | 104 | 502 | 105 | 23 |
| Binary | 1010010 | 1111 | 111001 | 0 | 1010010 | 11110 | 1000100 | 101000010 | 1000101 | 10011 |
Color Harmonies of #520F39
Complementary color
Monochromatic Colors of #520F39
Black with #520F39
Text Example
Text Example
White with #520F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F39; }
p { color: rgb(82,15,57); }
H1.HeaderClassName
{
color: #520F39;
}
.AnyTagClassName
{
color: #520F39;
}
</style>
background-color css
<style>
a { background-color: #520F39; }
a { background-color: rgb(82,15,57); }
div.DivClassName
{
background-color: #520F39;
}
.BgClassName
{
background-color: #520F39;
}
</style>
border-color css
<style>
span { border-color: #520F39; }
span { border-color: rgb(82,15,57); }
td.TdClassName
{
border-color: #520F39;
}
.TagClassName
{
border-color: #520F39;
}
</style>