Shades of Blackberry #53193D
Tints of Blackberry #53193D
RGB
CMYK
RGB Variations
Color information
#53193D (or 0x53193D) is known color: Blackberry. HEX triplet: 53, 19 and 3D. RGB value is (83,25,61). Sum of RGB (Red+Green+Blue) = 83+25+61=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #53193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53193D is #ACE6C2. Grayscale: #2E2E2E. Windows color (decimal): -11331267 or 4004179. OLE color: 4004179.
HSL color Cylindrical-coordinate representation of color #53193D: hue angle of 322.76º 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 #53193D is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 61 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.67 |
| HSL | 322.76º | 0.54% | 0.21% | - |
| HSV(B) | 322.76º | 0.7% | 0.33% | - |
| XYZ | 4.76 | 2.87 | 4.72 | - |
| YUV | 46.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 61 | 0 | 0.70 | 0.27 | 0.67 | 322.76 | 0.54 | 0.21 |
| Hex | 53 | 19 | 3D | 0 | 46 | 1B | 43 | 143 | 36 | 15 |
| Octal | 123 | 31 | 75 | 0 | 106 | 33 | 103 | 503 | 66 | 25 |
| Binary | 1010011 | 11001 | 111101 | 0 | 1000110 | 11011 | 1000011 | 101000011 | 110110 | 10101 |
Color Harmonies of #53193D
Complementary color
Monochromatic Colors of #53193D
Black with #53193D
Text Example
Text Example
White with #53193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53193D; }
p { color: rgb(83,25,61); }
H1.HeaderClassName
{
color: #53193D;
}
.AnyTagClassName
{
color: #53193D;
}
</style>
background-color css
<style>
a { background-color: #53193D; }
a { background-color: rgb(83,25,61); }
div.DivClassName
{
background-color: #53193D;
}
.BgClassName
{
background-color: #53193D;
}
</style>
border-color css
<style>
span { border-color: #53193D; }
span { border-color: rgb(83,25,61); }
td.TdClassName
{
border-color: #53193D;
}
.TagClassName
{
border-color: #53193D;
}
</style>