Shades of Blackberry #55183C
Tints of Blackberry #55183C
RGB
CMYK
RGB Variations
Color information
#55183C (or 0x55183C) is known color: Blackberry. HEX triplet: 55, 18 and 3C. RGB value is (85,24,60). Sum of RGB (Red+Green+Blue) = 85+24+60=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55183C is #AAE7C3. Grayscale: #2E2E2E. Windows color (decimal): -11200452 or 3938389. OLE color: 3938389.
HSL color Cylindrical-coordinate representation of color #55183C: hue angle of 324.59º degrees, saturation: 0.56, 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 #55183C is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 60 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.67 |
| HSL | 324.59º | 0.56% | 0.21% | - |
| HSV(B) | 324.59º | 0.72% | 0.33% | - |
| XYZ | 4.89 | 2.91 | 4.58 | - |
| YUV | 46.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 60 | 0 | 0.72 | 0.29 | 0.67 | 324.59 | 0.56 | 0.21 |
| Hex | 55 | 18 | 3C | 0 | 48 | 1D | 43 | 145 | 38 | 15 |
| Octal | 125 | 30 | 74 | 0 | 110 | 35 | 103 | 505 | 70 | 25 |
| Binary | 1010101 | 11000 | 111100 | 0 | 1001000 | 11101 | 1000011 | 101000101 | 111000 | 10101 |
Color Harmonies of #55183C
Complementary color
Monochromatic Colors of #55183C
Black with #55183C
Text Example
Text Example
White with #55183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55183C; }
p { color: rgb(85,24,60); }
H1.HeaderClassName
{
color: #55183C;
}
.AnyTagClassName
{
color: #55183C;
}
</style>
background-color css
<style>
a { background-color: #55183C; }
a { background-color: rgb(85,24,60); }
div.DivClassName
{
background-color: #55183C;
}
.BgClassName
{
background-color: #55183C;
}
</style>
border-color css
<style>
span { border-color: #55183C; }
span { border-color: rgb(85,24,60); }
td.TdClassName
{
border-color: #55183C;
}
.TagClassName
{
border-color: #55183C;
}
</style>