Shades of Blackberry #49092C
Tints of Blackberry #49092C
RGB
CMYK
RGB Variations
Color information
#49092C (or 0x49092C) is known color: Blackberry. HEX triplet: 49, 09 and 2C. RGB value is (73,9,44). Sum of RGB (Red+Green+Blue) = 73+9+44=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #49092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49092C is #B6F6D3. Grayscale: #202020. Windows color (decimal): -11990740 or 2885961. OLE color: 2885961.
HSL color Cylindrical-coordinate representation of color #49092C: hue angle of 327.19º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49092C is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 44 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.71 |
| HSL | 327.19º | 0.78% | 0.16% | - |
| HSV(B) | 327.19º | 0.88% | 0.29% | - |
| XYZ | 3.3 | 1.79 | 2.56 | - |
| YUV | 32.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 44 | 0 | 0.88 | 0.40 | 0.71 | 327.19 | 0.78 | 0.16 |
| Hex | 49 | 9 | 2C | 0 | 58 | 28 | 47 | 147 | 4E | 10 |
| Octal | 111 | 11 | 54 | 0 | 130 | 50 | 107 | 507 | 116 | 20 |
| Binary | 1001001 | 1001 | 101100 | 0 | 1011000 | 101000 | 1000111 | 101000111 | 1001110 | 10000 |
Color Harmonies of #49092C
Complementary color
Monochromatic Colors of #49092C
Black with #49092C
Text Example
Text Example
White with #49092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49092C; }
p { color: rgb(73,9,44); }
H1.HeaderClassName
{
color: #49092C;
}
.AnyTagClassName
{
color: #49092C;
}
</style>
background-color css
<style>
a { background-color: #49092C; }
a { background-color: rgb(73,9,44); }
div.DivClassName
{
background-color: #49092C;
}
.BgClassName
{
background-color: #49092C;
}
</style>
border-color css
<style>
span { border-color: #49092C; }
span { border-color: rgb(73,9,44); }
td.TdClassName
{
border-color: #49092C;
}
.TagClassName
{
border-color: #49092C;
}
</style>