Shades of Blackberry #55183F
Tints of Blackberry #55183F
RGB
CMYK
RGB Variations
Color information
#55183F (or 0x55183F) is known color: Blackberry. HEX triplet: 55, 18 and 3F. RGB value is (85,24,63). Sum of RGB (Red+Green+Blue) = 85+24+63=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #55183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55183F is #AAE7C0. Grayscale: #2E2E2E. Windows color (decimal): -11200449 or 4134997. OLE color: 4134997.
HSL color Cylindrical-coordinate representation of color #55183F: hue angle of 321.64º 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 #55183F is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 63 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.67 |
| HSL | 321.64º | 0.56% | 0.21% | - |
| HSV(B) | 321.64º | 0.72% | 0.33% | - |
| XYZ | 4.97 | 2.94 | 5.01 | - |
| YUV | 46.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 63 | 0 | 0.72 | 0.26 | 0.67 | 321.64 | 0.56 | 0.21 |
| Hex | 55 | 18 | 3F | 0 | 48 | 1A | 43 | 142 | 38 | 15 |
| Octal | 125 | 30 | 77 | 0 | 110 | 32 | 103 | 502 | 70 | 25 |
| Binary | 1010101 | 11000 | 111111 | 0 | 1001000 | 11010 | 1000011 | 101000010 | 111000 | 10101 |
Color Harmonies of #55183F
Complementary color
Monochromatic Colors of #55183F
Black with #55183F
Text Example
Text Example
White with #55183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55183F; }
p { color: rgb(85,24,63); }
H1.HeaderClassName
{
color: #55183F;
}
.AnyTagClassName
{
color: #55183F;
}
</style>
background-color css
<style>
a { background-color: #55183F; }
a { background-color: rgb(85,24,63); }
div.DivClassName
{
background-color: #55183F;
}
.BgClassName
{
background-color: #55183F;
}
</style>
border-color css
<style>
span { border-color: #55183F; }
span { border-color: rgb(85,24,63); }
td.TdClassName
{
border-color: #55183F;
}
.TagClassName
{
border-color: #55183F;
}
</style>