Shades of Blackberry #55123A
Tints of Blackberry #55123A
RGB
CMYK
RGB Variations
Color information
#55123A (or 0x55123A) is known color: Blackberry. HEX triplet: 55, 12 and 3A. RGB value is (85,18,58). Sum of RGB (Red+Green+Blue) = 85+18+58=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #55123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55123A is #AAEDC5. Grayscale: #2A2A2A. Windows color (decimal): -11201990 or 3805781. OLE color: 3805781.
HSL color Cylindrical-coordinate representation of color #55123A: hue angle of 324.18º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55123A is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 18 | 58 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.67 |
| HSL | 324.18º | 0.65% | 0.2% | - |
| HSV(B) | 324.18º | 0.79% | 0.33% | - |
| XYZ | 4.73 | 2.67 | 4.27 | - |
| YUV | 42.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 58 | 0 | 0.79 | 0.32 | 0.67 | 324.18 | 0.65 | 0.2 |
| Hex | 55 | 12 | 3A | 0 | 4F | 20 | 43 | 144 | 41 | 14 |
| Octal | 125 | 22 | 72 | 0 | 117 | 40 | 103 | 504 | 101 | 24 |
| Binary | 1010101 | 10010 | 111010 | 0 | 1001111 | 100000 | 1000011 | 101000100 | 1000001 | 10100 |
Color Harmonies of #55123A
Complementary color
Monochromatic Colors of #55123A
Black with #55123A
Text Example
Text Example
White with #55123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55123A; }
p { color: rgb(85,18,58); }
H1.HeaderClassName
{
color: #55123A;
}
.AnyTagClassName
{
color: #55123A;
}
</style>
background-color css
<style>
a { background-color: #55123A; }
a { background-color: rgb(85,18,58); }
div.DivClassName
{
background-color: #55123A;
}
.BgClassName
{
background-color: #55123A;
}
</style>
border-color css
<style>
span { border-color: #55123A; }
span { border-color: rgb(85,18,58); }
td.TdClassName
{
border-color: #55123A;
}
.TagClassName
{
border-color: #55123A;
}
</style>