Shades of Blackberry #531D3B
Tints of Blackberry #531D3B
RGB
CMYK
RGB Variations
Color information
#531D3B (or 0x531D3B) is known color: Blackberry. HEX triplet: 53, 1D and 3B. RGB value is (83,29,59). Sum of RGB (Red+Green+Blue) = 83+29+59=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #531D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D3B is #ACE2C4. Grayscale: #303030. Windows color (decimal): -11330245 or 3874131. OLE color: 3874131.
HSL color Cylindrical-coordinate representation of color #531D3B: hue angle of 326.67º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #531D3B is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 59 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.67 |
| HSL | 326.67º | 0.48% | 0.22% | - |
| HSV(B) | 326.67º | 0.65% | 0.33% | - |
| XYZ | 4.8 | 3.03 | 4.47 | - |
| YUV | 48.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 59 | 0 | 0.65 | 0.29 | 0.67 | 326.67 | 0.48 | 0.22 |
| Hex | 53 | 1D | 3B | 0 | 41 | 1D | 43 | 147 | 30 | 16 |
| Octal | 123 | 35 | 73 | 0 | 101 | 35 | 103 | 507 | 60 | 26 |
| Binary | 1010011 | 11101 | 111011 | 0 | 1000001 | 11101 | 1000011 | 101000111 | 110000 | 10110 |
Color Harmonies of #531D3B
Complementary color
Monochromatic Colors of #531D3B
Black with #531D3B
Text Example
Text Example
White with #531D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D3B; }
p { color: rgb(83,29,59); }
H1.HeaderClassName
{
color: #531D3B;
}
.AnyTagClassName
{
color: #531D3B;
}
</style>
background-color css
<style>
a { background-color: #531D3B; }
a { background-color: rgb(83,29,59); }
div.DivClassName
{
background-color: #531D3B;
}
.BgClassName
{
background-color: #531D3B;
}
</style>
border-color css
<style>
span { border-color: #531D3B; }
span { border-color: rgb(83,29,59); }
td.TdClassName
{
border-color: #531D3B;
}
.TagClassName
{
border-color: #531D3B;
}
</style>