Shades of Blackberry #52082D
Tints of Blackberry #52082D
RGB
CMYK
RGB Variations
Color information
#52082D (or 0x52082D) is known color: Blackberry. HEX triplet: 52, 08 and 2D. RGB value is (82,8,45). Sum of RGB (Red+Green+Blue) = 82+8+45=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #52082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52082D is #ADF7D2. Grayscale: #222222. Windows color (decimal): -11401171 or 2951250. OLE color: 2951250.
HSL color Cylindrical-coordinate representation of color #52082D: hue angle of 330º 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 #52082D is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 8 | 45 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.68 |
| HSL | 330º | 0.82% | 0.18% | - |
| HSV(B) | 330º | 0.9% | 0.32% | - |
| XYZ | 4.04 | 2.16 | 2.69 | - |
| YUV | 34.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 45 | 0 | 0.90 | 0.45 | 0.68 | 330 | 0.82 | 0.18 |
| Hex | 52 | 8 | 2D | 0 | 5A | 2D | 44 | 14A | 52 | 12 |
| Octal | 122 | 10 | 55 | 0 | 132 | 55 | 104 | 512 | 122 | 22 |
| Binary | 1010010 | 1000 | 101101 | 0 | 1011010 | 101101 | 1000100 | 101001010 | 1010010 | 10010 |
Color Harmonies of #52082D
Complementary color
Monochromatic Colors of #52082D
Black with #52082D
Text Example
Text Example
White with #52082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52082D; }
p { color: rgb(82,8,45); }
H1.HeaderClassName
{
color: #52082D;
}
.AnyTagClassName
{
color: #52082D;
}
</style>
background-color css
<style>
a { background-color: #52082D; }
a { background-color: rgb(82,8,45); }
div.DivClassName
{
background-color: #52082D;
}
.BgClassName
{
background-color: #52082D;
}
</style>
border-color css
<style>
span { border-color: #52082D; }
span { border-color: rgb(82,8,45); }
td.TdClassName
{
border-color: #52082D;
}
.TagClassName
{
border-color: #52082D;
}
</style>