Shades of Blackberry #531937
Tints of Blackberry #531937
RGB
CMYK
RGB Variations
Color information
#531937 (or 0x531937) is known color: Blackberry. HEX triplet: 53, 19 and 37. RGB value is (83,25,55). Sum of RGB (Red+Green+Blue) = 83+25+55=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #531937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531937 is #ACE6C8. Grayscale: #2D2D2D. Windows color (decimal): -11331273 or 3610963. OLE color: 3610963.
HSL color Cylindrical-coordinate representation of color #531937: hue angle of 328.97º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531937 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 55 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.67 |
| HSL | 328.97º | 0.54% | 0.21% | - |
| HSV(B) | 328.97º | 0.7% | 0.33% | - |
| XYZ | 4.6 | 2.81 | 3.91 | - |
| YUV | 45.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 55 | 0 | 0.70 | 0.34 | 0.67 | 328.97 | 0.54 | 0.21 |
| Hex | 53 | 19 | 37 | 0 | 46 | 22 | 43 | 149 | 36 | 15 |
| Octal | 123 | 31 | 67 | 0 | 106 | 42 | 103 | 511 | 66 | 25 |
| Binary | 1010011 | 11001 | 110111 | 0 | 1000110 | 100010 | 1000011 | 101001001 | 110110 | 10101 |
Color Harmonies of #531937
Complementary color
Monochromatic Colors of #531937
Black with #531937
Text Example
Text Example
White with #531937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531937; }
p { color: rgb(83,25,55); }
H1.HeaderClassName
{
color: #531937;
}
.AnyTagClassName
{
color: #531937;
}
</style>
background-color css
<style>
a { background-color: #531937; }
a { background-color: rgb(83,25,55); }
div.DivClassName
{
background-color: #531937;
}
.BgClassName
{
background-color: #531937;
}
</style>
border-color css
<style>
span { border-color: #531937; }
span { border-color: rgb(83,25,55); }
td.TdClassName
{
border-color: #531937;
}
.TagClassName
{
border-color: #531937;
}
</style>