Shades of Blackberry #52133B
Tints of Blackberry #52133B
RGB
CMYK
RGB Variations
Color information
#52133B (or 0x52133B) is known color: Blackberry. HEX triplet: 52, 13 and 3B. RGB value is (82,19,59). Sum of RGB (Red+Green+Blue) = 82+19+59=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52133B is #ADECC4. Grayscale: #2A2A2A. Windows color (decimal): -11398341 or 3871570. OLE color: 3871570.
HSL color Cylindrical-coordinate representation of color #52133B: hue angle of 321.9º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52133B is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 19 | 59 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.68 |
| HSL | 321.9º | 0.62% | 0.2% | - |
| HSV(B) | 321.9º | 0.77% | 0.32% | - |
| XYZ | 4.5 | 2.58 | 4.4 | - |
| YUV | 42.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 59 | 0 | 0.77 | 0.28 | 0.68 | 321.9 | 0.62 | 0.2 |
| Hex | 52 | 13 | 3B | 0 | 4D | 1C | 44 | 142 | 3E | 14 |
| Octal | 122 | 23 | 73 | 0 | 115 | 34 | 104 | 502 | 76 | 24 |
| Binary | 1010010 | 10011 | 111011 | 0 | 1001101 | 11100 | 1000100 | 101000010 | 111110 | 10100 |
Color Harmonies of #52133B
Complementary color
Monochromatic Colors of #52133B
Black with #52133B
Text Example
Text Example
White with #52133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52133B; }
p { color: rgb(82,19,59); }
H1.HeaderClassName
{
color: #52133B;
}
.AnyTagClassName
{
color: #52133B;
}
</style>
background-color css
<style>
a { background-color: #52133B; }
a { background-color: rgb(82,19,59); }
div.DivClassName
{
background-color: #52133B;
}
.BgClassName
{
background-color: #52133B;
}
</style>
border-color css
<style>
span { border-color: #52133B; }
span { border-color: rgb(82,19,59); }
td.TdClassName
{
border-color: #52133B;
}
.TagClassName
{
border-color: #52133B;
}
</style>