Shades of Blackberry #551D3A
Tints of Blackberry #551D3A
RGB
CMYK
RGB Variations
Color information
#551D3A (or 0x551D3A) is known color: Blackberry. HEX triplet: 55, 1D and 3A. RGB value is (85,29,58). Sum of RGB (Red+Green+Blue) = 85+29+58=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #551D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D3A is #AAE2C5. Grayscale: #303030. Windows color (decimal): -11199174 or 3808597. OLE color: 3808597.
HSL color Cylindrical-coordinate representation of color #551D3A: hue angle of 328.93º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #551D3A is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 58 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.67 |
| HSL | 328.93º | 0.49% | 0.22% | - |
| HSV(B) | 328.93º | 0.66% | 0.33% | - |
| XYZ | 4.95 | 3.12 | 4.34 | - |
| YUV | 49.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 58 | 0 | 0.66 | 0.32 | 0.67 | 328.93 | 0.49 | 0.22 |
| Hex | 55 | 1D | 3A | 0 | 42 | 20 | 43 | 149 | 31 | 16 |
| Octal | 125 | 35 | 72 | 0 | 102 | 40 | 103 | 511 | 61 | 26 |
| Binary | 1010101 | 11101 | 111010 | 0 | 1000010 | 100000 | 1000011 | 101001001 | 110001 | 10110 |
Color Harmonies of #551D3A
Complementary color
Monochromatic Colors of #551D3A
Black with #551D3A
Text Example
Text Example
White with #551D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D3A; }
p { color: rgb(85,29,58); }
H1.HeaderClassName
{
color: #551D3A;
}
.AnyTagClassName
{
color: #551D3A;
}
</style>
background-color css
<style>
a { background-color: #551D3A; }
a { background-color: rgb(85,29,58); }
div.DivClassName
{
background-color: #551D3A;
}
.BgClassName
{
background-color: #551D3A;
}
</style>
border-color css
<style>
span { border-color: #551D3A; }
span { border-color: rgb(85,29,58); }
td.TdClassName
{
border-color: #551D3A;
}
.TagClassName
{
border-color: #551D3A;
}
</style>