Shades of Blackberry #521739
Tints of Blackberry #521739
RGB
CMYK
RGB Variations
Color information
#521739 (or 0x521739) is known color: Blackberry. HEX triplet: 52, 17 and 39. RGB value is (82,23,57). Sum of RGB (Red+Green+Blue) = 82+23+57=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #521739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521739 is #ADE8C6. Grayscale: #2C2C2C. Windows color (decimal): -11397319 or 3741522. OLE color: 3741522.
HSL color Cylindrical-coordinate representation of color #521739: hue angle of 325.42º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521739 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 23 | 57 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.68 |
| HSL | 325.42º | 0.56% | 0.21% | - |
| HSV(B) | 325.42º | 0.72% | 0.32% | - |
| XYZ | 4.52 | 2.7 | 4.15 | - |
| YUV | 44.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 57 | 0 | 0.72 | 0.30 | 0.68 | 325.42 | 0.56 | 0.21 |
| Hex | 52 | 17 | 39 | 0 | 48 | 1E | 44 | 145 | 38 | 15 |
| Octal | 122 | 27 | 71 | 0 | 110 | 36 | 104 | 505 | 70 | 25 |
| Binary | 1010010 | 10111 | 111001 | 0 | 1001000 | 11110 | 1000100 | 101000101 | 111000 | 10101 |
Color Harmonies of #521739
Complementary color
Monochromatic Colors of #521739
Black with #521739
Text Example
Text Example
White with #521739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521739; }
p { color: rgb(82,23,57); }
H1.HeaderClassName
{
color: #521739;
}
.AnyTagClassName
{
color: #521739;
}
</style>
background-color css
<style>
a { background-color: #521739; }
a { background-color: rgb(82,23,57); }
div.DivClassName
{
background-color: #521739;
}
.BgClassName
{
background-color: #521739;
}
</style>
border-color css
<style>
span { border-color: #521739; }
span { border-color: rgb(82,23,57); }
td.TdClassName
{
border-color: #521739;
}
.TagClassName
{
border-color: #521739;
}
</style>