Shades of Blackberry #520E2C
Tints of Blackberry #520E2C
RGB
CMYK
RGB Variations
Color information
#520E2C (or 0x520E2C) is known color: Blackberry. HEX triplet: 52, 0E and 2C. RGB value is (82,14,44). Sum of RGB (Red+Green+Blue) = 82+14+44=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #520E2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520E2C is #ADF1D3. Grayscale: #252525. Windows color (decimal): -11399636 or 2887250. OLE color: 2887250.
HSL color Cylindrical-coordinate representation of color #520E2C: hue angle of 333.53º 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 #520E2C is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 14 | 44 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.68 |
| HSL | 333.53º | 0.71% | 0.19% | - |
| HSV(B) | 333.53º | 0.83% | 0.32% | - |
| XYZ | 4.09 | 2.29 | 2.61 | - |
| YUV | 37.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 14 | 44 | 0 | 0.83 | 0.46 | 0.68 | 333.53 | 0.71 | 0.19 |
| Hex | 52 | E | 2C | 0 | 53 | 2E | 44 | 14E | 47 | 13 |
| Octal | 122 | 16 | 54 | 0 | 123 | 56 | 104 | 516 | 107 | 23 |
| Binary | 1010010 | 1110 | 101100 | 0 | 1010011 | 101110 | 1000100 | 101001110 | 1000111 | 10011 |
Color Harmonies of #520E2C
Complementary color
Monochromatic Colors of #520E2C
Black with #520E2C
Text Example
Text Example
White with #520E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520E2C; }
p { color: rgb(82,14,44); }
H1.HeaderClassName
{
color: #520E2C;
}
.AnyTagClassName
{
color: #520E2C;
}
</style>
background-color css
<style>
a { background-color: #520E2C; }
a { background-color: rgb(82,14,44); }
div.DivClassName
{
background-color: #520E2C;
}
.BgClassName
{
background-color: #520E2C;
}
</style>
border-color css
<style>
span { border-color: #520E2C; }
span { border-color: rgb(82,14,44); }
td.TdClassName
{
border-color: #520E2C;
}
.TagClassName
{
border-color: #520E2C;
}
</style>