Shades of Blackberry #531C37
Tints of Blackberry #531C37
RGB
CMYK
RGB Variations
Color information
#531C37 (or 0x531C37) is known color: Blackberry. HEX triplet: 53, 1C and 37. RGB value is (83,28,55). Sum of RGB (Red+Green+Blue) = 83+28+55=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #531C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C37 is #ACE3C8. Grayscale: #2F2F2F. Windows color (decimal): -11330505 or 3611731. OLE color: 3611731.
HSL color Cylindrical-coordinate representation of color #531C37: hue angle of 330.55º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C37 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 55 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.67 |
| HSL | 330.55º | 0.5% | 0.22% | - |
| HSV(B) | 330.55º | 0.66% | 0.33% | - |
| XYZ | 4.67 | 2.95 | 3.94 | - |
| YUV | 47.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 55 | 0 | 0.66 | 0.34 | 0.67 | 330.55 | 0.5 | 0.22 |
| Hex | 53 | 1C | 37 | 0 | 42 | 22 | 43 | 14B | 32 | 16 |
| Octal | 123 | 34 | 67 | 0 | 102 | 42 | 103 | 513 | 62 | 26 |
| Binary | 1010011 | 11100 | 110111 | 0 | 1000010 | 100010 | 1000011 | 101001011 | 110010 | 10110 |
Color Harmonies of #531C37
Complementary color
Monochromatic Colors of #531C37
Black with #531C37
Text Example
Text Example
White with #531C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C37; }
p { color: rgb(83,28,55); }
H1.HeaderClassName
{
color: #531C37;
}
.AnyTagClassName
{
color: #531C37;
}
</style>
background-color css
<style>
a { background-color: #531C37; }
a { background-color: rgb(83,28,55); }
div.DivClassName
{
background-color: #531C37;
}
.BgClassName
{
background-color: #531C37;
}
</style>
border-color css
<style>
span { border-color: #531C37; }
span { border-color: rgb(83,28,55); }
td.TdClassName
{
border-color: #531C37;
}
.TagClassName
{
border-color: #531C37;
}
</style>