Shades of Blackberry #52112D
Tints of Blackberry #52112D
RGB
CMYK
RGB Variations
Color information
#52112D (or 0x52112D) is known color: Blackberry. HEX triplet: 52, 11 and 2D. RGB value is (82,17,45). Sum of RGB (Red+Green+Blue) = 82+17+45=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #52112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52112D is #ADEED2. Grayscale: #272727. Windows color (decimal): -11398867 or 2953554. OLE color: 2953554.
HSL color Cylindrical-coordinate representation of color #52112D: hue angle of 334.15º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52112D is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 17 | 45 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.68 |
| HSL | 334.15º | 0.66% | 0.19% | - |
| HSV(B) | 334.15º | 0.79% | 0.32% | - |
| XYZ | 4.15 | 2.38 | 2.72 | - |
| YUV | 39.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 45 | 0 | 0.79 | 0.45 | 0.68 | 334.15 | 0.66 | 0.19 |
| Hex | 52 | 11 | 2D | 0 | 4F | 2D | 44 | 14E | 42 | 13 |
| Octal | 122 | 21 | 55 | 0 | 117 | 55 | 104 | 516 | 102 | 23 |
| Binary | 1010010 | 10001 | 101101 | 0 | 1001111 | 101101 | 1000100 | 101001110 | 1000010 | 10011 |
Color Harmonies of #52112D
Complementary color
Monochromatic Colors of #52112D
Black with #52112D
Text Example
Text Example
White with #52112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52112D; }
p { color: rgb(82,17,45); }
H1.HeaderClassName
{
color: #52112D;
}
.AnyTagClassName
{
color: #52112D;
}
</style>
background-color css
<style>
a { background-color: #52112D; }
a { background-color: rgb(82,17,45); }
div.DivClassName
{
background-color: #52112D;
}
.BgClassName
{
background-color: #52112D;
}
</style>
border-color css
<style>
span { border-color: #52112D; }
span { border-color: rgb(82,17,45); }
td.TdClassName
{
border-color: #52112D;
}
.TagClassName
{
border-color: #52112D;
}
</style>