Shades of Blackberry #49182C
Tints of Blackberry #49182C
RGB
CMYK
RGB Variations
Color information
#49182C (or 0x49182C) is known color: Blackberry. HEX triplet: 49, 18 and 2C. RGB value is (73,24,44). Sum of RGB (Red+Green+Blue) = 73+24+44=141 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.77% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 73 - color contains mainly: red. Hex color #49182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49182C is #B6E7D3. Grayscale: #282828. Windows color (decimal): -11986900 or 2889801. OLE color: 2889801.
HSL color Cylindrical-coordinate representation of color #49182C: hue angle of 335.51º 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 #49182C is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 44 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.71 |
| HSL | 335.51º | 0.51% | 0.19% | - |
| HSV(B) | 335.51º | 0.67% | 0.29% | - |
| XYZ | 3.53 | 2.25 | 2.63 | - |
| YUV | 40.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 44 | 0 | 0.67 | 0.40 | 0.71 | 335.51 | 0.51 | 0.19 |
| Hex | 49 | 18 | 2C | 0 | 43 | 28 | 47 | 150 | 33 | 13 |
| Octal | 111 | 30 | 54 | 0 | 103 | 50 | 107 | 520 | 63 | 23 |
| Binary | 1001001 | 11000 | 101100 | 0 | 1000011 | 101000 | 1000111 | 101010000 | 110011 | 10011 |
Color Harmonies of #49182C
Complementary color
Monochromatic Colors of #49182C
Black with #49182C
Text Example
Text Example
White with #49182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49182C; }
p { color: rgb(73,24,44); }
H1.HeaderClassName
{
color: #49182C;
}
.AnyTagClassName
{
color: #49182C;
}
</style>
background-color css
<style>
a { background-color: #49182C; }
a { background-color: rgb(73,24,44); }
div.DivClassName
{
background-color: #49182C;
}
.BgClassName
{
background-color: #49182C;
}
</style>
border-color css
<style>
span { border-color: #49182C; }
span { border-color: rgb(73,24,44); }
td.TdClassName
{
border-color: #49182C;
}
.TagClassName
{
border-color: #49182C;
}
</style>