Shades of Blackberry #49113B
Tints of Blackberry #49113B
RGB
CMYK
RGB Variations
Color information
#49113B (or 0x49113B) is known color: Blackberry. HEX triplet: 49, 11 and 3B. RGB value is (73,17,59). Sum of RGB (Red+Green+Blue) = 73+17+59=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #49113B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49113B is #B6EEC4. Grayscale: #262626. Windows color (decimal): -11988677 or 3871049. OLE color: 3871049.
HSL color Cylindrical-coordinate representation of color #49113B: hue angle of 315º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49113B is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 17 | 59 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.71 |
| HSL | 315º | 0.62% | 0.18% | - |
| HSV(B) | 315º | 0.77% | 0.29% | - |
| XYZ | 3.74 | 2.13 | 4.35 | - |
| YUV | 38.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 59 | 0 | 0.77 | 0.19 | 0.71 | 315 | 0.62 | 0.18 |
| Hex | 49 | 11 | 3B | 0 | 4D | 13 | 47 | 13B | 3E | 12 |
| Octal | 111 | 21 | 73 | 0 | 115 | 23 | 107 | 473 | 76 | 22 |
| Binary | 1001001 | 10001 | 111011 | 0 | 1001101 | 10011 | 1000111 | 100111011 | 111110 | 10010 |
Color Harmonies of #49113B
Complementary color
Monochromatic Colors of #49113B
Black with #49113B
Text Example
Text Example
White with #49113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49113B; }
p { color: rgb(73,17,59); }
H1.HeaderClassName
{
color: #49113B;
}
.AnyTagClassName
{
color: #49113B;
}
</style>
background-color css
<style>
a { background-color: #49113B; }
a { background-color: rgb(73,17,59); }
div.DivClassName
{
background-color: #49113B;
}
.BgClassName
{
background-color: #49113B;
}
</style>
border-color css
<style>
span { border-color: #49113B; }
span { border-color: rgb(73,17,59); }
td.TdClassName
{
border-color: #49113B;
}
.TagClassName
{
border-color: #49113B;
}
</style>