Shades of Blackberry #550325
Tints of Blackberry #550325
RGB
CMYK
RGB Variations
Color information
#550325 (or 0x550325) is known color: Blackberry. HEX triplet: 55, 03 and 25. RGB value is (85,3,37). Sum of RGB (Red+Green+Blue) = 85+3+37=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #550325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550325 is #AAFCDA. Grayscale: #1F1F1F. Windows color (decimal): -11205851 or 2425685. OLE color: 2425685.
HSL color Cylindrical-coordinate representation of color #550325: hue angle of 335.12º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550325 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 37 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.67 |
| HSL | 335.12º | 0.93% | 0.17% | - |
| HSV(B) | 335.12º | 0.96% | 0.33% | - |
| XYZ | 4.11 | 2.13 | 1.94 | - |
| YUV | 31.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 37 | 0 | 0.96 | 0.56 | 0.67 | 335.12 | 0.93 | 0.17 |
| Hex | 55 | 3 | 25 | 0 | 60 | 38 | 43 | 14F | 5D | 11 |
| Octal | 125 | 3 | 45 | 0 | 140 | 70 | 103 | 517 | 135 | 21 |
| Binary | 1010101 | 11 | 100101 | 0 | 1100000 | 111000 | 1000011 | 101001111 | 1011101 | 10001 |
Color Harmonies of #550325
Complementary color
Monochromatic Colors of #550325
Black with #550325
Text Example
Text Example
White with #550325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550325; }
p { color: rgb(85,3,37); }
H1.HeaderClassName
{
color: #550325;
}
.AnyTagClassName
{
color: #550325;
}
</style>
background-color css
<style>
a { background-color: #550325; }
a { background-color: rgb(85,3,37); }
div.DivClassName
{
background-color: #550325;
}
.BgClassName
{
background-color: #550325;
}
</style>
border-color css
<style>
span { border-color: #550325; }
span { border-color: rgb(85,3,37); }
td.TdClassName
{
border-color: #550325;
}
.TagClassName
{
border-color: #550325;
}
</style>