Shades of Blackberry #551A3A
Tints of Blackberry #551A3A
RGB
CMYK
RGB Variations
Color information
#551A3A (or 0x551A3A) is known color: Blackberry. HEX triplet: 55, 1A and 3A. RGB value is (85,26,58). Sum of RGB (Red+Green+Blue) = 85+26+58=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #551A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A3A is #AAE5C5. Grayscale: #2F2F2F. Windows color (decimal): -11199942 or 3807829. OLE color: 3807829.
HSL color Cylindrical-coordinate representation of color #551A3A: hue angle of 327.46º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A3A is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 26 | 58 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.67 |
| HSL | 327.46º | 0.53% | 0.22% | - |
| HSV(B) | 327.46º | 0.69% | 0.33% | - |
| XYZ | 4.88 | 2.98 | 4.32 | - |
| YUV | 47.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 58 | 0 | 0.69 | 0.32 | 0.67 | 327.46 | 0.53 | 0.22 |
| Hex | 55 | 1A | 3A | 0 | 45 | 20 | 43 | 147 | 35 | 16 |
| Octal | 125 | 32 | 72 | 0 | 105 | 40 | 103 | 507 | 65 | 26 |
| Binary | 1010101 | 11010 | 111010 | 0 | 1000101 | 100000 | 1000011 | 101000111 | 110101 | 10110 |
Color Harmonies of #551A3A
Complementary color
Monochromatic Colors of #551A3A
Black with #551A3A
Text Example
Text Example
White with #551A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A3A; }
p { color: rgb(85,26,58); }
H1.HeaderClassName
{
color: #551A3A;
}
.AnyTagClassName
{
color: #551A3A;
}
</style>
background-color css
<style>
a { background-color: #551A3A; }
a { background-color: rgb(85,26,58); }
div.DivClassName
{
background-color: #551A3A;
}
.BgClassName
{
background-color: #551A3A;
}
</style>
border-color css
<style>
span { border-color: #551A3A; }
span { border-color: rgb(85,26,58); }
td.TdClassName
{
border-color: #551A3A;
}
.TagClassName
{
border-color: #551A3A;
}
</style>