Shades of Blackberry #49072C
Tints of Blackberry #49072C
RGB
CMYK
RGB Variations
Color information
#49072C (or 0x49072C) is known color: Blackberry. HEX triplet: 49, 07 and 2C. RGB value is (73,7,44). Sum of RGB (Red+Green+Blue) = 73+7+44=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #49072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49072C is #B6F8D3. Grayscale: #1E1E1E. Windows color (decimal): -11991252 or 2885449. OLE color: 2885449.
HSL color Cylindrical-coordinate representation of color #49072C: hue angle of 326.36º 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 #49072C is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 44 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.71 |
| HSL | 326.36º | 0.83% | 0.16% | - |
| HSV(B) | 326.36º | 0.9% | 0.29% | - |
| XYZ | 3.28 | 1.75 | 2.55 | - |
| YUV | 30.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 44 | 0 | 0.90 | 0.40 | 0.71 | 326.36 | 0.83 | 0.16 |
| Hex | 49 | 7 | 2C | 0 | 5A | 28 | 47 | 146 | 52 | 10 |
| Octal | 111 | 7 | 54 | 0 | 132 | 50 | 107 | 506 | 122 | 20 |
| Binary | 1001001 | 111 | 101100 | 0 | 1011010 | 101000 | 1000111 | 101000110 | 1010010 | 10000 |
Color Harmonies of #49072C
Complementary color
Monochromatic Colors of #49072C
Black with #49072C
Text Example
Text Example
White with #49072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49072C; }
p { color: rgb(73,7,44); }
H1.HeaderClassName
{
color: #49072C;
}
.AnyTagClassName
{
color: #49072C;
}
</style>
background-color css
<style>
a { background-color: #49072C; }
a { background-color: rgb(73,7,44); }
div.DivClassName
{
background-color: #49072C;
}
.BgClassName
{
background-color: #49072C;
}
</style>
border-color css
<style>
span { border-color: #49072C; }
span { border-color: rgb(73,7,44); }
td.TdClassName
{
border-color: #49072C;
}
.TagClassName
{
border-color: #49072C;
}
</style>