Shades of Blackberry #53143B
Tints of Blackberry #53143B
RGB
CMYK
RGB Variations
Color information
#53143B (or 0x53143B) is known color: Blackberry. HEX triplet: 53, 14 and 3B. RGB value is (83,20,59). Sum of RGB (Red+Green+Blue) = 83+20+59=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53143B is #ACEBC4. Grayscale: #2B2B2B. Windows color (decimal): -11332549 or 3871827. OLE color: 3871827.
HSL color Cylindrical-coordinate representation of color #53143B: hue angle of 322.86º 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 #53143B is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 20 | 59 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.67 |
| HSL | 322.86º | 0.61% | 0.2% | - |
| HSV(B) | 322.86º | 0.76% | 0.33% | - |
| XYZ | 4.61 | 2.66 | 4.41 | - |
| YUV | 43.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 59 | 0 | 0.76 | 0.29 | 0.67 | 322.86 | 0.61 | 0.2 |
| Hex | 53 | 14 | 3B | 0 | 4C | 1D | 43 | 143 | 3D | 14 |
| Octal | 123 | 24 | 73 | 0 | 114 | 35 | 103 | 503 | 75 | 24 |
| Binary | 1010011 | 10100 | 111011 | 0 | 1001100 | 11101 | 1000011 | 101000011 | 111101 | 10100 |
Color Harmonies of #53143B
Complementary color
Monochromatic Colors of #53143B
Black with #53143B
Text Example
Text Example
White with #53143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53143B; }
p { color: rgb(83,20,59); }
H1.HeaderClassName
{
color: #53143B;
}
.AnyTagClassName
{
color: #53143B;
}
</style>
background-color css
<style>
a { background-color: #53143B; }
a { background-color: rgb(83,20,59); }
div.DivClassName
{
background-color: #53143B;
}
.BgClassName
{
background-color: #53143B;
}
</style>
border-color css
<style>
span { border-color: #53143B; }
span { border-color: rgb(83,20,59); }
td.TdClassName
{
border-color: #53143B;
}
.TagClassName
{
border-color: #53143B;
}
</style>