Shades of Blackberry #55133A
Tints of Blackberry #55133A
RGB
CMYK
RGB Variations
Color information
#55133A (or 0x55133A) is known color: Blackberry. HEX triplet: 55, 13 and 3A. RGB value is (85,19,58). Sum of RGB (Red+Green+Blue) = 85+19+58=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55133A is #AAECC5. Grayscale: #2B2B2B. Windows color (decimal): -11201734 or 3806037. OLE color: 3806037.
HSL color Cylindrical-coordinate representation of color #55133A: hue angle of 324.55º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55133A is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 58 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.67 |
| HSL | 324.55º | 0.63% | 0.2% | - |
| HSV(B) | 324.55º | 0.78% | 0.33% | - |
| XYZ | 4.74 | 2.7 | 4.27 | - |
| YUV | 43.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 58 | 0 | 0.78 | 0.32 | 0.67 | 324.55 | 0.63 | 0.2 |
| Hex | 55 | 13 | 3A | 0 | 4E | 20 | 43 | 145 | 3F | 14 |
| Octal | 125 | 23 | 72 | 0 | 116 | 40 | 103 | 505 | 77 | 24 |
| Binary | 1010101 | 10011 | 111010 | 0 | 1001110 | 100000 | 1000011 | 101000101 | 111111 | 10100 |
Color Harmonies of #55133A
Complementary color
Monochromatic Colors of #55133A
Black with #55133A
Text Example
Text Example
White with #55133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55133A; }
p { color: rgb(85,19,58); }
H1.HeaderClassName
{
color: #55133A;
}
.AnyTagClassName
{
color: #55133A;
}
</style>
background-color css
<style>
a { background-color: #55133A; }
a { background-color: rgb(85,19,58); }
div.DivClassName
{
background-color: #55133A;
}
.BgClassName
{
background-color: #55133A;
}
</style>
border-color css
<style>
span { border-color: #55133A; }
span { border-color: rgb(85,19,58); }
td.TdClassName
{
border-color: #55133A;
}
.TagClassName
{
border-color: #55133A;
}
</style>