Shades of Blackberry #531431
Tints of Blackberry #531431
RGB
CMYK
RGB Variations
Color information
#531431 (or 0x531431) is known color: Blackberry. HEX triplet: 53, 14 and 31. RGB value is (83,20,49). Sum of RGB (Red+Green+Blue) = 83+20+49=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #531431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531431 is #ACEBCE. Grayscale: #2A2A2A. Windows color (decimal): -11332559 or 3216467. OLE color: 3216467.
HSL color Cylindrical-coordinate representation of color #531431: hue angle of 332.38º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531431 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 20 | 49 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.67 |
| HSL | 332.38º | 0.61% | 0.2% | - |
| HSV(B) | 332.38º | 0.76% | 0.33% | - |
| XYZ | 4.37 | 2.56 | 3.17 | - |
| YUV | 42.14 | 131.87 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 49 | 0 | 0.76 | 0.41 | 0.67 | 332.38 | 0.61 | 0.2 |
| Hex | 53 | 14 | 31 | 0 | 4C | 29 | 43 | 14C | 3D | 14 |
| Octal | 123 | 24 | 61 | 0 | 114 | 51 | 103 | 514 | 75 | 24 |
| Binary | 1010011 | 10100 | 110001 | 0 | 1001100 | 101001 | 1000011 | 101001100 | 111101 | 10100 |
Color Harmonies of #531431
Complementary color
Monochromatic Colors of #531431
Black with #531431
Text Example
Text Example
White with #531431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531431; }
p { color: rgb(83,20,49); }
H1.HeaderClassName
{
color: #531431;
}
.AnyTagClassName
{
color: #531431;
}
</style>
background-color css
<style>
a { background-color: #531431; }
a { background-color: rgb(83,20,49); }
div.DivClassName
{
background-color: #531431;
}
.BgClassName
{
background-color: #531431;
}
</style>
border-color css
<style>
span { border-color: #531431; }
span { border-color: rgb(83,20,49); }
td.TdClassName
{
border-color: #531431;
}
.TagClassName
{
border-color: #531431;
}
</style>