Shades of Blackberry #49052D
Tints of Blackberry #49052D
RGB
CMYK
RGB Variations
Color information
#49052D (or 0x49052D) is known color: Blackberry. HEX triplet: 49, 05 and 2D. RGB value is (73,5,45). Sum of RGB (Red+Green+Blue) = 73+5+45=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #49052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49052D is #B6FAD2. Grayscale: #1D1D1D. Windows color (decimal): -11991763 or 2950473. OLE color: 2950473.
HSL color Cylindrical-coordinate representation of color #49052D: hue angle of 324.71º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49052D is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 5 | 45 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.71 |
| HSL | 324.71º | 0.87% | 0.15% | - |
| HSV(B) | 324.71º | 0.93% | 0.29% | - |
| XYZ | 3.28 | 1.71 | 2.64 | - |
| YUV | 29.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 45 | 0 | 0.93 | 0.38 | 0.71 | 324.71 | 0.87 | 0.15 |
| Hex | 49 | 5 | 2D | 0 | 5D | 26 | 47 | 145 | 57 | F |
| Octal | 111 | 5 | 55 | 0 | 135 | 46 | 107 | 505 | 127 | 17 |
| Binary | 1001001 | 101 | 101101 | 0 | 1011101 | 100110 | 1000111 | 101000101 | 1010111 | 1111 |
Color Harmonies of #49052D
Complementary color
Monochromatic Colors of #49052D
Black with #49052D
Text Example
Text Example
White with #49052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49052D; }
p { color: rgb(73,5,45); }
H1.HeaderClassName
{
color: #49052D;
}
.AnyTagClassName
{
color: #49052D;
}
</style>
background-color css
<style>
a { background-color: #49052D; }
a { background-color: rgb(73,5,45); }
div.DivClassName
{
background-color: #49052D;
}
.BgClassName
{
background-color: #49052D;
}
</style>
border-color css
<style>
span { border-color: #49052D; }
span { border-color: rgb(73,5,45); }
td.TdClassName
{
border-color: #49052D;
}
.TagClassName
{
border-color: #49052D;
}
</style>