Shades of Blackberry #550F2B
Tints of Blackberry #550F2B
RGB
CMYK
RGB Variations
Color information
#550F2B (or 0x550F2B) is known color: Blackberry. HEX triplet: 55, 0F and 2B. RGB value is (85,15,43). Sum of RGB (Red+Green+Blue) = 85+15+43=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #550F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550F2B is #AAF0D4. Grayscale: #272727. Windows color (decimal): -11202773 or 2821973. OLE color: 2821973.
HSL color Cylindrical-coordinate representation of color #550F2B: hue angle of 336º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #550F2B is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 15 | 43 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.67 |
| HSL | 336º | 0.7% | 0.2% | - |
| HSV(B) | 336º | 0.82% | 0.33% | - |
| XYZ | 4.35 | 2.45 | 2.53 | - |
| YUV | 39.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 43 | 0 | 0.82 | 0.49 | 0.67 | 336 | 0.7 | 0.2 |
| Hex | 55 | F | 2B | 0 | 52 | 31 | 43 | 150 | 46 | 14 |
| Octal | 125 | 17 | 53 | 0 | 122 | 61 | 103 | 520 | 106 | 24 |
| Binary | 1010101 | 1111 | 101011 | 0 | 1010010 | 110001 | 1000011 | 101010000 | 1000110 | 10100 |
Color Harmonies of #550F2B
Complementary color
Monochromatic Colors of #550F2B
Black with #550F2B
Text Example
Text Example
White with #550F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F2B; }
p { color: rgb(85,15,43); }
H1.HeaderClassName
{
color: #550F2B;
}
.AnyTagClassName
{
color: #550F2B;
}
</style>
background-color css
<style>
a { background-color: #550F2B; }
a { background-color: rgb(85,15,43); }
div.DivClassName
{
background-color: #550F2B;
}
.BgClassName
{
background-color: #550F2B;
}
</style>
border-color css
<style>
span { border-color: #550F2B; }
span { border-color: rgb(85,15,43); }
td.TdClassName
{
border-color: #550F2B;
}
.TagClassName
{
border-color: #550F2B;
}
</style>