Shades of Blackberry #531934
Tints of Blackberry #531934
RGB
CMYK
RGB Variations
Color information
#531934 (or 0x531934) is known color: Blackberry. HEX triplet: 53, 19 and 34. RGB value is (83,25,52). Sum of RGB (Red+Green+Blue) = 83+25+52=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #531934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531934 is #ACE6CB. Grayscale: #2D2D2D. Windows color (decimal): -11331276 or 3414355. OLE color: 3414355.
HSL color Cylindrical-coordinate representation of color #531934: hue angle of 332.07º 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 #531934 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 52 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.67 |
| HSL | 332.07º | 0.54% | 0.21% | - |
| HSV(B) | 332.07º | 0.7% | 0.33% | - |
| XYZ | 4.53 | 2.78 | 3.55 | - |
| YUV | 45.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 52 | 0 | 0.70 | 0.37 | 0.67 | 332.07 | 0.54 | 0.21 |
| Hex | 53 | 19 | 34 | 0 | 46 | 25 | 43 | 14C | 36 | 15 |
| Octal | 123 | 31 | 64 | 0 | 106 | 45 | 103 | 514 | 66 | 25 |
| Binary | 1010011 | 11001 | 110100 | 0 | 1000110 | 100101 | 1000011 | 101001100 | 110110 | 10101 |
Color Harmonies of #531934
Complementary color
Monochromatic Colors of #531934
Black with #531934
Text Example
Text Example
White with #531934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531934; }
p { color: rgb(83,25,52); }
H1.HeaderClassName
{
color: #531934;
}
.AnyTagClassName
{
color: #531934;
}
</style>
background-color css
<style>
a { background-color: #531934; }
a { background-color: rgb(83,25,52); }
div.DivClassName
{
background-color: #531934;
}
.BgClassName
{
background-color: #531934;
}
</style>
border-color css
<style>
span { border-color: #531934; }
span { border-color: rgb(83,25,52); }
td.TdClassName
{
border-color: #531934;
}
.TagClassName
{
border-color: #531934;
}
</style>