Shades of Blackberry #49183C
Tints of Blackberry #49183C
RGB
CMYK
RGB Variations
Color information
#49183C (or 0x49183C) is known color: Blackberry. HEX triplet: 49, 18 and 3C. RGB value is (73,24,60). Sum of RGB (Red+Green+Blue) = 73+24+60=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49183C is #B6E7C3. Grayscale: #2A2A2A. Windows color (decimal): -11986884 or 3938377. OLE color: 3938377.
HSL color Cylindrical-coordinate representation of color #49183C: hue angle of 315.92º 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 #49183C is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 60 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.71 |
| HSL | 315.92º | 0.51% | 0.19% | - |
| HSV(B) | 315.92º | 0.67% | 0.29% | - |
| XYZ | 3.89 | 2.4 | 4.53 | - |
| YUV | 42.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 60 | 0 | 0.67 | 0.18 | 0.71 | 315.92 | 0.51 | 0.19 |
| Hex | 49 | 18 | 3C | 0 | 43 | 12 | 47 | 13C | 33 | 13 |
| Octal | 111 | 30 | 74 | 0 | 103 | 22 | 107 | 474 | 63 | 23 |
| Binary | 1001001 | 11000 | 111100 | 0 | 1000011 | 10010 | 1000111 | 100111100 | 110011 | 10011 |
Color Harmonies of #49183C
Complementary color
Monochromatic Colors of #49183C
Black with #49183C
Text Example
Text Example
White with #49183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49183C; }
p { color: rgb(73,24,60); }
H1.HeaderClassName
{
color: #49183C;
}
.AnyTagClassName
{
color: #49183C;
}
</style>
background-color css
<style>
a { background-color: #49183C; }
a { background-color: rgb(73,24,60); }
div.DivClassName
{
background-color: #49183C;
}
.BgClassName
{
background-color: #49183C;
}
</style>
border-color css
<style>
span { border-color: #49183C; }
span { border-color: rgb(73,24,60); }
td.TdClassName
{
border-color: #49183C;
}
.TagClassName
{
border-color: #49183C;
}
</style>