Shades of Blackberry #49153E
Tints of Blackberry #49153E
RGB
CMYK
RGB Variations
Color information
#49153E (or 0x49153E) is known color: Blackberry. HEX triplet: 49, 15 and 3E. RGB value is (73,21,62). Sum of RGB (Red+Green+Blue) = 73+21+62=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49153E is #B6EAC1. Grayscale: #292929. Windows color (decimal): -11987650 or 4068681. OLE color: 4068681.
HSL color Cylindrical-coordinate representation of color #49153E: hue angle of 312.69º 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 #49153E is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 21 | 62 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.71 |
| HSL | 312.69º | 0.55% | 0.18% | - |
| HSV(B) | 312.69º | 0.71% | 0.29% | - |
| XYZ | 3.89 | 2.3 | 4.8 | - |
| YUV | 41.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 62 | 0 | 0.71 | 0.15 | 0.71 | 312.69 | 0.55 | 0.18 |
| Hex | 49 | 15 | 3E | 0 | 47 | F | 47 | 139 | 37 | 12 |
| Octal | 111 | 25 | 76 | 0 | 107 | 17 | 107 | 471 | 67 | 22 |
| Binary | 1001001 | 10101 | 111110 | 0 | 1000111 | 1111 | 1000111 | 100111001 | 110111 | 10010 |
Color Harmonies of #49153E
Complementary color
Monochromatic Colors of #49153E
Black with #49153E
Text Example
Text Example
White with #49153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49153E; }
p { color: rgb(73,21,62); }
H1.HeaderClassName
{
color: #49153E;
}
.AnyTagClassName
{
color: #49153E;
}
</style>
background-color css
<style>
a { background-color: #49153E; }
a { background-color: rgb(73,21,62); }
div.DivClassName
{
background-color: #49153E;
}
.BgClassName
{
background-color: #49153E;
}
</style>
border-color css
<style>
span { border-color: #49153E; }
span { border-color: rgb(73,21,62); }
td.TdClassName
{
border-color: #49153E;
}
.TagClassName
{
border-color: #49153E;
}
</style>