Shades of Blackberry #55193C
Tints of Blackberry #55193C
RGB
CMYK
RGB Variations
Color information
#55193C (or 0x55193C) is known color: Blackberry. HEX triplet: 55, 19 and 3C. RGB value is (85,25,60). Sum of RGB (Red+Green+Blue) = 85+25+60=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55193C is #AAE6C3. Grayscale: #2E2E2E. Windows color (decimal): -11200196 or 3938645. OLE color: 3938645.
HSL color Cylindrical-coordinate representation of color #55193C: hue angle of 325º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55193C is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 60 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.67 |
| HSL | 325º | 0.55% | 0.22% | - |
| HSV(B) | 325º | 0.71% | 0.33% | - |
| XYZ | 4.91 | 2.95 | 4.59 | - |
| YUV | 46.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 60 | 0 | 0.71 | 0.29 | 0.67 | 325 | 0.55 | 0.22 |
| Hex | 55 | 19 | 3C | 0 | 47 | 1D | 43 | 145 | 37 | 16 |
| Octal | 125 | 31 | 74 | 0 | 107 | 35 | 103 | 505 | 67 | 26 |
| Binary | 1010101 | 11001 | 111100 | 0 | 1000111 | 11101 | 1000011 | 101000101 | 110111 | 10110 |
Color Harmonies of #55193C
Complementary color
Monochromatic Colors of #55193C
Black with #55193C
Text Example
Text Example
White with #55193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55193C; }
p { color: rgb(85,25,60); }
H1.HeaderClassName
{
color: #55193C;
}
.AnyTagClassName
{
color: #55193C;
}
</style>
background-color css
<style>
a { background-color: #55193C; }
a { background-color: rgb(85,25,60); }
div.DivClassName
{
background-color: #55193C;
}
.BgClassName
{
background-color: #55193C;
}
</style>
border-color css
<style>
span { border-color: #55193C; }
span { border-color: rgb(85,25,60); }
td.TdClassName
{
border-color: #55193C;
}
.TagClassName
{
border-color: #55193C;
}
</style>