Shades of Blackberry #53173C
Tints of Blackberry #53173C
RGB
CMYK
RGB Variations
Color information
#53173C (or 0x53173C) is known color: Blackberry. HEX triplet: 53, 17 and 3C. RGB value is (83,23,60). Sum of RGB (Red+Green+Blue) = 83+23+60=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53173C is #ACE8C3. Grayscale: #2D2D2D. Windows color (decimal): -11331780 or 3938131. OLE color: 3938131.
HSL color Cylindrical-coordinate representation of color #53173C: hue angle of 323º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53173C is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 23 | 60 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.67 |
| HSL | 323º | 0.57% | 0.21% | - |
| HSV(B) | 323º | 0.72% | 0.33% | - |
| XYZ | 4.69 | 2.78 | 4.56 | - |
| YUV | 45.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 23 | 60 | 0 | 0.72 | 0.28 | 0.67 | 323 | 0.57 | 0.21 |
| Hex | 53 | 17 | 3C | 0 | 48 | 1C | 43 | 143 | 39 | 15 |
| Octal | 123 | 27 | 74 | 0 | 110 | 34 | 103 | 503 | 71 | 25 |
| Binary | 1010011 | 10111 | 111100 | 0 | 1001000 | 11100 | 1000011 | 101000011 | 111001 | 10101 |
Color Harmonies of #53173C
Complementary color
Monochromatic Colors of #53173C
Black with #53173C
Text Example
Text Example
White with #53173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53173C; }
p { color: rgb(83,23,60); }
H1.HeaderClassName
{
color: #53173C;
}
.AnyTagClassName
{
color: #53173C;
}
</style>
background-color css
<style>
a { background-color: #53173C; }
a { background-color: rgb(83,23,60); }
div.DivClassName
{
background-color: #53173C;
}
.BgClassName
{
background-color: #53173C;
}
</style>
border-color css
<style>
span { border-color: #53173C; }
span { border-color: rgb(83,23,60); }
td.TdClassName
{
border-color: #53173C;
}
.TagClassName
{
border-color: #53173C;
}
</style>