Shades of Blackberry #49093E
Tints of Blackberry #49093E
RGB
CMYK
RGB Variations
Color information
#49093E (or 0x49093E) is known color: Blackberry. HEX triplet: 49, 09 and 3E. RGB value is (73,9,62). Sum of RGB (Red+Green+Blue) = 73+9+62=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #49093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49093E is #B6F6C1. Grayscale: #222222. Windows color (decimal): -11990722 or 4065609. OLE color: 4065609.
HSL color Cylindrical-coordinate representation of color #49093E: hue angle of 310.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 #49093E is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 62 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.71 |
| HSL | 310.31º | 0.78% | 0.16% | - |
| HSV(B) | 310.31º | 0.88% | 0.29% | - |
| XYZ | 3.71 | 1.96 | 4.74 | - |
| YUV | 34.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 62 | 0 | 0.88 | 0.15 | 0.71 | 310.31 | 0.78 | 0.16 |
| Hex | 49 | 9 | 3E | 0 | 58 | F | 47 | 136 | 4E | 10 |
| Octal | 111 | 11 | 76 | 0 | 130 | 17 | 107 | 466 | 116 | 20 |
| Binary | 1001001 | 1001 | 111110 | 0 | 1011000 | 1111 | 1000111 | 100110110 | 1001110 | 10000 |
Color Harmonies of #49093E
Complementary color
Monochromatic Colors of #49093E
Black with #49093E
Text Example
Text Example
White with #49093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49093E; }
p { color: rgb(73,9,62); }
H1.HeaderClassName
{
color: #49093E;
}
.AnyTagClassName
{
color: #49093E;
}
</style>
background-color css
<style>
a { background-color: #49093E; }
a { background-color: rgb(73,9,62); }
div.DivClassName
{
background-color: #49093E;
}
.BgClassName
{
background-color: #49093E;
}
</style>
border-color css
<style>
span { border-color: #49093E; }
span { border-color: rgb(73,9,62); }
td.TdClassName
{
border-color: #49093E;
}
.TagClassName
{
border-color: #49093E;
}
</style>