Shades of Blackberry #53163B
Tints of Blackberry #53163B
RGB
CMYK
RGB Variations
Color information
#53163B (or 0x53163B) is known color: Blackberry. HEX triplet: 53, 16 and 3B. RGB value is (83,22,59). Sum of RGB (Red+Green+Blue) = 83+22+59=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53163B is #ACE9C4. Grayscale: #2C2C2C. Windows color (decimal): -11332037 or 3872339. OLE color: 3872339.
HSL color Cylindrical-coordinate representation of color #53163B: hue angle of 323.61º 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 #53163B is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 22 | 59 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.67 |
| HSL | 323.61º | 0.58% | 0.21% | - |
| HSV(B) | 323.61º | 0.73% | 0.33% | - |
| XYZ | 4.64 | 2.73 | 4.42 | - |
| YUV | 44.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 59 | 0 | 0.73 | 0.29 | 0.67 | 323.61 | 0.58 | 0.21 |
| Hex | 53 | 16 | 3B | 0 | 49 | 1D | 43 | 144 | 3A | 15 |
| Octal | 123 | 26 | 73 | 0 | 111 | 35 | 103 | 504 | 72 | 25 |
| Binary | 1010011 | 10110 | 111011 | 0 | 1001001 | 11101 | 1000011 | 101000100 | 111010 | 10101 |
Color Harmonies of #53163B
Complementary color
Monochromatic Colors of #53163B
Black with #53163B
Text Example
Text Example
White with #53163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53163B; }
p { color: rgb(83,22,59); }
H1.HeaderClassName
{
color: #53163B;
}
.AnyTagClassName
{
color: #53163B;
}
</style>
background-color css
<style>
a { background-color: #53163B; }
a { background-color: rgb(83,22,59); }
div.DivClassName
{
background-color: #53163B;
}
.BgClassName
{
background-color: #53163B;
}
</style>
border-color css
<style>
span { border-color: #53163B; }
span { border-color: rgb(83,22,59); }
td.TdClassName
{
border-color: #53163B;
}
.TagClassName
{
border-color: #53163B;
}
</style>