Shades of Blackberry #49183B
Tints of Blackberry #49183B
RGB
CMYK
RGB Variations
Color information
#49183B (or 0x49183B) is known color: Blackberry. HEX triplet: 49, 18 and 3B. RGB value is (73,24,59). Sum of RGB (Red+Green+Blue) = 73+24+59=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49183B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49183B is #B6E7C4. Grayscale: #2A2A2A. Windows color (decimal): -11986885 or 3872841. OLE color: 3872841.
HSL color Cylindrical-coordinate representation of color #49183B: hue angle of 317.14º 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 #49183B is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 59 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.71 |
| HSL | 317.14º | 0.51% | 0.19% | - |
| HSV(B) | 317.14º | 0.67% | 0.29% | - |
| XYZ | 3.86 | 2.39 | 4.39 | - |
| YUV | 42.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 59 | 0 | 0.67 | 0.19 | 0.71 | 317.14 | 0.51 | 0.19 |
| Hex | 49 | 18 | 3B | 0 | 43 | 13 | 47 | 13D | 33 | 13 |
| Octal | 111 | 30 | 73 | 0 | 103 | 23 | 107 | 475 | 63 | 23 |
| Binary | 1001001 | 11000 | 111011 | 0 | 1000011 | 10011 | 1000111 | 100111101 | 110011 | 10011 |
Color Harmonies of #49183B
Complementary color
Monochromatic Colors of #49183B
Black with #49183B
Text Example
Text Example
White with #49183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49183B; }
p { color: rgb(73,24,59); }
H1.HeaderClassName
{
color: #49183B;
}
.AnyTagClassName
{
color: #49183B;
}
</style>
background-color css
<style>
a { background-color: #49183B; }
a { background-color: rgb(73,24,59); }
div.DivClassName
{
background-color: #49183B;
}
.BgClassName
{
background-color: #49183B;
}
</style>
border-color css
<style>
span { border-color: #49183B; }
span { border-color: rgb(73,24,59); }
td.TdClassName
{
border-color: #49183B;
}
.TagClassName
{
border-color: #49183B;
}
</style>