Shades of Blackberry #531B37
Tints of Blackberry #531B37
RGB
CMYK
RGB Variations
Color information
#531B37 (or 0x531B37) is known color: Blackberry. HEX triplet: 53, 1B and 37. RGB value is (83,27,55). Sum of RGB (Red+Green+Blue) = 83+27+55=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #531B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B37 is #ACE4C8. Grayscale: #2E2E2E. Windows color (decimal): -11330761 or 3611475. OLE color: 3611475.
HSL color Cylindrical-coordinate representation of color #531B37: hue angle of 330º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531B37 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 55 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.67 |
| HSL | 330º | 0.51% | 0.22% | - |
| HSV(B) | 330º | 0.67% | 0.33% | - |
| XYZ | 4.65 | 2.9 | 3.93 | - |
| YUV | 46.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 55 | 0 | 0.67 | 0.34 | 0.67 | 330 | 0.51 | 0.22 |
| Hex | 53 | 1B | 37 | 0 | 43 | 22 | 43 | 14A | 33 | 16 |
| Octal | 123 | 33 | 67 | 0 | 103 | 42 | 103 | 512 | 63 | 26 |
| Binary | 1010011 | 11011 | 110111 | 0 | 1000011 | 100010 | 1000011 | 101001010 | 110011 | 10110 |
Color Harmonies of #531B37
Complementary color
Monochromatic Colors of #531B37
Black with #531B37
Text Example
Text Example
White with #531B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B37; }
p { color: rgb(83,27,55); }
H1.HeaderClassName
{
color: #531B37;
}
.AnyTagClassName
{
color: #531B37;
}
</style>
background-color css
<style>
a { background-color: #531B37; }
a { background-color: rgb(83,27,55); }
div.DivClassName
{
background-color: #531B37;
}
.BgClassName
{
background-color: #531B37;
}
</style>
border-color css
<style>
span { border-color: #531B37; }
span { border-color: rgb(83,27,55); }
td.TdClassName
{
border-color: #531B37;
}
.TagClassName
{
border-color: #531B37;
}
</style>