Shades of Blackberry #52163F
Tints of Blackberry #52163F
RGB
CMYK
RGB Variations
Color information
#52163F (or 0x52163F) is known color: Blackberry. HEX triplet: 52, 16 and 3F. RGB value is (82,22,63). Sum of RGB (Red+Green+Blue) = 82+22+63=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52163F is #ADE9C0. Grayscale: #2C2C2C. Windows color (decimal): -11397569 or 4134482. OLE color: 4134482.
HSL color Cylindrical-coordinate representation of color #52163F: hue angle of 319º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52163F is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 22 | 63 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.68 |
| HSL | 319º | 0.58% | 0.2% | - |
| HSV(B) | 319º | 0.73% | 0.32% | - |
| XYZ | 4.66 | 2.73 | 4.98 | - |
| YUV | 44.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 63 | 0 | 0.73 | 0.23 | 0.68 | 319 | 0.58 | 0.2 |
| Hex | 52 | 16 | 3F | 0 | 49 | 17 | 44 | 13F | 3A | 14 |
| Octal | 122 | 26 | 77 | 0 | 111 | 27 | 104 | 477 | 72 | 24 |
| Binary | 1010010 | 10110 | 111111 | 0 | 1001001 | 10111 | 1000100 | 100111111 | 111010 | 10100 |
Color Harmonies of #52163F
Complementary color
Monochromatic Colors of #52163F
Black with #52163F
Text Example
Text Example
White with #52163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52163F; }
p { color: rgb(82,22,63); }
H1.HeaderClassName
{
color: #52163F;
}
.AnyTagClassName
{
color: #52163F;
}
</style>
background-color css
<style>
a { background-color: #52163F; }
a { background-color: rgb(82,22,63); }
div.DivClassName
{
background-color: #52163F;
}
.BgClassName
{
background-color: #52163F;
}
</style>
border-color css
<style>
span { border-color: #52163F; }
span { border-color: rgb(82,22,63); }
td.TdClassName
{
border-color: #52163F;
}
.TagClassName
{
border-color: #52163F;
}
</style>