Shades of Blackberry #551338
Tints of Blackberry #551338
RGB
CMYK
RGB Variations
Color information
#551338 (or 0x551338) is known color: Blackberry. HEX triplet: 55, 13 and 38. RGB value is (85,19,56). Sum of RGB (Red+Green+Blue) = 85+19+56=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #551338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551338 is #AAECC7. Grayscale: #2A2A2A. Windows color (decimal): -11201736 or 3674965. OLE color: 3674965.
HSL color Cylindrical-coordinate representation of color #551338: hue angle of 326.36º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551338 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 56 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.67 |
| HSL | 326.36º | 0.63% | 0.2% | - |
| HSV(B) | 326.36º | 0.78% | 0.33% | - |
| XYZ | 4.69 | 2.68 | 4.01 | - |
| YUV | 42.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 56 | 0 | 0.78 | 0.34 | 0.67 | 326.36 | 0.63 | 0.2 |
| Hex | 55 | 13 | 38 | 0 | 4E | 22 | 43 | 146 | 3F | 14 |
| Octal | 125 | 23 | 70 | 0 | 116 | 42 | 103 | 506 | 77 | 24 |
| Binary | 1010101 | 10011 | 111000 | 0 | 1001110 | 100010 | 1000011 | 101000110 | 111111 | 10100 |
Color Harmonies of #551338
Complementary color
Monochromatic Colors of #551338
Black with #551338
Text Example
Text Example
White with #551338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551338; }
p { color: rgb(85,19,56); }
H1.HeaderClassName
{
color: #551338;
}
.AnyTagClassName
{
color: #551338;
}
</style>
background-color css
<style>
a { background-color: #551338; }
a { background-color: rgb(85,19,56); }
div.DivClassName
{
background-color: #551338;
}
.BgClassName
{
background-color: #551338;
}
</style>
border-color css
<style>
span { border-color: #551338; }
span { border-color: rgb(85,19,56); }
td.TdClassName
{
border-color: #551338;
}
.TagClassName
{
border-color: #551338;
}
</style>