Shades of Blackberry #531E39
Tints of Blackberry #531E39
RGB
CMYK
RGB Variations
Color information
#531E39 (or 0x531E39) is known color: Blackberry. HEX triplet: 53, 1E and 39. RGB value is (83,30,57). Sum of RGB (Red+Green+Blue) = 83+30+57=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E39 is #ACE1C6. Grayscale: #303030. Windows color (decimal): -11329991 or 3743315. OLE color: 3743315.
HSL color Cylindrical-coordinate representation of color #531E39: hue angle of 329.43º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #531E39 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 30 | 57 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.67 |
| HSL | 329.43º | 0.47% | 0.22% | - |
| HSV(B) | 329.43º | 0.64% | 0.33% | - |
| XYZ | 4.77 | 3.06 | 4.21 | - |
| YUV | 48.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 57 | 0 | 0.64 | 0.31 | 0.67 | 329.43 | 0.47 | 0.22 |
| Hex | 53 | 1E | 39 | 0 | 40 | 1F | 43 | 149 | 2F | 16 |
| Octal | 123 | 36 | 71 | 0 | 100 | 37 | 103 | 511 | 57 | 26 |
| Binary | 1010011 | 11110 | 111001 | 0 | 1000000 | 11111 | 1000011 | 101001001 | 101111 | 10110 |
Color Harmonies of #531E39
Complementary color
Monochromatic Colors of #531E39
Black with #531E39
Text Example
Text Example
White with #531E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531E39; }
p { color: rgb(83,30,57); }
H1.HeaderClassName
{
color: #531E39;
}
.AnyTagClassName
{
color: #531E39;
}
</style>
background-color css
<style>
a { background-color: #531E39; }
a { background-color: rgb(83,30,57); }
div.DivClassName
{
background-color: #531E39;
}
.BgClassName
{
background-color: #531E39;
}
</style>
border-color css
<style>
span { border-color: #531E39; }
span { border-color: rgb(83,30,57); }
td.TdClassName
{
border-color: #531E39;
}
.TagClassName
{
border-color: #531E39;
}
</style>