Shades of Blackberry #55173B
Tints of Blackberry #55173B
RGB
CMYK
RGB Variations
Color information
#55173B (or 0x55173B) is known color: Blackberry. HEX triplet: 55, 17 and 3B. RGB value is (85,23,59). Sum of RGB (Red+Green+Blue) = 85+23+59=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55173B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55173B is #AAE8C4. Grayscale: #2D2D2D. Windows color (decimal): -11200709 or 3872597. OLE color: 3872597.
HSL color Cylindrical-coordinate representation of color #55173B: hue angle of 325.16º degrees, saturation: 0.57, 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 #55173B is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 59 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.67 |
| HSL | 325.16º | 0.57% | 0.21% | - |
| HSV(B) | 325.16º | 0.73% | 0.33% | - |
| XYZ | 4.84 | 2.86 | 4.43 | - |
| YUV | 45.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 59 | 0 | 0.73 | 0.31 | 0.67 | 325.16 | 0.57 | 0.21 |
| Hex | 55 | 17 | 3B | 0 | 49 | 1F | 43 | 145 | 39 | 15 |
| Octal | 125 | 27 | 73 | 0 | 111 | 37 | 103 | 505 | 71 | 25 |
| Binary | 1010101 | 10111 | 111011 | 0 | 1001001 | 11111 | 1000011 | 101000101 | 111001 | 10101 |
Color Harmonies of #55173B
Complementary color
Monochromatic Colors of #55173B
Black with #55173B
Text Example
Text Example
White with #55173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55173B; }
p { color: rgb(85,23,59); }
H1.HeaderClassName
{
color: #55173B;
}
.AnyTagClassName
{
color: #55173B;
}
</style>
background-color css
<style>
a { background-color: #55173B; }
a { background-color: rgb(85,23,59); }
div.DivClassName
{
background-color: #55173B;
}
.BgClassName
{
background-color: #55173B;
}
</style>
border-color css
<style>
span { border-color: #55173B; }
span { border-color: rgb(85,23,59); }
td.TdClassName
{
border-color: #55173B;
}
.TagClassName
{
border-color: #55173B;
}
</style>