Shades of Blackberry #49112A
Tints of Blackberry #49112A
RGB
CMYK
RGB Variations
Color information
#49112A (or 0x49112A) is known color: Blackberry. HEX triplet: 49, 11 and 2A. RGB value is (73,17,42). Sum of RGB (Red+Green+Blue) = 73+17+42=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #49112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49112A is #B6EED5. Grayscale: #242424. Windows color (decimal): -11988694 or 2756937. OLE color: 2756937.
HSL color Cylindrical-coordinate representation of color #49112A: hue angle of 333.21º 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 #49112A is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 17 | 42 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.71 |
| HSL | 333.21º | 0.62% | 0.18% | - |
| HSV(B) | 333.21º | 0.77% | 0.29% | - |
| XYZ | 3.37 | 1.98 | 2.4 | - |
| YUV | 36.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 42 | 0 | 0.77 | 0.42 | 0.71 | 333.21 | 0.62 | 0.18 |
| Hex | 49 | 11 | 2A | 0 | 4D | 2A | 47 | 14D | 3E | 12 |
| Octal | 111 | 21 | 52 | 0 | 115 | 52 | 107 | 515 | 76 | 22 |
| Binary | 1001001 | 10001 | 101010 | 0 | 1001101 | 101010 | 1000111 | 101001101 | 111110 | 10010 |
Color Harmonies of #49112A
Complementary color
Monochromatic Colors of #49112A
Black with #49112A
Text Example
Text Example
White with #49112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49112A; }
p { color: rgb(73,17,42); }
H1.HeaderClassName
{
color: #49112A;
}
.AnyTagClassName
{
color: #49112A;
}
</style>
background-color css
<style>
a { background-color: #49112A; }
a { background-color: rgb(73,17,42); }
div.DivClassName
{
background-color: #49112A;
}
.BgClassName
{
background-color: #49112A;
}
</style>
border-color css
<style>
span { border-color: #49112A; }
span { border-color: rgb(73,17,42); }
td.TdClassName
{
border-color: #49112A;
}
.TagClassName
{
border-color: #49112A;
}
</style>