Shades of Blackberry #531D36
Tints of Blackberry #531D36
RGB
CMYK
RGB Variations
Color information
#531D36 (or 0x531D36) is known color: Blackberry. HEX triplet: 53, 1D and 36. RGB value is (83,29,54). Sum of RGB (Red+Green+Blue) = 83+29+54=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #531D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D36 is #ACE2C9. Grayscale: #2F2F2F. Windows color (decimal): -11330250 or 3546451. OLE color: 3546451.
HSL color Cylindrical-coordinate representation of color #531D36: hue angle of 332.22º 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 #531D36 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 54 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.67 |
| HSL | 332.22º | 0.48% | 0.22% | - |
| HSV(B) | 332.22º | 0.65% | 0.33% | - |
| XYZ | 4.67 | 2.98 | 3.82 | - |
| YUV | 48 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 54 | 0 | 0.65 | 0.35 | 0.67 | 332.22 | 0.48 | 0.22 |
| Hex | 53 | 1D | 36 | 0 | 41 | 23 | 43 | 14C | 30 | 16 |
| Octal | 123 | 35 | 66 | 0 | 101 | 43 | 103 | 514 | 60 | 26 |
| Binary | 1010011 | 11101 | 110110 | 0 | 1000001 | 100011 | 1000011 | 101001100 | 110000 | 10110 |
Color Harmonies of #531D36
Complementary color
Monochromatic Colors of #531D36
Black with #531D36
Text Example
Text Example
White with #531D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D36; }
p { color: rgb(83,29,54); }
H1.HeaderClassName
{
color: #531D36;
}
.AnyTagClassName
{
color: #531D36;
}
</style>
background-color css
<style>
a { background-color: #531D36; }
a { background-color: rgb(83,29,54); }
div.DivClassName
{
background-color: #531D36;
}
.BgClassName
{
background-color: #531D36;
}
</style>
border-color css
<style>
span { border-color: #531D36; }
span { border-color: rgb(83,29,54); }
td.TdClassName
{
border-color: #531D36;
}
.TagClassName
{
border-color: #531D36;
}
</style>