Shades of Blackberry #531D38
Tints of Blackberry #531D38
RGB
CMYK
RGB Variations
Color information
#531D38 (or 0x531D38) is known color: Blackberry. HEX triplet: 53, 1D and 38. RGB value is (83,29,56). Sum of RGB (Red+Green+Blue) = 83+29+56=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #531D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D38 is #ACE2C7. Grayscale: #303030. Windows color (decimal): -11330248 or 3677523. OLE color: 3677523.
HSL color Cylindrical-coordinate representation of color #531D38: hue angle of 330º 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 #531D38 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 56 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.67 |
| HSL | 330º | 0.48% | 0.22% | - |
| HSV(B) | 330º | 0.65% | 0.33% | - |
| XYZ | 4.72 | 3 | 4.07 | - |
| YUV | 48.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 56 | 0 | 0.65 | 0.33 | 0.67 | 330 | 0.48 | 0.22 |
| Hex | 53 | 1D | 38 | 0 | 41 | 21 | 43 | 14A | 30 | 16 |
| Octal | 123 | 35 | 70 | 0 | 101 | 41 | 103 | 512 | 60 | 26 |
| Binary | 1010011 | 11101 | 111000 | 0 | 1000001 | 100001 | 1000011 | 101001010 | 110000 | 10110 |
Color Harmonies of #531D38
Complementary color
Monochromatic Colors of #531D38
Black with #531D38
Text Example
Text Example
White with #531D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D38; }
p { color: rgb(83,29,56); }
H1.HeaderClassName
{
color: #531D38;
}
.AnyTagClassName
{
color: #531D38;
}
</style>
background-color css
<style>
a { background-color: #531D38; }
a { background-color: rgb(83,29,56); }
div.DivClassName
{
background-color: #531D38;
}
.BgClassName
{
background-color: #531D38;
}
</style>
border-color css
<style>
span { border-color: #531D38; }
span { border-color: rgb(83,29,56); }
td.TdClassName
{
border-color: #531D38;
}
.TagClassName
{
border-color: #531D38;
}
</style>