Shades of Blackberry #55133B
Tints of Blackberry #55133B
RGB
CMYK
RGB Variations
Color information
#55133B (or 0x55133B) is known color: Blackberry. HEX triplet: 55, 13 and 3B. RGB value is (85,19,59). Sum of RGB (Red+Green+Blue) = 85+19+59=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55133B is #AAECC4. Grayscale: #2B2B2B. Windows color (decimal): -11201733 or 3871573. OLE color: 3871573.
HSL color Cylindrical-coordinate representation of color #55133B: hue angle of 323.64º 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 #55133B is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 59 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.67 |
| HSL | 323.64º | 0.63% | 0.2% | - |
| HSV(B) | 323.64º | 0.78% | 0.33% | - |
| XYZ | 4.77 | 2.71 | 4.41 | - |
| YUV | 43.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 59 | 0 | 0.78 | 0.31 | 0.67 | 323.64 | 0.63 | 0.2 |
| Hex | 55 | 13 | 3B | 0 | 4E | 1F | 43 | 144 | 3F | 14 |
| Octal | 125 | 23 | 73 | 0 | 116 | 37 | 103 | 504 | 77 | 24 |
| Binary | 1010101 | 10011 | 111011 | 0 | 1001110 | 11111 | 1000011 | 101000100 | 111111 | 10100 |
Color Harmonies of #55133B
Complementary color
Monochromatic Colors of #55133B
Black with #55133B
Text Example
Text Example
White with #55133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55133B; }
p { color: rgb(85,19,59); }
H1.HeaderClassName
{
color: #55133B;
}
.AnyTagClassName
{
color: #55133B;
}
</style>
background-color css
<style>
a { background-color: #55133B; }
a { background-color: rgb(85,19,59); }
div.DivClassName
{
background-color: #55133B;
}
.BgClassName
{
background-color: #55133B;
}
</style>
border-color css
<style>
span { border-color: #55133B; }
span { border-color: rgb(85,19,59); }
td.TdClassName
{
border-color: #55133B;
}
.TagClassName
{
border-color: #55133B;
}
</style>