Shades of Blackberry #531640
Tints of Blackberry #531640
RGB
CMYK
RGB Variations
Color information
#531640 (or 0x531640) is known color: Blackberry. HEX triplet: 53, 16 and 40. RGB value is (83,22,64). Sum of RGB (Red+Green+Blue) = 83+22+64=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #531640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531640 is #ACE9BF. Grayscale: #2C2C2C. Windows color (decimal): -11332032 or 4200019. OLE color: 4200019.
HSL color Cylindrical-coordinate representation of color #531640: hue angle of 318.69º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531640 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 22 | 64 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.67 |
| HSL | 318.69º | 0.58% | 0.21% | - |
| HSV(B) | 318.69º | 0.73% | 0.33% | - |
| XYZ | 4.78 | 2.78 | 5.14 | - |
| YUV | 45.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 64 | 0 | 0.73 | 0.23 | 0.67 | 318.69 | 0.58 | 0.21 |
| Hex | 53 | 16 | 40 | 0 | 49 | 17 | 43 | 13F | 3A | 15 |
| Octal | 123 | 26 | 100 | 0 | 111 | 27 | 103 | 477 | 72 | 25 |
| Binary | 1010011 | 10110 | 1000000 | 0 | 1001001 | 10111 | 1000011 | 100111111 | 111010 | 10101 |
Color Harmonies of #531640
Complementary color
Monochromatic Colors of #531640
Black with #531640
Text Example
Text Example
White with #531640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531640; }
p { color: rgb(83,22,64); }
H1.HeaderClassName
{
color: #531640;
}
.AnyTagClassName
{
color: #531640;
}
</style>
background-color css
<style>
a { background-color: #531640; }
a { background-color: rgb(83,22,64); }
div.DivClassName
{
background-color: #531640;
}
.BgClassName
{
background-color: #531640;
}
</style>
border-color css
<style>
span { border-color: #531640; }
span { border-color: rgb(83,22,64); }
td.TdClassName
{
border-color: #531640;
}
.TagClassName
{
border-color: #531640;
}
</style>