Shades of Blackberry #53142E
Tints of Blackberry #53142E
RGB
CMYK
RGB Variations
Color information
#53142E (or 0x53142E) is known color: Blackberry. HEX triplet: 53, 14 and 2E. RGB value is (83,20,46). Sum of RGB (Red+Green+Blue) = 83+20+46=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53142E is #ACEBD1. Grayscale: #292929. Windows color (decimal): -11332562 or 3019859. OLE color: 3019859.
HSL color Cylindrical-coordinate representation of color #53142E: hue angle of 335.24º 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 #53142E is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 20 | 46 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.67 |
| HSL | 335.24º | 0.61% | 0.2% | - |
| HSV(B) | 335.24º | 0.76% | 0.33% | - |
| XYZ | 4.31 | 2.54 | 2.85 | - |
| YUV | 41.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 46 | 0 | 0.76 | 0.45 | 0.67 | 335.24 | 0.61 | 0.2 |
| Hex | 53 | 14 | 2E | 0 | 4C | 2D | 43 | 14F | 3D | 14 |
| Octal | 123 | 24 | 56 | 0 | 114 | 55 | 103 | 517 | 75 | 24 |
| Binary | 1010011 | 10100 | 101110 | 0 | 1001100 | 101101 | 1000011 | 101001111 | 111101 | 10100 |
Color Harmonies of #53142E
Complementary color
Monochromatic Colors of #53142E
Black with #53142E
Text Example
Text Example
White with #53142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53142E; }
p { color: rgb(83,20,46); }
H1.HeaderClassName
{
color: #53142E;
}
.AnyTagClassName
{
color: #53142E;
}
</style>
background-color css
<style>
a { background-color: #53142E; }
a { background-color: rgb(83,20,46); }
div.DivClassName
{
background-color: #53142E;
}
.BgClassName
{
background-color: #53142E;
}
</style>
border-color css
<style>
span { border-color: #53142E; }
span { border-color: rgb(83,20,46); }
td.TdClassName
{
border-color: #53142E;
}
.TagClassName
{
border-color: #53142E;
}
</style>