Shades of Blackberry #49062E
Tints of Blackberry #49062E
RGB
CMYK
RGB Variations
Color information
#49062E (or 0x49062E) is known color: Blackberry. HEX triplet: 49, 06 and 2E. RGB value is (73,6,46). Sum of RGB (Red+Green+Blue) = 73+6+46=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #49062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49062E is #B6F9D1. Grayscale: #1E1E1E. Windows color (decimal): -11991506 or 3016265. OLE color: 3016265.
HSL color Cylindrical-coordinate representation of color #49062E: hue angle of 324.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49062E is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 6 | 46 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.71 |
| HSL | 324.18º | 0.85% | 0.15% | - |
| HSV(B) | 324.18º | 0.92% | 0.29% | - |
| XYZ | 3.31 | 1.74 | 2.75 | - |
| YUV | 30.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 46 | 0 | 0.92 | 0.37 | 0.71 | 324.18 | 0.85 | 0.15 |
| Hex | 49 | 6 | 2E | 0 | 5C | 25 | 47 | 144 | 55 | F |
| Octal | 111 | 6 | 56 | 0 | 134 | 45 | 107 | 504 | 125 | 17 |
| Binary | 1001001 | 110 | 101110 | 0 | 1011100 | 100101 | 1000111 | 101000100 | 1010101 | 1111 |
Color Harmonies of #49062E
Complementary color
Monochromatic Colors of #49062E
Black with #49062E
Text Example
Text Example
White with #49062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49062E; }
p { color: rgb(73,6,46); }
H1.HeaderClassName
{
color: #49062E;
}
.AnyTagClassName
{
color: #49062E;
}
</style>
background-color css
<style>
a { background-color: #49062E; }
a { background-color: rgb(73,6,46); }
div.DivClassName
{
background-color: #49062E;
}
.BgClassName
{
background-color: #49062E;
}
</style>
border-color css
<style>
span { border-color: #49062E; }
span { border-color: rgb(73,6,46); }
td.TdClassName
{
border-color: #49062E;
}
.TagClassName
{
border-color: #49062E;
}
</style>