Shades of Blackberry #53193F
Tints of Blackberry #53193F
RGB
CMYK
RGB Variations
Color information
#53193F (or 0x53193F) is known color: Blackberry. HEX triplet: 53, 19 and 3F. RGB value is (83,25,63). Sum of RGB (Red+Green+Blue) = 83+25+63=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #53193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53193F is #ACE6C0. Grayscale: #2E2E2E. Windows color (decimal): -11331265 or 4135251. OLE color: 4135251.
HSL color Cylindrical-coordinate representation of color #53193F: hue angle of 320.69º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53193F is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 63 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.67 |
| HSL | 320.69º | 0.54% | 0.21% | - |
| HSV(B) | 320.69º | 0.7% | 0.33% | - |
| XYZ | 4.81 | 2.89 | 5.01 | - |
| YUV | 46.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 63 | 0 | 0.70 | 0.24 | 0.67 | 320.69 | 0.54 | 0.21 |
| Hex | 53 | 19 | 3F | 0 | 46 | 18 | 43 | 141 | 36 | 15 |
| Octal | 123 | 31 | 77 | 0 | 106 | 30 | 103 | 501 | 66 | 25 |
| Binary | 1010011 | 11001 | 111111 | 0 | 1000110 | 11000 | 1000011 | 101000001 | 110110 | 10101 |
Color Harmonies of #53193F
Complementary color
Monochromatic Colors of #53193F
Black with #53193F
Text Example
Text Example
White with #53193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53193F; }
p { color: rgb(83,25,63); }
H1.HeaderClassName
{
color: #53193F;
}
.AnyTagClassName
{
color: #53193F;
}
</style>
background-color css
<style>
a { background-color: #53193F; }
a { background-color: rgb(83,25,63); }
div.DivClassName
{
background-color: #53193F;
}
.BgClassName
{
background-color: #53193F;
}
</style>
border-color css
<style>
span { border-color: #53193F; }
span { border-color: rgb(83,25,63); }
td.TdClassName
{
border-color: #53193F;
}
.TagClassName
{
border-color: #53193F;
}
</style>