Shades of Blackberry #531637
Tints of Blackberry #531637
RGB
CMYK
RGB Variations
Color information
#531637 (or 0x531637) is known color: Blackberry. HEX triplet: 53, 16 and 37. RGB value is (83,22,55). Sum of RGB (Red+Green+Blue) = 83+22+55=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #531637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531637 is #ACE9C8. Grayscale: #2B2B2B. Windows color (decimal): -11332041 or 3610195. OLE color: 3610195.
HSL color Cylindrical-coordinate representation of color #531637: hue angle of 327.54º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531637 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 22 | 55 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.67 |
| HSL | 327.54º | 0.58% | 0.21% | - |
| HSV(B) | 327.54º | 0.73% | 0.33% | - |
| XYZ | 4.54 | 2.69 | 3.89 | - |
| YUV | 44 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 55 | 0 | 0.73 | 0.34 | 0.67 | 327.54 | 0.58 | 0.21 |
| Hex | 53 | 16 | 37 | 0 | 49 | 22 | 43 | 148 | 3A | 15 |
| Octal | 123 | 26 | 67 | 0 | 111 | 42 | 103 | 510 | 72 | 25 |
| Binary | 1010011 | 10110 | 110111 | 0 | 1001001 | 100010 | 1000011 | 101001000 | 111010 | 10101 |
Color Harmonies of #531637
Complementary color
Monochromatic Colors of #531637
Black with #531637
Text Example
Text Example
White with #531637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531637; }
p { color: rgb(83,22,55); }
H1.HeaderClassName
{
color: #531637;
}
.AnyTagClassName
{
color: #531637;
}
</style>
background-color css
<style>
a { background-color: #531637; }
a { background-color: rgb(83,22,55); }
div.DivClassName
{
background-color: #531637;
}
.BgClassName
{
background-color: #531637;
}
</style>
border-color css
<style>
span { border-color: #531637; }
span { border-color: rgb(83,22,55); }
td.TdClassName
{
border-color: #531637;
}
.TagClassName
{
border-color: #531637;
}
</style>