Shades of Blackberry #49183E
Tints of Blackberry #49183E
RGB
CMYK
RGB Variations
Color information
#49183E (or 0x49183E) is known color: Blackberry. HEX triplet: 49, 18 and 3E. RGB value is (73,24,62). Sum of RGB (Red+Green+Blue) = 73+24+62=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #49183E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49183E is #B6E7C1. Grayscale: #2A2A2A. Windows color (decimal): -11986882 or 4069449. OLE color: 4069449.
HSL color Cylindrical-coordinate representation of color #49183E: hue angle of 313.47º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49183E is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 62 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.71 |
| HSL | 313.47º | 0.51% | 0.19% | - |
| HSV(B) | 313.47º | 0.67% | 0.29% | - |
| XYZ | 3.94 | 2.42 | 4.82 | - |
| YUV | 42.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 62 | 0 | 0.67 | 0.15 | 0.71 | 313.47 | 0.51 | 0.19 |
| Hex | 49 | 18 | 3E | 0 | 43 | F | 47 | 139 | 33 | 13 |
| Octal | 111 | 30 | 76 | 0 | 103 | 17 | 107 | 471 | 63 | 23 |
| Binary | 1001001 | 11000 | 111110 | 0 | 1000011 | 1111 | 1000111 | 100111001 | 110011 | 10011 |
Color Harmonies of #49183E
Complementary color
Monochromatic Colors of #49183E
Black with #49183E
Text Example
Text Example
White with #49183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49183E; }
p { color: rgb(73,24,62); }
H1.HeaderClassName
{
color: #49183E;
}
.AnyTagClassName
{
color: #49183E;
}
</style>
background-color css
<style>
a { background-color: #49183E; }
a { background-color: rgb(73,24,62); }
div.DivClassName
{
background-color: #49183E;
}
.BgClassName
{
background-color: #49183E;
}
</style>
border-color css
<style>
span { border-color: #49183E; }
span { border-color: rgb(73,24,62); }
td.TdClassName
{
border-color: #49183E;
}
.TagClassName
{
border-color: #49183E;
}
</style>