Shades of Blackberry #49153B
Tints of Blackberry #49153B
RGB
CMYK
RGB Variations
Color information
#49153B (or 0x49153B) is known color: Blackberry. HEX triplet: 49, 15 and 3B. RGB value is (73,21,59). Sum of RGB (Red+Green+Blue) = 73+21+59=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49153B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49153B is #B6EAC4. Grayscale: #282828. Windows color (decimal): -11987653 or 3872073. OLE color: 3872073.
HSL color Cylindrical-coordinate representation of color #49153B: hue angle of 316.15º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49153B is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 21 | 59 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.71 |
| HSL | 316.15º | 0.55% | 0.18% | - |
| HSV(B) | 316.15º | 0.71% | 0.29% | - |
| XYZ | 3.81 | 2.27 | 4.37 | - |
| YUV | 40.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 59 | 0 | 0.71 | 0.19 | 0.71 | 316.15 | 0.55 | 0.18 |
| Hex | 49 | 15 | 3B | 0 | 47 | 13 | 47 | 13C | 37 | 12 |
| Octal | 111 | 25 | 73 | 0 | 107 | 23 | 107 | 474 | 67 | 22 |
| Binary | 1001001 | 10101 | 111011 | 0 | 1000111 | 10011 | 1000111 | 100111100 | 110111 | 10010 |
Color Harmonies of #49153B
Complementary color
Monochromatic Colors of #49153B
Black with #49153B
Text Example
Text Example
White with #49153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49153B; }
p { color: rgb(73,21,59); }
H1.HeaderClassName
{
color: #49153B;
}
.AnyTagClassName
{
color: #49153B;
}
</style>
background-color css
<style>
a { background-color: #49153B; }
a { background-color: rgb(73,21,59); }
div.DivClassName
{
background-color: #49153B;
}
.BgClassName
{
background-color: #49153B;
}
</style>
border-color css
<style>
span { border-color: #49153B; }
span { border-color: rgb(73,21,59); }
td.TdClassName
{
border-color: #49153B;
}
.TagClassName
{
border-color: #49153B;
}
</style>