Shades of Blackberry #551D3B
Tints of Blackberry #551D3B
RGB
CMYK
RGB Variations
Color information
#551D3B (or 0x551D3B) is known color: Blackberry. HEX triplet: 55, 1D and 3B. RGB value is (85,29,59). Sum of RGB (Red+Green+Blue) = 85+29+59=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #551D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D3B is #AAE2C4. Grayscale: #313131. Windows color (decimal): -11199173 or 3874133. OLE color: 3874133.
HSL color Cylindrical-coordinate representation of color #551D3B: hue angle of 327.86º 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 #551D3B is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 59 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.67 |
| HSL | 327.86º | 0.49% | 0.22% | - |
| HSV(B) | 327.86º | 0.66% | 0.33% | - |
| XYZ | 4.98 | 3.13 | 4.48 | - |
| YUV | 49.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 59 | 0 | 0.66 | 0.31 | 0.67 | 327.86 | 0.49 | 0.22 |
| Hex | 55 | 1D | 3B | 0 | 42 | 1F | 43 | 148 | 31 | 16 |
| Octal | 125 | 35 | 73 | 0 | 102 | 37 | 103 | 510 | 61 | 26 |
| Binary | 1010101 | 11101 | 111011 | 0 | 1000010 | 11111 | 1000011 | 101001000 | 110001 | 10110 |
Color Harmonies of #551D3B
Complementary color
Monochromatic Colors of #551D3B
Black with #551D3B
Text Example
Text Example
White with #551D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D3B; }
p { color: rgb(85,29,59); }
H1.HeaderClassName
{
color: #551D3B;
}
.AnyTagClassName
{
color: #551D3B;
}
</style>
background-color css
<style>
a { background-color: #551D3B; }
a { background-color: rgb(85,29,59); }
div.DivClassName
{
background-color: #551D3B;
}
.BgClassName
{
background-color: #551D3B;
}
</style>
border-color css
<style>
span { border-color: #551D3B; }
span { border-color: rgb(85,29,59); }
td.TdClassName
{
border-color: #551D3B;
}
.TagClassName
{
border-color: #551D3B;
}
</style>