Shades of Blackberry #49163C
Tints of Blackberry #49163C
RGB
CMYK
RGB Variations
Color information
#49163C (or 0x49163C) is known color: Blackberry. HEX triplet: 49, 16 and 3C. RGB value is (73,22,60). Sum of RGB (Red+Green+Blue) = 73+22+60=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #49163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49163C is #B6E9C3. Grayscale: #292929. Windows color (decimal): -11987396 or 3937865. OLE color: 3937865.
HSL color Cylindrical-coordinate representation of color #49163C: hue angle of 315.29º 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 #49163C is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 22 | 60 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.71 |
| HSL | 315.29º | 0.54% | 0.19% | - |
| HSV(B) | 315.29º | 0.7% | 0.29% | - |
| XYZ | 3.85 | 2.32 | 4.52 | - |
| YUV | 41.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 60 | 0 | 0.70 | 0.18 | 0.71 | 315.29 | 0.54 | 0.19 |
| Hex | 49 | 16 | 3C | 0 | 46 | 12 | 47 | 13B | 36 | 13 |
| Octal | 111 | 26 | 74 | 0 | 106 | 22 | 107 | 473 | 66 | 23 |
| Binary | 1001001 | 10110 | 111100 | 0 | 1000110 | 10010 | 1000111 | 100111011 | 110110 | 10011 |
Color Harmonies of #49163C
Complementary color
Monochromatic Colors of #49163C
Black with #49163C
Text Example
Text Example
White with #49163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49163C; }
p { color: rgb(73,22,60); }
H1.HeaderClassName
{
color: #49163C;
}
.AnyTagClassName
{
color: #49163C;
}
</style>
background-color css
<style>
a { background-color: #49163C; }
a { background-color: rgb(73,22,60); }
div.DivClassName
{
background-color: #49163C;
}
.BgClassName
{
background-color: #49163C;
}
</style>
border-color css
<style>
span { border-color: #49163C; }
span { border-color: rgb(73,22,60); }
td.TdClassName
{
border-color: #49163C;
}
.TagClassName
{
border-color: #49163C;
}
</style>