Shades of Blackberry #521934
Tints of Blackberry #521934
RGB
CMYK
RGB Variations
Color information
#521934 (or 0x521934) is known color: Blackberry. HEX triplet: 52, 19 and 34. RGB value is (82,25,52). Sum of RGB (Red+Green+Blue) = 82+25+52=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #521934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521934 is #ADE6CB. Grayscale: #2D2D2D. Windows color (decimal): -11396812 or 3414354. OLE color: 3414354.
HSL color Cylindrical-coordinate representation of color #521934: hue angle of 331.58º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521934 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 25 | 52 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.68 |
| HSL | 331.58º | 0.53% | 0.21% | - |
| HSV(B) | 331.58º | 0.7% | 0.32% | - |
| XYZ | 4.45 | 2.74 | 3.54 | - |
| YUV | 45.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 52 | 0 | 0.70 | 0.37 | 0.68 | 331.58 | 0.53 | 0.21 |
| Hex | 52 | 19 | 34 | 0 | 46 | 25 | 44 | 14C | 35 | 15 |
| Octal | 122 | 31 | 64 | 0 | 106 | 45 | 104 | 514 | 65 | 25 |
| Binary | 1010010 | 11001 | 110100 | 0 | 1000110 | 100101 | 1000100 | 101001100 | 110101 | 10101 |
Color Harmonies of #521934
Complementary color
Monochromatic Colors of #521934
Black with #521934
Text Example
Text Example
White with #521934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521934; }
p { color: rgb(82,25,52); }
H1.HeaderClassName
{
color: #521934;
}
.AnyTagClassName
{
color: #521934;
}
</style>
background-color css
<style>
a { background-color: #521934; }
a { background-color: rgb(82,25,52); }
div.DivClassName
{
background-color: #521934;
}
.BgClassName
{
background-color: #521934;
}
</style>
border-color css
<style>
span { border-color: #521934; }
span { border-color: rgb(82,25,52); }
td.TdClassName
{
border-color: #521934;
}
.TagClassName
{
border-color: #521934;
}
</style>