Shades of Blackberry #49072D
Tints of Blackberry #49072D
RGB
CMYK
RGB Variations
Color information
#49072D (or 0x49072D) is known color: Blackberry. HEX triplet: 49, 07 and 2D. RGB value is (73,7,45). Sum of RGB (Red+Green+Blue) = 73+7+45=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #49072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49072D is #B6F8D2. Grayscale: #1E1E1E. Windows color (decimal): -11991251 or 2950985. OLE color: 2950985.
HSL color Cylindrical-coordinate representation of color #49072D: hue angle of 325.45º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49072D is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 45 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.71 |
| HSL | 325.45º | 0.83% | 0.16% | - |
| HSV(B) | 325.45º | 0.9% | 0.29% | - |
| XYZ | 3.3 | 1.76 | 2.65 | - |
| YUV | 31.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 45 | 0 | 0.90 | 0.38 | 0.71 | 325.45 | 0.83 | 0.16 |
| Hex | 49 | 7 | 2D | 0 | 5A | 26 | 47 | 145 | 52 | 10 |
| Octal | 111 | 7 | 55 | 0 | 132 | 46 | 107 | 505 | 122 | 20 |
| Binary | 1001001 | 111 | 101101 | 0 | 1011010 | 100110 | 1000111 | 101000101 | 1010010 | 10000 |
Color Harmonies of #49072D
Complementary color
Monochromatic Colors of #49072D
Black with #49072D
Text Example
Text Example
White with #49072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49072D; }
p { color: rgb(73,7,45); }
H1.HeaderClassName
{
color: #49072D;
}
.AnyTagClassName
{
color: #49072D;
}
</style>
background-color css
<style>
a { background-color: #49072D; }
a { background-color: rgb(73,7,45); }
div.DivClassName
{
background-color: #49072D;
}
.BgClassName
{
background-color: #49072D;
}
</style>
border-color css
<style>
span { border-color: #49072D; }
span { border-color: rgb(73,7,45); }
td.TdClassName
{
border-color: #49072D;
}
.TagClassName
{
border-color: #49072D;
}
</style>