Shades of Blackberry #53193C
Tints of Blackberry #53193C
RGB
CMYK
RGB Variations
Color information
#53193C (or 0x53193C) is known color: Blackberry. HEX triplet: 53, 19 and 3C. RGB value is (83,25,60). Sum of RGB (Red+Green+Blue) = 83+25+60=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53193C is #ACE6C3. Grayscale: #2E2E2E. Windows color (decimal): -11331268 or 3938643. OLE color: 3938643.
HSL color Cylindrical-coordinate representation of color #53193C: hue angle of 323.79º 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 #53193C is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 25 | 60 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.67 |
| HSL | 323.79º | 0.54% | 0.21% | - |
| HSV(B) | 323.79º | 0.7% | 0.33% | - |
| XYZ | 4.73 | 2.86 | 4.58 | - |
| YUV | 46.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 60 | 0 | 0.70 | 0.28 | 0.67 | 323.79 | 0.54 | 0.21 |
| Hex | 53 | 19 | 3C | 0 | 46 | 1C | 43 | 144 | 36 | 15 |
| Octal | 123 | 31 | 74 | 0 | 106 | 34 | 103 | 504 | 66 | 25 |
| Binary | 1010011 | 11001 | 111100 | 0 | 1000110 | 11100 | 1000011 | 101000100 | 110110 | 10101 |
Color Harmonies of #53193C
Complementary color
Monochromatic Colors of #53193C
Black with #53193C
Text Example
Text Example
White with #53193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53193C; }
p { color: rgb(83,25,60); }
H1.HeaderClassName
{
color: #53193C;
}
.AnyTagClassName
{
color: #53193C;
}
</style>
background-color css
<style>
a { background-color: #53193C; }
a { background-color: rgb(83,25,60); }
div.DivClassName
{
background-color: #53193C;
}
.BgClassName
{
background-color: #53193C;
}
</style>
border-color css
<style>
span { border-color: #53193C; }
span { border-color: rgb(83,25,60); }
td.TdClassName
{
border-color: #53193C;
}
.TagClassName
{
border-color: #53193C;
}
</style>