Shades of Blackberry #531F38
Tints of Blackberry #531F38
RGB
CMYK
RGB Variations
Color information
#531F38 (or 0x531F38) is known color: Blackberry. HEX triplet: 53, 1F and 38. RGB value is (83,31,56). Sum of RGB (Red+Green+Blue) = 83+31+56=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F38 is #ACE0C7. Grayscale: #313131. Windows color (decimal): -11329736 or 3678035. OLE color: 3678035.
HSL color Cylindrical-coordinate representation of color #531F38: hue angle of 331.15º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F38 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 56 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.67 |
| HSL | 331.15º | 0.46% | 0.22% | - |
| HSV(B) | 331.15º | 0.63% | 0.33% | - |
| XYZ | 4.77 | 3.1 | 4.09 | - |
| YUV | 49.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 56 | 0 | 0.63 | 0.33 | 0.67 | 331.15 | 0.46 | 0.22 |
| Hex | 53 | 1F | 38 | 0 | 3F | 21 | 43 | 14B | 2E | 16 |
| Octal | 123 | 37 | 70 | 0 | 77 | 41 | 103 | 513 | 56 | 26 |
| Binary | 1010011 | 11111 | 111000 | 0 | 111111 | 100001 | 1000011 | 101001011 | 101110 | 10110 |
Color Harmonies of #531F38
Complementary color
Monochromatic Colors of #531F38
Black with #531F38
Text Example
Text Example
White with #531F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F38; }
p { color: rgb(83,31,56); }
H1.HeaderClassName
{
color: #531F38;
}
.AnyTagClassName
{
color: #531F38;
}
</style>
background-color css
<style>
a { background-color: #531F38; }
a { background-color: rgb(83,31,56); }
div.DivClassName
{
background-color: #531F38;
}
.BgClassName
{
background-color: #531F38;
}
</style>
border-color css
<style>
span { border-color: #531F38; }
span { border-color: rgb(83,31,56); }
td.TdClassName
{
border-color: #531F38;
}
.TagClassName
{
border-color: #531F38;
}
</style>