Shades of Blackberry #492035
Tints of Blackberry #492035
RGB
CMYK
RGB Variations
Color information
#492035 (or 0x492035) is known color: Blackberry. HEX triplet: 49, 20 and 35. RGB value is (73,32,53). Sum of RGB (Red+Green+Blue) = 73+32+53=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #492035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492035 is #B6DFCA. Grayscale: #2E2E2E. Windows color (decimal): -11984843 or 3481673. OLE color: 3481673.
HSL color Cylindrical-coordinate representation of color #492035: hue angle of 329.27º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492035 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 32 | 53 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.71 |
| HSL | 329.27º | 0.39% | 0.21% | - |
| HSV(B) | 329.27º | 0.56% | 0.29% | - |
| XYZ | 3.91 | 2.71 | 3.68 | - |
| YUV | 46.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 53 | 0 | 0.56 | 0.27 | 0.71 | 329.27 | 0.39 | 0.21 |
| Hex | 49 | 20 | 35 | 0 | 38 | 1B | 47 | 149 | 27 | 15 |
| Octal | 111 | 40 | 65 | 0 | 70 | 33 | 107 | 511 | 47 | 25 |
| Binary | 1001001 | 100000 | 110101 | 0 | 111000 | 11011 | 1000111 | 101001001 | 100111 | 10101 |
Color Harmonies of #492035
Complementary color
Monochromatic Colors of #492035
Black with #492035
Text Example
Text Example
White with #492035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492035; }
p { color: rgb(73,32,53); }
H1.HeaderClassName
{
color: #492035;
}
.AnyTagClassName
{
color: #492035;
}
</style>
background-color css
<style>
a { background-color: #492035; }
a { background-color: rgb(73,32,53); }
div.DivClassName
{
background-color: #492035;
}
.BgClassName
{
background-color: #492035;
}
</style>
border-color css
<style>
span { border-color: #492035; }
span { border-color: rgb(73,32,53); }
td.TdClassName
{
border-color: #492035;
}
.TagClassName
{
border-color: #492035;
}
</style>