Shades of Blackberry #521534
Tints of Blackberry #521534
RGB
CMYK
RGB Variations
Color information
#521534 (or 0x521534) is known color: Blackberry. HEX triplet: 52, 15 and 34. RGB value is (82,21,52). Sum of RGB (Red+Green+Blue) = 82+21+52=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #521534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521534 is #ADEACB. Grayscale: #2A2A2A. Windows color (decimal): -11397836 or 3413330. OLE color: 3413330.
HSL color Cylindrical-coordinate representation of color #521534: hue angle of 329.51º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521534 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 21 | 52 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.68 |
| HSL | 329.51º | 0.59% | 0.2% | - |
| HSV(B) | 329.51º | 0.74% | 0.32% | - |
| XYZ | 4.37 | 2.58 | 3.52 | - |
| YUV | 42.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 52 | 0 | 0.74 | 0.37 | 0.68 | 329.51 | 0.59 | 0.2 |
| Hex | 52 | 15 | 34 | 0 | 4A | 25 | 44 | 14A | 3B | 14 |
| Octal | 122 | 25 | 64 | 0 | 112 | 45 | 104 | 512 | 73 | 24 |
| Binary | 1010010 | 10101 | 110100 | 0 | 1001010 | 100101 | 1000100 | 101001010 | 111011 | 10100 |
Color Harmonies of #521534
Complementary color
Monochromatic Colors of #521534
Black with #521534
Text Example
Text Example
White with #521534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521534; }
p { color: rgb(82,21,52); }
H1.HeaderClassName
{
color: #521534;
}
.AnyTagClassName
{
color: #521534;
}
</style>
background-color css
<style>
a { background-color: #521534; }
a { background-color: rgb(82,21,52); }
div.DivClassName
{
background-color: #521534;
}
.BgClassName
{
background-color: #521534;
}
</style>
border-color css
<style>
span { border-color: #521534; }
span { border-color: rgb(82,21,52); }
td.TdClassName
{
border-color: #521534;
}
.TagClassName
{
border-color: #521534;
}
</style>