Shades of Blackberry #53163E
Tints of Blackberry #53163E
RGB
CMYK
RGB Variations
Color information
#53163E (or 0x53163E) is known color: Blackberry. HEX triplet: 53, 16 and 3E. RGB value is (83,22,62). Sum of RGB (Red+Green+Blue) = 83+22+62=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53163E is #ACE9C1. Grayscale: #2C2C2C. Windows color (decimal): -11332034 or 4068947. OLE color: 4068947.
HSL color Cylindrical-coordinate representation of color #53163E: hue angle of 320.66º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53163E is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 22 | 62 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.67 |
| HSL | 320.66º | 0.58% | 0.21% | - |
| HSV(B) | 320.66º | 0.73% | 0.33% | - |
| XYZ | 4.72 | 2.76 | 4.84 | - |
| YUV | 44.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 62 | 0 | 0.73 | 0.25 | 0.67 | 320.66 | 0.58 | 0.21 |
| Hex | 53 | 16 | 3E | 0 | 49 | 19 | 43 | 141 | 3A | 15 |
| Octal | 123 | 26 | 76 | 0 | 111 | 31 | 103 | 501 | 72 | 25 |
| Binary | 1010011 | 10110 | 111110 | 0 | 1001001 | 11001 | 1000011 | 101000001 | 111010 | 10101 |
Color Harmonies of #53163E
Complementary color
Monochromatic Colors of #53163E
Black with #53163E
Text Example
Text Example
White with #53163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53163E; }
p { color: rgb(83,22,62); }
H1.HeaderClassName
{
color: #53163E;
}
.AnyTagClassName
{
color: #53163E;
}
</style>
background-color css
<style>
a { background-color: #53163E; }
a { background-color: rgb(83,22,62); }
div.DivClassName
{
background-color: #53163E;
}
.BgClassName
{
background-color: #53163E;
}
</style>
border-color css
<style>
span { border-color: #53163E; }
span { border-color: rgb(83,22,62); }
td.TdClassName
{
border-color: #53163E;
}
.TagClassName
{
border-color: #53163E;
}
</style>