Shades of Blackberry #531635
Tints of Blackberry #531635
RGB
CMYK
RGB Variations
Color information
#531635 (or 0x531635) is known color: Blackberry. HEX triplet: 53, 16 and 35. RGB value is (83,22,53). Sum of RGB (Red+Green+Blue) = 83+22+53=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #531635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531635 is #ACE9CA. Grayscale: #2B2B2B. Windows color (decimal): -11332043 or 3479123. OLE color: 3479123.
HSL color Cylindrical-coordinate representation of color #531635: hue angle of 329.51º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531635 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 22 | 53 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.67 |
| HSL | 329.51º | 0.58% | 0.21% | - |
| HSV(B) | 329.51º | 0.73% | 0.33% | - |
| XYZ | 4.5 | 2.67 | 3.65 | - |
| YUV | 43.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 53 | 0 | 0.73 | 0.36 | 0.67 | 329.51 | 0.58 | 0.21 |
| Hex | 53 | 16 | 35 | 0 | 49 | 24 | 43 | 14A | 3A | 15 |
| Octal | 123 | 26 | 65 | 0 | 111 | 44 | 103 | 512 | 72 | 25 |
| Binary | 1010011 | 10110 | 110101 | 0 | 1001001 | 100100 | 1000011 | 101001010 | 111010 | 10101 |
Color Harmonies of #531635
Complementary color
Monochromatic Colors of #531635
Black with #531635
Text Example
Text Example
White with #531635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531635; }
p { color: rgb(83,22,53); }
H1.HeaderClassName
{
color: #531635;
}
.AnyTagClassName
{
color: #531635;
}
</style>
background-color css
<style>
a { background-color: #531635; }
a { background-color: rgb(83,22,53); }
div.DivClassName
{
background-color: #531635;
}
.BgClassName
{
background-color: #531635;
}
</style>
border-color css
<style>
span { border-color: #531635; }
span { border-color: rgb(83,22,53); }
td.TdClassName
{
border-color: #531635;
}
.TagClassName
{
border-color: #531635;
}
</style>