Shades of Blackberry #49173D
Tints of Blackberry #49173D
RGB
CMYK
RGB Variations
Color information
#49173D (or 0x49173D) is known color: Blackberry. HEX triplet: 49, 17 and 3D. RGB value is (73,23,61). Sum of RGB (Red+Green+Blue) = 73+23+61=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49173D is #B6E8C2. Grayscale: #2A2A2A. Windows color (decimal): -11987139 or 4003657. OLE color: 4003657.
HSL color Cylindrical-coordinate representation of color #49173D: hue angle of 314.4º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49173D is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 23 | 61 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.71 |
| HSL | 314.4º | 0.52% | 0.19% | - |
| HSV(B) | 314.4º | 0.68% | 0.29% | - |
| XYZ | 3.9 | 2.37 | 4.67 | - |
| YUV | 42.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 61 | 0 | 0.68 | 0.16 | 0.71 | 314.4 | 0.52 | 0.19 |
| Hex | 49 | 17 | 3D | 0 | 44 | 10 | 47 | 13A | 34 | 13 |
| Octal | 111 | 27 | 75 | 0 | 104 | 20 | 107 | 472 | 64 | 23 |
| Binary | 1001001 | 10111 | 111101 | 0 | 1000100 | 10000 | 1000111 | 100111010 | 110100 | 10011 |
Color Harmonies of #49173D
Complementary color
Monochromatic Colors of #49173D
Black with #49173D
Text Example
Text Example
White with #49173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49173D; }
p { color: rgb(73,23,61); }
H1.HeaderClassName
{
color: #49173D;
}
.AnyTagClassName
{
color: #49173D;
}
</style>
background-color css
<style>
a { background-color: #49173D; }
a { background-color: rgb(73,23,61); }
div.DivClassName
{
background-color: #49173D;
}
.BgClassName
{
background-color: #49173D;
}
</style>
border-color css
<style>
span { border-color: #49173D; }
span { border-color: rgb(73,23,61); }
td.TdClassName
{
border-color: #49173D;
}
.TagClassName
{
border-color: #49173D;
}
</style>