Shades of Blackberry #531532
Tints of Blackberry #531532
RGB
CMYK
RGB Variations
Color information
#531532 (or 0x531532) is known color: Blackberry. HEX triplet: 53, 15 and 32. RGB value is (83,21,50). Sum of RGB (Red+Green+Blue) = 83+21+50=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #531532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531532 is #ACEACD. Grayscale: #2A2A2A. Windows color (decimal): -11332302 or 3282259. OLE color: 3282259.
HSL color Cylindrical-coordinate representation of color #531532: hue angle of 331.94º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531532 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 21 | 50 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.67 |
| HSL | 331.94º | 0.6% | 0.2% | - |
| HSV(B) | 331.94º | 0.75% | 0.33% | - |
| XYZ | 4.41 | 2.61 | 3.29 | - |
| YUV | 42.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 50 | 0 | 0.75 | 0.40 | 0.67 | 331.94 | 0.6 | 0.2 |
| Hex | 53 | 15 | 32 | 0 | 4B | 28 | 43 | 14C | 3C | 14 |
| Octal | 123 | 25 | 62 | 0 | 113 | 50 | 103 | 514 | 74 | 24 |
| Binary | 1010011 | 10101 | 110010 | 0 | 1001011 | 101000 | 1000011 | 101001100 | 111100 | 10100 |
Color Harmonies of #531532
Complementary color
Monochromatic Colors of #531532
Black with #531532
Text Example
Text Example
White with #531532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531532; }
p { color: rgb(83,21,50); }
H1.HeaderClassName
{
color: #531532;
}
.AnyTagClassName
{
color: #531532;
}
</style>
background-color css
<style>
a { background-color: #531532; }
a { background-color: rgb(83,21,50); }
div.DivClassName
{
background-color: #531532;
}
.BgClassName
{
background-color: #531532;
}
</style>
border-color css
<style>
span { border-color: #531532; }
span { border-color: rgb(83,21,50); }
td.TdClassName
{
border-color: #531532;
}
.TagClassName
{
border-color: #531532;
}
</style>