Shades of Blackberry #551434
Tints of Blackberry #551434
RGB
CMYK
RGB Variations
Color information
#551434 (or 0x551434) is known color: Blackberry. HEX triplet: 55, 14 and 34. RGB value is (85,20,52). Sum of RGB (Red+Green+Blue) = 85+20+52=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551434 is #AAEBCB. Grayscale: #2B2B2B. Windows color (decimal): -11201484 or 3413077. OLE color: 3413077.
HSL color Cylindrical-coordinate representation of color #551434: hue angle of 330.46º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551434 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 20 | 52 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.67 |
| HSL | 330.46º | 0.62% | 0.21% | - |
| HSV(B) | 330.46º | 0.76% | 0.33% | - |
| XYZ | 4.62 | 2.68 | 3.52 | - |
| YUV | 43.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 52 | 0 | 0.76 | 0.39 | 0.67 | 330.46 | 0.62 | 0.21 |
| Hex | 55 | 14 | 34 | 0 | 4C | 27 | 43 | 14A | 3E | 15 |
| Octal | 125 | 24 | 64 | 0 | 114 | 47 | 103 | 512 | 76 | 25 |
| Binary | 1010101 | 10100 | 110100 | 0 | 1001100 | 100111 | 1000011 | 101001010 | 111110 | 10101 |
Color Harmonies of #551434
Complementary color
Monochromatic Colors of #551434
Black with #551434
Text Example
Text Example
White with #551434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551434; }
p { color: rgb(85,20,52); }
H1.HeaderClassName
{
color: #551434;
}
.AnyTagClassName
{
color: #551434;
}
</style>
background-color css
<style>
a { background-color: #551434; }
a { background-color: rgb(85,20,52); }
div.DivClassName
{
background-color: #551434;
}
.BgClassName
{
background-color: #551434;
}
</style>
border-color css
<style>
span { border-color: #551434; }
span { border-color: rgb(85,20,52); }
td.TdClassName
{
border-color: #551434;
}
.TagClassName
{
border-color: #551434;
}
</style>