Shades of Blackberry #53142C
Tints of Blackberry #53142C
RGB
CMYK
RGB Variations
Color information
#53142C (or 0x53142C) is known color: Blackberry. HEX triplet: 53, 14 and 2C. RGB value is (83,20,44). Sum of RGB (Red+Green+Blue) = 83+20+44=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53142C is #ACEBD3. Grayscale: #292929. Windows color (decimal): -11332564 or 2888787. OLE color: 2888787.
HSL color Cylindrical-coordinate representation of color #53142C: hue angle of 337.14º 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 #53142C is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 20 | 44 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.67 |
| HSL | 337.14º | 0.61% | 0.2% | - |
| HSV(B) | 337.14º | 0.76% | 0.33% | - |
| XYZ | 4.27 | 2.52 | 2.64 | - |
| YUV | 41.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 44 | 0 | 0.76 | 0.47 | 0.67 | 337.14 | 0.61 | 0.2 |
| Hex | 53 | 14 | 2C | 0 | 4C | 2F | 43 | 151 | 3D | 14 |
| Octal | 123 | 24 | 54 | 0 | 114 | 57 | 103 | 521 | 75 | 24 |
| Binary | 1010011 | 10100 | 101100 | 0 | 1001100 | 101111 | 1000011 | 101010001 | 111101 | 10100 |
Color Harmonies of #53142C
Complementary color
Monochromatic Colors of #53142C
Black with #53142C
Text Example
Text Example
White with #53142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53142C; }
p { color: rgb(83,20,44); }
H1.HeaderClassName
{
color: #53142C;
}
.AnyTagClassName
{
color: #53142C;
}
</style>
background-color css
<style>
a { background-color: #53142C; }
a { background-color: rgb(83,20,44); }
div.DivClassName
{
background-color: #53142C;
}
.BgClassName
{
background-color: #53142C;
}
</style>
border-color css
<style>
span { border-color: #53142C; }
span { border-color: rgb(83,20,44); }
td.TdClassName
{
border-color: #53142C;
}
.TagClassName
{
border-color: #53142C;
}
</style>