Shades of Blackberry #520828
Tints of Blackberry #520828
RGB
CMYK
RGB Variations
Color information
#520828 (or 0x520828) is known color: Blackberry. HEX triplet: 52, 08 and 28. RGB value is (82,8,40). Sum of RGB (Red+Green+Blue) = 82+8+40=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #520828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520828 is #ADF7D7. Grayscale: #212121. Windows color (decimal): -11401176 or 2623570. OLE color: 2623570.
HSL color Cylindrical-coordinate representation of color #520828: hue angle of 334.05º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520828 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 8 | 40 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.68 |
| HSL | 334.05º | 0.82% | 0.18% | - |
| HSV(B) | 334.05º | 0.9% | 0.32% | - |
| XYZ | 3.95 | 2.12 | 2.21 | - |
| YUV | 33.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 40 | 0 | 0.90 | 0.51 | 0.68 | 334.05 | 0.82 | 0.18 |
| Hex | 52 | 8 | 28 | 0 | 5A | 33 | 44 | 14E | 52 | 12 |
| Octal | 122 | 10 | 50 | 0 | 132 | 63 | 104 | 516 | 122 | 22 |
| Binary | 1010010 | 1000 | 101000 | 0 | 1011010 | 110011 | 1000100 | 101001110 | 1010010 | 10010 |
Color Harmonies of #520828
Complementary color
Monochromatic Colors of #520828
Black with #520828
Text Example
Text Example
White with #520828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520828; }
p { color: rgb(82,8,40); }
H1.HeaderClassName
{
color: #520828;
}
.AnyTagClassName
{
color: #520828;
}
</style>
background-color css
<style>
a { background-color: #520828; }
a { background-color: rgb(82,8,40); }
div.DivClassName
{
background-color: #520828;
}
.BgClassName
{
background-color: #520828;
}
</style>
border-color css
<style>
span { border-color: #520828; }
span { border-color: rgb(82,8,40); }
td.TdClassName
{
border-color: #520828;
}
.TagClassName
{
border-color: #520828;
}
</style>