Shades of Blackberry #531D3C
Tints of Blackberry #531D3C
RGB
CMYK
RGB Variations
Color information
#531D3C (or 0x531D3C) is known color: Blackberry. HEX triplet: 53, 1D and 3C. RGB value is (83,29,60). Sum of RGB (Red+Green+Blue) = 83+29+60=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #531D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D3C is #ACE2C3. Grayscale: #303030. Windows color (decimal): -11330244 or 3939667. OLE color: 3939667.
HSL color Cylindrical-coordinate representation of color #531D3C: hue angle of 325.56º 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 #531D3C is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 60 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.67 |
| HSL | 325.56º | 0.48% | 0.22% | - |
| HSV(B) | 325.56º | 0.65% | 0.33% | - |
| XYZ | 4.82 | 3.04 | 4.61 | - |
| YUV | 48.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 60 | 0 | 0.65 | 0.28 | 0.67 | 325.56 | 0.48 | 0.22 |
| Hex | 53 | 1D | 3C | 0 | 41 | 1C | 43 | 146 | 30 | 16 |
| Octal | 123 | 35 | 74 | 0 | 101 | 34 | 103 | 506 | 60 | 26 |
| Binary | 1010011 | 11101 | 111100 | 0 | 1000001 | 11100 | 1000011 | 101000110 | 110000 | 10110 |
Color Harmonies of #531D3C
Complementary color
Monochromatic Colors of #531D3C
Black with #531D3C
Text Example
Text Example
White with #531D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D3C; }
p { color: rgb(83,29,60); }
H1.HeaderClassName
{
color: #531D3C;
}
.AnyTagClassName
{
color: #531D3C;
}
</style>
background-color css
<style>
a { background-color: #531D3C; }
a { background-color: rgb(83,29,60); }
div.DivClassName
{
background-color: #531D3C;
}
.BgClassName
{
background-color: #531D3C;
}
</style>
border-color css
<style>
span { border-color: #531D3C; }
span { border-color: rgb(83,29,60); }
td.TdClassName
{
border-color: #531D3C;
}
.TagClassName
{
border-color: #531D3C;
}
</style>