Shades of Blackberry #52092D
Tints of Blackberry #52092D
RGB
CMYK
RGB Variations
Color information
#52092D (or 0x52092D) is known color: Blackberry. HEX triplet: 52, 09 and 2D. RGB value is (82,9,45). Sum of RGB (Red+Green+Blue) = 82+9+45=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #52092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52092D is #ADF6D2. Grayscale: #222222. Windows color (decimal): -11400915 or 2951506. OLE color: 2951506.
HSL color Cylindrical-coordinate representation of color #52092D: hue angle of 330.41º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52092D is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 9 | 45 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.68 |
| HSL | 330.41º | 0.8% | 0.18% | - |
| HSV(B) | 330.41º | 0.89% | 0.32% | - |
| XYZ | 4.05 | 2.18 | 2.69 | - |
| YUV | 34.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 45 | 0 | 0.89 | 0.45 | 0.68 | 330.41 | 0.8 | 0.18 |
| Hex | 52 | 9 | 2D | 0 | 59 | 2D | 44 | 14A | 50 | 12 |
| Octal | 122 | 11 | 55 | 0 | 131 | 55 | 104 | 512 | 120 | 22 |
| Binary | 1010010 | 1001 | 101101 | 0 | 1011001 | 101101 | 1000100 | 101001010 | 1010000 | 10010 |
Color Harmonies of #52092D
Complementary color
Monochromatic Colors of #52092D
Black with #52092D
Text Example
Text Example
White with #52092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52092D; }
p { color: rgb(82,9,45); }
H1.HeaderClassName
{
color: #52092D;
}
.AnyTagClassName
{
color: #52092D;
}
</style>
background-color css
<style>
a { background-color: #52092D; }
a { background-color: rgb(82,9,45); }
div.DivClassName
{
background-color: #52092D;
}
.BgClassName
{
background-color: #52092D;
}
</style>
border-color css
<style>
span { border-color: #52092D; }
span { border-color: rgb(82,9,45); }
td.TdClassName
{
border-color: #52092D;
}
.TagClassName
{
border-color: #52092D;
}
</style>