Shades of Blackberry #550F30
Tints of Blackberry #550F30
RGB
CMYK
RGB Variations
Color information
#550F30 (or 0x550F30) is known color: Blackberry. HEX triplet: 55, 0F and 30. RGB value is (85,15,48). Sum of RGB (Red+Green+Blue) = 85+15+48=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #550F30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550F30 is #AAF0CF. Grayscale: #272727. Windows color (decimal): -11202768 or 3149653. OLE color: 3149653.
HSL color Cylindrical-coordinate representation of color #550F30: hue angle of 331.71º 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 #550F30 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 15 | 48 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.67 |
| HSL | 331.71º | 0.7% | 0.2% | - |
| HSV(B) | 331.71º | 0.82% | 0.33% | - |
| XYZ | 4.45 | 2.49 | 3.04 | - |
| YUV | 39.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 48 | 0 | 0.82 | 0.44 | 0.67 | 331.71 | 0.7 | 0.2 |
| Hex | 55 | F | 30 | 0 | 52 | 2C | 43 | 14C | 46 | 14 |
| Octal | 125 | 17 | 60 | 0 | 122 | 54 | 103 | 514 | 106 | 24 |
| Binary | 1010101 | 1111 | 110000 | 0 | 1010010 | 101100 | 1000011 | 101001100 | 1000110 | 10100 |
Color Harmonies of #550F30
Complementary color
Monochromatic Colors of #550F30
Black with #550F30
Text Example
Text Example
White with #550F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F30; }
p { color: rgb(85,15,48); }
H1.HeaderClassName
{
color: #550F30;
}
.AnyTagClassName
{
color: #550F30;
}
</style>
background-color css
<style>
a { background-color: #550F30; }
a { background-color: rgb(85,15,48); }
div.DivClassName
{
background-color: #550F30;
}
.BgClassName
{
background-color: #550F30;
}
</style>
border-color css
<style>
span { border-color: #550F30; }
span { border-color: rgb(85,15,48); }
td.TdClassName
{
border-color: #550F30;
}
.TagClassName
{
border-color: #550F30;
}
</style>