Shades of Blackberry #49162D
Tints of Blackberry #49162D
RGB
CMYK
RGB Variations
Color information
#49162D (or 0x49162D) is known color: Blackberry. HEX triplet: 49, 16 and 2D. RGB value is (73,22,45). Sum of RGB (Red+Green+Blue) = 73+22+45=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49162D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49162D is #B6E9D2. Grayscale: #272727. Windows color (decimal): -11987411 or 2954825. OLE color: 2954825.
HSL color Cylindrical-coordinate representation of color #49162D: hue angle of 332.94º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49162D is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 22 | 45 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.71 |
| HSL | 332.94º | 0.54% | 0.19% | - |
| HSV(B) | 332.94º | 0.7% | 0.29% | - |
| XYZ | 3.51 | 2.18 | 2.72 | - |
| YUV | 39.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 45 | 0 | 0.70 | 0.38 | 0.71 | 332.94 | 0.54 | 0.19 |
| Hex | 49 | 16 | 2D | 0 | 46 | 26 | 47 | 14D | 36 | 13 |
| Octal | 111 | 26 | 55 | 0 | 106 | 46 | 107 | 515 | 66 | 23 |
| Binary | 1001001 | 10110 | 101101 | 0 | 1000110 | 100110 | 1000111 | 101001101 | 110110 | 10011 |
Color Harmonies of #49162D
Complementary color
Monochromatic Colors of #49162D
Black with #49162D
Text Example
Text Example
White with #49162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49162D; }
p { color: rgb(73,22,45); }
H1.HeaderClassName
{
color: #49162D;
}
.AnyTagClassName
{
color: #49162D;
}
</style>
background-color css
<style>
a { background-color: #49162D; }
a { background-color: rgb(73,22,45); }
div.DivClassName
{
background-color: #49162D;
}
.BgClassName
{
background-color: #49162D;
}
</style>
border-color css
<style>
span { border-color: #49162D; }
span { border-color: rgb(73,22,45); }
td.TdClassName
{
border-color: #49162D;
}
.TagClassName
{
border-color: #49162D;
}
</style>