Shades of Blackberry #55162F
Tints of Blackberry #55162F
RGB
CMYK
RGB Variations
Color information
#55162F (or 0x55162F) is known color: Blackberry. HEX triplet: 55, 16 and 2F. RGB value is (85,22,47). Sum of RGB (Red+Green+Blue) = 85+22+47=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #55162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55162F is #AAE9D0. Grayscale: #2B2B2B. Windows color (decimal): -11200977 or 3085909. OLE color: 3085909.
HSL color Cylindrical-coordinate representation of color #55162F: hue angle of 336.19º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55162F is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 47 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.67 |
| HSL | 336.19º | 0.59% | 0.21% | - |
| HSV(B) | 336.19º | 0.74% | 0.33% | - |
| XYZ | 4.55 | 2.71 | 2.97 | - |
| YUV | 43.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 47 | 0 | 0.74 | 0.45 | 0.67 | 336.19 | 0.59 | 0.21 |
| Hex | 55 | 16 | 2F | 0 | 4A | 2D | 43 | 150 | 3B | 15 |
| Octal | 125 | 26 | 57 | 0 | 112 | 55 | 103 | 520 | 73 | 25 |
| Binary | 1010101 | 10110 | 101111 | 0 | 1001010 | 101101 | 1000011 | 101010000 | 111011 | 10101 |
Color Harmonies of #55162F
Complementary color
Monochromatic Colors of #55162F
Black with #55162F
Text Example
Text Example
White with #55162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55162F; }
p { color: rgb(85,22,47); }
H1.HeaderClassName
{
color: #55162F;
}
.AnyTagClassName
{
color: #55162F;
}
</style>
background-color css
<style>
a { background-color: #55162F; }
a { background-color: rgb(85,22,47); }
div.DivClassName
{
background-color: #55162F;
}
.BgClassName
{
background-color: #55162F;
}
</style>
border-color css
<style>
span { border-color: #55162F; }
span { border-color: rgb(85,22,47); }
td.TdClassName
{
border-color: #55162F;
}
.TagClassName
{
border-color: #55162F;
}
</style>