Shades of Blackberry #551B38
Tints of Blackberry #551B38
RGB
CMYK
RGB Variations
Color information
#551B38 (or 0x551B38) is known color: Blackberry. HEX triplet: 55, 1B and 38. RGB value is (85,27,56). Sum of RGB (Red+Green+Blue) = 85+27+56=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #551B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B38 is #AAE4C7. Grayscale: #2F2F2F. Windows color (decimal): -11199688 or 3677013. OLE color: 3677013.
HSL color Cylindrical-coordinate representation of color #551B38: hue angle of 330º 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 #551B38 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 56 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.67 |
| HSL | 330º | 0.52% | 0.22% | - |
| HSV(B) | 330º | 0.68% | 0.33% | - |
| XYZ | 4.85 | 3 | 4.06 | - |
| YUV | 47.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 56 | 0 | 0.68 | 0.34 | 0.67 | 330 | 0.52 | 0.22 |
| Hex | 55 | 1B | 38 | 0 | 44 | 22 | 43 | 14A | 34 | 16 |
| Octal | 125 | 33 | 70 | 0 | 104 | 42 | 103 | 512 | 64 | 26 |
| Binary | 1010101 | 11011 | 111000 | 0 | 1000100 | 100010 | 1000011 | 101001010 | 110100 | 10110 |
Color Harmonies of #551B38
Complementary color
Monochromatic Colors of #551B38
Black with #551B38
Text Example
Text Example
White with #551B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B38; }
p { color: rgb(85,27,56); }
H1.HeaderClassName
{
color: #551B38;
}
.AnyTagClassName
{
color: #551B38;
}
</style>
background-color css
<style>
a { background-color: #551B38; }
a { background-color: rgb(85,27,56); }
div.DivClassName
{
background-color: #551B38;
}
.BgClassName
{
background-color: #551B38;
}
</style>
border-color css
<style>
span { border-color: #551B38; }
span { border-color: rgb(85,27,56); }
td.TdClassName
{
border-color: #551B38;
}
.TagClassName
{
border-color: #551B38;
}
</style>