Shades of Blackberry #49032C
Tints of Blackberry #49032C
RGB
CMYK
RGB Variations
Color information
#49032C (or 0x49032C) is known color: Blackberry. HEX triplet: 49, 03 and 2C. RGB value is (73,3,44). Sum of RGB (Red+Green+Blue) = 73+3+44=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #49032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49032C is #B6FCD3. Grayscale: #1C1C1C. Windows color (decimal): -11992276 or 2884425. OLE color: 2884425.
HSL color Cylindrical-coordinate representation of color #49032C: hue angle of 324.86º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49032C is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 3 | 44 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.71 |
| HSL | 324.86º | 0.92% | 0.15% | - |
| HSV(B) | 324.86º | 0.96% | 0.29% | - |
| XYZ | 3.23 | 1.66 | 2.53 | - |
| YUV | 28.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 44 | 0 | 0.96 | 0.40 | 0.71 | 324.86 | 0.92 | 0.15 |
| Hex | 49 | 3 | 2C | 0 | 60 | 28 | 47 | 145 | 5C | F |
| Octal | 111 | 3 | 54 | 0 | 140 | 50 | 107 | 505 | 134 | 17 |
| Binary | 1001001 | 11 | 101100 | 0 | 1100000 | 101000 | 1000111 | 101000101 | 1011100 | 1111 |
Color Harmonies of #49032C
Complementary color
Monochromatic Colors of #49032C
Black with #49032C
Text Example
Text Example
White with #49032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49032C; }
p { color: rgb(73,3,44); }
H1.HeaderClassName
{
color: #49032C;
}
.AnyTagClassName
{
color: #49032C;
}
</style>
background-color css
<style>
a { background-color: #49032C; }
a { background-color: rgb(73,3,44); }
div.DivClassName
{
background-color: #49032C;
}
.BgClassName
{
background-color: #49032C;
}
</style>
border-color css
<style>
span { border-color: #49032C; }
span { border-color: rgb(73,3,44); }
td.TdClassName
{
border-color: #49032C;
}
.TagClassName
{
border-color: #49032C;
}
</style>