Shades of Blackberry #531940
Tints of Blackberry #531940
RGB
CMYK
RGB Variations
Color information
#531940 (or 0x531940) is known color: Blackberry. HEX triplet: 53, 19 and 40. RGB value is (83,25,64). Sum of RGB (Red+Green+Blue) = 83+25+64=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #531940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531940 is #ACE6BF. Grayscale: #2E2E2E. Windows color (decimal): -11331264 or 4200787. OLE color: 4200787.
HSL color Cylindrical-coordinate representation of color #531940: hue angle of 319.66º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531940 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 64 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.67 |
| HSL | 319.66º | 0.54% | 0.21% | - |
| HSV(B) | 319.66º | 0.7% | 0.33% | - |
| XYZ | 4.84 | 2.9 | 5.16 | - |
| YUV | 46.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 64 | 0 | 0.70 | 0.23 | 0.67 | 319.66 | 0.54 | 0.21 |
| Hex | 53 | 19 | 40 | 0 | 46 | 17 | 43 | 140 | 36 | 15 |
| Octal | 123 | 31 | 100 | 0 | 106 | 27 | 103 | 500 | 66 | 25 |
| Binary | 1010011 | 11001 | 1000000 | 0 | 1000110 | 10111 | 1000011 | 101000000 | 110110 | 10101 |
Color Harmonies of #531940
Complementary color
Monochromatic Colors of #531940
Black with #531940
Text Example
Text Example
White with #531940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531940; }
p { color: rgb(83,25,64); }
H1.HeaderClassName
{
color: #531940;
}
.AnyTagClassName
{
color: #531940;
}
</style>
background-color css
<style>
a { background-color: #531940; }
a { background-color: rgb(83,25,64); }
div.DivClassName
{
background-color: #531940;
}
.BgClassName
{
background-color: #531940;
}
</style>
border-color css
<style>
span { border-color: #531940; }
span { border-color: rgb(83,25,64); }
td.TdClassName
{
border-color: #531940;
}
.TagClassName
{
border-color: #531940;
}
</style>