Shades of Blackberry #531932
Tints of Blackberry #531932
RGB
CMYK
RGB Variations
Color information
#531932 (or 0x531932) is known color: Blackberry. HEX triplet: 53, 19 and 32. RGB value is (83,25,50). Sum of RGB (Red+Green+Blue) = 83+25+50=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #531932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531932 is #ACE6CD. Grayscale: #2D2D2D. Windows color (decimal): -11331278 or 3283283. OLE color: 3283283.
HSL color Cylindrical-coordinate representation of color #531932: hue angle of 334.14º 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 #531932 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 50 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.67 |
| HSL | 334.14º | 0.54% | 0.21% | - |
| HSV(B) | 334.14º | 0.7% | 0.33% | - |
| XYZ | 4.49 | 2.76 | 3.31 | - |
| YUV | 45.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 50 | 0 | 0.70 | 0.40 | 0.67 | 334.14 | 0.54 | 0.21 |
| Hex | 53 | 19 | 32 | 0 | 46 | 28 | 43 | 14E | 36 | 15 |
| Octal | 123 | 31 | 62 | 0 | 106 | 50 | 103 | 516 | 66 | 25 |
| Binary | 1010011 | 11001 | 110010 | 0 | 1000110 | 101000 | 1000011 | 101001110 | 110110 | 10101 |
Color Harmonies of #531932
Complementary color
Monochromatic Colors of #531932
Black with #531932
Text Example
Text Example
White with #531932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531932; }
p { color: rgb(83,25,50); }
H1.HeaderClassName
{
color: #531932;
}
.AnyTagClassName
{
color: #531932;
}
</style>
background-color css
<style>
a { background-color: #531932; }
a { background-color: rgb(83,25,50); }
div.DivClassName
{
background-color: #531932;
}
.BgClassName
{
background-color: #531932;
}
</style>
border-color css
<style>
span { border-color: #531932; }
span { border-color: rgb(83,25,50); }
td.TdClassName
{
border-color: #531932;
}
.TagClassName
{
border-color: #531932;
}
</style>