Shades of Blackberry #53163F
Tints of Blackberry #53163F
RGB
CMYK
RGB Variations
Color information
#53163F (or 0x53163F) is known color: Blackberry. HEX triplet: 53, 16 and 3F. RGB value is (83,22,63). Sum of RGB (Red+Green+Blue) = 83+22+63=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53163F is #ACE9C0. Grayscale: #2C2C2C. Windows color (decimal): -11332033 or 4134483. OLE color: 4134483.
HSL color Cylindrical-coordinate representation of color #53163F: hue angle of 319.67º 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 #53163F is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 22 | 63 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.67 |
| HSL | 319.67º | 0.58% | 0.21% | - |
| HSV(B) | 319.67º | 0.73% | 0.33% | - |
| XYZ | 4.75 | 2.77 | 4.99 | - |
| YUV | 44.91 | 138.21 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 63 | 0 | 0.73 | 0.24 | 0.67 | 319.67 | 0.58 | 0.21 |
| Hex | 53 | 16 | 3F | 0 | 49 | 18 | 43 | 140 | 3A | 15 |
| Octal | 123 | 26 | 77 | 0 | 111 | 30 | 103 | 500 | 72 | 25 |
| Binary | 1010011 | 10110 | 111111 | 0 | 1001001 | 11000 | 1000011 | 101000000 | 111010 | 10101 |
Color Harmonies of #53163F
Complementary color
Monochromatic Colors of #53163F
Black with #53163F
Text Example
Text Example
White with #53163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53163F; }
p { color: rgb(83,22,63); }
H1.HeaderClassName
{
color: #53163F;
}
.AnyTagClassName
{
color: #53163F;
}
</style>
background-color css
<style>
a { background-color: #53163F; }
a { background-color: rgb(83,22,63); }
div.DivClassName
{
background-color: #53163F;
}
.BgClassName
{
background-color: #53163F;
}
</style>
border-color css
<style>
span { border-color: #53163F; }
span { border-color: rgb(83,22,63); }
td.TdClassName
{
border-color: #53163F;
}
.TagClassName
{
border-color: #53163F;
}
</style>