Shades of Blackberry #53143C
Tints of Blackberry #53143C
RGB
CMYK
RGB Variations
Color information
#53143C (or 0x53143C) is known color: Blackberry. HEX triplet: 53, 14 and 3C. RGB value is (83,20,60). Sum of RGB (Red+Green+Blue) = 83+20+60=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53143C is #ACEBC3. Grayscale: #2B2B2B. Windows color (decimal): -11332548 or 3937363. OLE color: 3937363.
HSL color Cylindrical-coordinate representation of color #53143C: hue angle of 321.9º 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 #53143C is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 20 | 60 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.67 |
| HSL | 321.9º | 0.61% | 0.2% | - |
| HSV(B) | 321.9º | 0.76% | 0.33% | - |
| XYZ | 4.63 | 2.67 | 4.55 | - |
| YUV | 43.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 60 | 0 | 0.76 | 0.28 | 0.67 | 321.9 | 0.61 | 0.2 |
| Hex | 53 | 14 | 3C | 0 | 4C | 1C | 43 | 142 | 3D | 14 |
| Octal | 123 | 24 | 74 | 0 | 114 | 34 | 103 | 502 | 75 | 24 |
| Binary | 1010011 | 10100 | 111100 | 0 | 1001100 | 11100 | 1000011 | 101000010 | 111101 | 10100 |
Color Harmonies of #53143C
Complementary color
Monochromatic Colors of #53143C
Black with #53143C
Text Example
Text Example
White with #53143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53143C; }
p { color: rgb(83,20,60); }
H1.HeaderClassName
{
color: #53143C;
}
.AnyTagClassName
{
color: #53143C;
}
</style>
background-color css
<style>
a { background-color: #53143C; }
a { background-color: rgb(83,20,60); }
div.DivClassName
{
background-color: #53143C;
}
.BgClassName
{
background-color: #53143C;
}
</style>
border-color css
<style>
span { border-color: #53143C; }
span { border-color: rgb(83,20,60); }
td.TdClassName
{
border-color: #53143C;
}
.TagClassName
{
border-color: #53143C;
}
</style>