Shades of Blackberry #520E31
Tints of Blackberry #520E31
RGB
CMYK
RGB Variations
Color information
#520E31 (or 0x520E31) is known color: Blackberry. HEX triplet: 52, 0E and 31. RGB value is (82,14,49). Sum of RGB (Red+Green+Blue) = 82+14+49=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #520E31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520E31 is #ADF1CE. Grayscale: #262626. Windows color (decimal): -11399631 or 3214930. OLE color: 3214930.
HSL color Cylindrical-coordinate representation of color #520E31: hue angle of 329.12º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #520E31 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 14 | 49 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.68 |
| HSL | 329.12º | 0.71% | 0.19% | - |
| HSV(B) | 329.12º | 0.83% | 0.32% | - |
| XYZ | 4.19 | 2.33 | 3.13 | - |
| YUV | 38.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 49 | 0 | 0.83 | 0.40 | 0.68 | 329.12 | 0.71 | 0.19 |
| Hex | 52 | E | 31 | 0 | 53 | 28 | 44 | 149 | 47 | 13 |
| Octal | 122 | 16 | 61 | 0 | 123 | 50 | 104 | 511 | 107 | 23 |
| Binary | 1010010 | 1110 | 110001 | 0 | 1010011 | 101000 | 1000100 | 101001001 | 1000111 | 10011 |
Color Harmonies of #520E31
Complementary color
Monochromatic Colors of #520E31
Black with #520E31
Text Example
Text Example
White with #520E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E31; }
p { color: rgb(82,14,49); }
H1.HeaderClassName
{
color: #520E31;
}
.AnyTagClassName
{
color: #520E31;
}
</style>
background-color css
<style>
a { background-color: #520E31; }
a { background-color: rgb(82,14,49); }
div.DivClassName
{
background-color: #520E31;
}
.BgClassName
{
background-color: #520E31;
}
</style>
border-color css
<style>
span { border-color: #520E31; }
span { border-color: rgb(82,14,49); }
td.TdClassName
{
border-color: #520E31;
}
.TagClassName
{
border-color: #520E31;
}
</style>