Shades of Blackberry #49113A
Tints of Blackberry #49113A
RGB
CMYK
RGB Variations
Color information
#49113A (or 0x49113A) is known color: Blackberry. HEX triplet: 49, 11 and 3A. RGB value is (73,17,58). Sum of RGB (Red+Green+Blue) = 73+17+58=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #49113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49113A is #B6EEC5. Grayscale: #262626. Windows color (decimal): -11988678 or 3805513. OLE color: 3805513.
HSL color Cylindrical-coordinate representation of color #49113A: hue angle of 316.07º 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 #49113A is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 17 | 58 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.71 |
| HSL | 316.07º | 0.62% | 0.18% | - |
| HSV(B) | 316.07º | 0.77% | 0.29% | - |
| XYZ | 3.71 | 2.12 | 4.22 | - |
| YUV | 38.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 58 | 0 | 0.77 | 0.21 | 0.71 | 316.07 | 0.62 | 0.18 |
| Hex | 49 | 11 | 3A | 0 | 4D | 15 | 47 | 13C | 3E | 12 |
| Octal | 111 | 21 | 72 | 0 | 115 | 25 | 107 | 474 | 76 | 22 |
| Binary | 1001001 | 10001 | 111010 | 0 | 1001101 | 10101 | 1000111 | 100111100 | 111110 | 10010 |
Color Harmonies of #49113A
Complementary color
Monochromatic Colors of #49113A
Black with #49113A
Text Example
Text Example
White with #49113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49113A; }
p { color: rgb(73,17,58); }
H1.HeaderClassName
{
color: #49113A;
}
.AnyTagClassName
{
color: #49113A;
}
</style>
background-color css
<style>
a { background-color: #49113A; }
a { background-color: rgb(73,17,58); }
div.DivClassName
{
background-color: #49113A;
}
.BgClassName
{
background-color: #49113A;
}
</style>
border-color css
<style>
span { border-color: #49113A; }
span { border-color: rgb(73,17,58); }
td.TdClassName
{
border-color: #49113A;
}
.TagClassName
{
border-color: #49113A;
}
</style>