Shades of Blackberry #55183B
Tints of Blackberry #55183B
RGB
CMYK
RGB Variations
Color information
#55183B (or 0x55183B) is known color: Blackberry. HEX triplet: 55, 18 and 3B. RGB value is (85,24,59). Sum of RGB (Red+Green+Blue) = 85+24+59=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55183B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55183B is #AAE7C4. Grayscale: #2E2E2E. Windows color (decimal): -11200453 or 3872853. OLE color: 3872853.
HSL color Cylindrical-coordinate representation of color #55183B: hue angle of 325.57º 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 #55183B is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 59 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.67 |
| HSL | 325.57º | 0.56% | 0.21% | - |
| HSV(B) | 325.57º | 0.72% | 0.33% | - |
| XYZ | 4.86 | 2.9 | 4.44 | - |
| YUV | 46.23 | 135.21 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 59 | 0 | 0.72 | 0.31 | 0.67 | 325.57 | 0.56 | 0.21 |
| Hex | 55 | 18 | 3B | 0 | 48 | 1F | 43 | 146 | 38 | 15 |
| Octal | 125 | 30 | 73 | 0 | 110 | 37 | 103 | 506 | 70 | 25 |
| Binary | 1010101 | 11000 | 111011 | 0 | 1001000 | 11111 | 1000011 | 101000110 | 111000 | 10101 |
Color Harmonies of #55183B
Complementary color
Monochromatic Colors of #55183B
Black with #55183B
Text Example
Text Example
White with #55183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55183B; }
p { color: rgb(85,24,59); }
H1.HeaderClassName
{
color: #55183B;
}
.AnyTagClassName
{
color: #55183B;
}
</style>
background-color css
<style>
a { background-color: #55183B; }
a { background-color: rgb(85,24,59); }
div.DivClassName
{
background-color: #55183B;
}
.BgClassName
{
background-color: #55183B;
}
</style>
border-color css
<style>
span { border-color: #55183B; }
span { border-color: rgb(85,24,59); }
td.TdClassName
{
border-color: #55183B;
}
.TagClassName
{
border-color: #55183B;
}
</style>