Shades of Blackberry #520E38
Tints of Blackberry #520E38
RGB
CMYK
RGB Variations
Color information
#520E38 (or 0x520E38) is known color: Blackberry. HEX triplet: 52, 0E and 38. RGB value is (82,14,56). Sum of RGB (Red+Green+Blue) = 82+14+56=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #520E38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520E38 is #ADF1C7. Grayscale: #272727. Windows color (decimal): -11399624 or 3673682. OLE color: 3673682.
HSL color Cylindrical-coordinate representation of color #520E38: hue angle of 322.94º 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 #520E38 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 14 | 56 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.68 |
| HSL | 322.94º | 0.71% | 0.19% | - |
| HSV(B) | 322.94º | 0.83% | 0.32% | - |
| XYZ | 4.35 | 2.39 | 3.97 | - |
| YUV | 39.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 56 | 0 | 0.83 | 0.32 | 0.68 | 322.94 | 0.71 | 0.19 |
| Hex | 52 | E | 38 | 0 | 53 | 20 | 44 | 143 | 47 | 13 |
| Octal | 122 | 16 | 70 | 0 | 123 | 40 | 104 | 503 | 107 | 23 |
| Binary | 1010010 | 1110 | 111000 | 0 | 1010011 | 100000 | 1000100 | 101000011 | 1000111 | 10011 |
Color Harmonies of #520E38
Complementary color
Monochromatic Colors of #520E38
Black with #520E38
Text Example
Text Example
White with #520E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E38; }
p { color: rgb(82,14,56); }
H1.HeaderClassName
{
color: #520E38;
}
.AnyTagClassName
{
color: #520E38;
}
</style>
background-color css
<style>
a { background-color: #520E38; }
a { background-color: rgb(82,14,56); }
div.DivClassName
{
background-color: #520E38;
}
.BgClassName
{
background-color: #520E38;
}
</style>
border-color css
<style>
span { border-color: #520E38; }
span { border-color: rgb(82,14,56); }
td.TdClassName
{
border-color: #520E38;
}
.TagClassName
{
border-color: #520E38;
}
</style>