Shades of Blackberry #52082E
Tints of Blackberry #52082E
RGB
CMYK
RGB Variations
Color information
#52082E (or 0x52082E) is known color: Blackberry. HEX triplet: 52, 08 and 2E. RGB value is (82,8,46). Sum of RGB (Red+Green+Blue) = 82+8+46=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #52082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52082E is #ADF7D1. Grayscale: #222222. Windows color (decimal): -11401170 or 3016786. OLE color: 3016786.
HSL color Cylindrical-coordinate representation of color #52082E: hue angle of 329.19º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52082E is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 8 | 46 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.68 |
| HSL | 329.19º | 0.82% | 0.18% | - |
| HSV(B) | 329.19º | 0.9% | 0.32% | - |
| XYZ | 4.06 | 2.16 | 2.79 | - |
| YUV | 34.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 46 | 0 | 0.90 | 0.44 | 0.68 | 329.19 | 0.82 | 0.18 |
| Hex | 52 | 8 | 2E | 0 | 5A | 2C | 44 | 149 | 52 | 12 |
| Octal | 122 | 10 | 56 | 0 | 132 | 54 | 104 | 511 | 122 | 22 |
| Binary | 1010010 | 1000 | 101110 | 0 | 1011010 | 101100 | 1000100 | 101001001 | 1010010 | 10010 |
Color Harmonies of #52082E
Complementary color
Monochromatic Colors of #52082E
Black with #52082E
Text Example
Text Example
White with #52082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52082E; }
p { color: rgb(82,8,46); }
H1.HeaderClassName
{
color: #52082E;
}
.AnyTagClassName
{
color: #52082E;
}
</style>
background-color css
<style>
a { background-color: #52082E; }
a { background-color: rgb(82,8,46); }
div.DivClassName
{
background-color: #52082E;
}
.BgClassName
{
background-color: #52082E;
}
</style>
border-color css
<style>
span { border-color: #52082E; }
span { border-color: rgb(82,8,46); }
td.TdClassName
{
border-color: #52082E;
}
.TagClassName
{
border-color: #52082E;
}
</style>