Shades of Blackberry #531B3E
Tints of Blackberry #531B3E
RGB
CMYK
RGB Variations
Color information
#531B3E (or 0x531B3E) is known color: Blackberry. HEX triplet: 53, 1B and 3E. RGB value is (83,27,62). Sum of RGB (Red+Green+Blue) = 83+27+62=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #531B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B3E is #ACE4C1. Grayscale: #2F2F2F. Windows color (decimal): -11330754 or 4070227. OLE color: 4070227.
HSL color Cylindrical-coordinate representation of color #531B3E: hue angle of 322.5º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531B3E is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 62 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.67 |
| HSL | 322.5º | 0.51% | 0.22% | - |
| HSV(B) | 322.5º | 0.67% | 0.33% | - |
| XYZ | 4.83 | 2.97 | 4.88 | - |
| YUV | 47.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 62 | 0 | 0.67 | 0.25 | 0.67 | 322.5 | 0.51 | 0.22 |
| Hex | 53 | 1B | 3E | 0 | 43 | 19 | 43 | 142 | 33 | 16 |
| Octal | 123 | 33 | 76 | 0 | 103 | 31 | 103 | 502 | 63 | 26 |
| Binary | 1010011 | 11011 | 111110 | 0 | 1000011 | 11001 | 1000011 | 101000010 | 110011 | 10110 |
Color Harmonies of #531B3E
Complementary color
Monochromatic Colors of #531B3E
Black with #531B3E
Text Example
Text Example
White with #531B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B3E; }
p { color: rgb(83,27,62); }
H1.HeaderClassName
{
color: #531B3E;
}
.AnyTagClassName
{
color: #531B3E;
}
</style>
background-color css
<style>
a { background-color: #531B3E; }
a { background-color: rgb(83,27,62); }
div.DivClassName
{
background-color: #531B3E;
}
.BgClassName
{
background-color: #531B3E;
}
</style>
border-color css
<style>
span { border-color: #531B3E; }
span { border-color: rgb(83,27,62); }
td.TdClassName
{
border-color: #531B3E;
}
.TagClassName
{
border-color: #531B3E;
}
</style>