Shades of Blackberry #49092E
Tints of Blackberry #49092E
RGB
CMYK
RGB Variations
Color information
#49092E (or 0x49092E) is known color: Blackberry. HEX triplet: 49, 09 and 2E. RGB value is (73,9,46). Sum of RGB (Red+Green+Blue) = 73+9+46=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #49092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49092E is #B6F6D1. Grayscale: #202020. Windows color (decimal): -11990738 or 3017033. OLE color: 3017033.
HSL color Cylindrical-coordinate representation of color #49092E: hue angle of 325.31º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49092E is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 46 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.71 |
| HSL | 325.31º | 0.78% | 0.16% | - |
| HSV(B) | 325.31º | 0.88% | 0.29% | - |
| XYZ | 3.34 | 1.81 | 2.76 | - |
| YUV | 32.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 46 | 0 | 0.88 | 0.37 | 0.71 | 325.31 | 0.78 | 0.16 |
| Hex | 49 | 9 | 2E | 0 | 58 | 25 | 47 | 145 | 4E | 10 |
| Octal | 111 | 11 | 56 | 0 | 130 | 45 | 107 | 505 | 116 | 20 |
| Binary | 1001001 | 1001 | 101110 | 0 | 1011000 | 100101 | 1000111 | 101000101 | 1001110 | 10000 |
Color Harmonies of #49092E
Complementary color
Monochromatic Colors of #49092E
Black with #49092E
Text Example
Text Example
White with #49092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49092E; }
p { color: rgb(73,9,46); }
H1.HeaderClassName
{
color: #49092E;
}
.AnyTagClassName
{
color: #49092E;
}
</style>
background-color css
<style>
a { background-color: #49092E; }
a { background-color: rgb(73,9,46); }
div.DivClassName
{
background-color: #49092E;
}
.BgClassName
{
background-color: #49092E;
}
</style>
border-color css
<style>
span { border-color: #49092E; }
span { border-color: rgb(73,9,46); }
td.TdClassName
{
border-color: #49092E;
}
.TagClassName
{
border-color: #49092E;
}
</style>