Shades of Blackberry #55173A
Tints of Blackberry #55173A
RGB
CMYK
RGB Variations
Color information
#55173A (or 0x55173A) is known color: Blackberry. HEX triplet: 55, 17 and 3A. RGB value is (85,23,58). Sum of RGB (Red+Green+Blue) = 85+23+58=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55173A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55173A is #AAE8C5. Grayscale: #2D2D2D. Windows color (decimal): -11200710 or 3807061. OLE color: 3807061.
HSL color Cylindrical-coordinate representation of color #55173A: hue angle of 326.13º 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 #55173A is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 58 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.67 |
| HSL | 326.13º | 0.57% | 0.21% | - |
| HSV(B) | 326.13º | 0.73% | 0.33% | - |
| XYZ | 4.82 | 2.85 | 4.3 | - |
| YUV | 45.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 58 | 0 | 0.73 | 0.32 | 0.67 | 326.13 | 0.57 | 0.21 |
| Hex | 55 | 17 | 3A | 0 | 49 | 20 | 43 | 146 | 39 | 15 |
| Octal | 125 | 27 | 72 | 0 | 111 | 40 | 103 | 506 | 71 | 25 |
| Binary | 1010101 | 10111 | 111010 | 0 | 1001001 | 100000 | 1000011 | 101000110 | 111001 | 10101 |
Color Harmonies of #55173A
Complementary color
Monochromatic Colors of #55173A
Black with #55173A
Text Example
Text Example
White with #55173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55173A; }
p { color: rgb(85,23,58); }
H1.HeaderClassName
{
color: #55173A;
}
.AnyTagClassName
{
color: #55173A;
}
</style>
background-color css
<style>
a { background-color: #55173A; }
a { background-color: rgb(85,23,58); }
div.DivClassName
{
background-color: #55173A;
}
.BgClassName
{
background-color: #55173A;
}
</style>
border-color css
<style>
span { border-color: #55173A; }
span { border-color: rgb(85,23,58); }
td.TdClassName
{
border-color: #55173A;
}
.TagClassName
{
border-color: #55173A;
}
</style>