Shades of Blackberry #551B3C
Tints of Blackberry #551B3C
RGB
CMYK
RGB Variations
Color information
#551B3C (or 0x551B3C) is known color: Blackberry. HEX triplet: 55, 1B and 3C. RGB value is (85,27,60). Sum of RGB (Red+Green+Blue) = 85+27+60=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #551B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B3C is #AAE4C3. Grayscale: #303030. Windows color (decimal): -11199684 or 3939157. OLE color: 3939157.
HSL color Cylindrical-coordinate representation of color #551B3C: hue angle of 325.86º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B3C is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 60 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.67 |
| HSL | 325.86º | 0.52% | 0.22% | - |
| HSV(B) | 325.86º | 0.68% | 0.33% | - |
| XYZ | 4.95 | 3.04 | 4.6 | - |
| YUV | 48.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 60 | 0 | 0.68 | 0.29 | 0.67 | 325.86 | 0.52 | 0.22 |
| Hex | 55 | 1B | 3C | 0 | 44 | 1D | 43 | 146 | 34 | 16 |
| Octal | 125 | 33 | 74 | 0 | 104 | 35 | 103 | 506 | 64 | 26 |
| Binary | 1010101 | 11011 | 111100 | 0 | 1000100 | 11101 | 1000011 | 101000110 | 110100 | 10110 |
Color Harmonies of #551B3C
Complementary color
Monochromatic Colors of #551B3C
Black with #551B3C
Text Example
Text Example
White with #551B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B3C; }
p { color: rgb(85,27,60); }
H1.HeaderClassName
{
color: #551B3C;
}
.AnyTagClassName
{
color: #551B3C;
}
</style>
background-color css
<style>
a { background-color: #551B3C; }
a { background-color: rgb(85,27,60); }
div.DivClassName
{
background-color: #551B3C;
}
.BgClassName
{
background-color: #551B3C;
}
</style>
border-color css
<style>
span { border-color: #551B3C; }
span { border-color: rgb(85,27,60); }
td.TdClassName
{
border-color: #551B3C;
}
.TagClassName
{
border-color: #551B3C;
}
</style>