Shades of Blackberry #52163A
Tints of Blackberry #52163A
RGB
CMYK
RGB Variations
Color information
#52163A (or 0x52163A) is known color: Blackberry. HEX triplet: 52, 16 and 3A. RGB value is (82,22,58). Sum of RGB (Red+Green+Blue) = 82+22+58=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52163A is #ADE9C5. Grayscale: #2B2B2B. Windows color (decimal): -11397574 or 3806802. OLE color: 3806802.
HSL color Cylindrical-coordinate representation of color #52163A: hue angle of 324º 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 #52163A is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 22 | 58 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.68 |
| HSL | 324º | 0.58% | 0.2% | - |
| HSV(B) | 324º | 0.73% | 0.32% | - |
| XYZ | 4.53 | 2.67 | 4.28 | - |
| YUV | 44.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 58 | 0 | 0.73 | 0.29 | 0.68 | 324 | 0.58 | 0.2 |
| Hex | 52 | 16 | 3A | 0 | 49 | 1D | 44 | 144 | 3A | 14 |
| Octal | 122 | 26 | 72 | 0 | 111 | 35 | 104 | 504 | 72 | 24 |
| Binary | 1010010 | 10110 | 111010 | 0 | 1001001 | 11101 | 1000100 | 101000100 | 111010 | 10100 |
Color Harmonies of #52163A
Complementary color
Monochromatic Colors of #52163A
Black with #52163A
Text Example
Text Example
White with #52163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52163A; }
p { color: rgb(82,22,58); }
H1.HeaderClassName
{
color: #52163A;
}
.AnyTagClassName
{
color: #52163A;
}
</style>
background-color css
<style>
a { background-color: #52163A; }
a { background-color: rgb(82,22,58); }
div.DivClassName
{
background-color: #52163A;
}
.BgClassName
{
background-color: #52163A;
}
</style>
border-color css
<style>
span { border-color: #52163A; }
span { border-color: rgb(82,22,58); }
td.TdClassName
{
border-color: #52163A;
}
.TagClassName
{
border-color: #52163A;
}
</style>