Shades of Blackberry #49082C
Tints of Blackberry #49082C
RGB
CMYK
RGB Variations
Color information
#49082C (or 0x49082C) is known color: Blackberry. HEX triplet: 49, 08 and 2C. RGB value is (73,8,44). Sum of RGB (Red+Green+Blue) = 73+8+44=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #49082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49082C is #B6F7D3. Grayscale: #1F1F1F. Windows color (decimal): -11990996 or 2885705. OLE color: 2885705.
HSL color Cylindrical-coordinate representation of color #49082C: hue angle of 326.77º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49082C is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 8 | 44 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.71 |
| HSL | 326.77º | 0.8% | 0.16% | - |
| HSV(B) | 326.77º | 0.89% | 0.29% | - |
| XYZ | 3.29 | 1.77 | 2.55 | - |
| YUV | 31.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 44 | 0 | 0.89 | 0.40 | 0.71 | 326.77 | 0.8 | 0.16 |
| Hex | 49 | 8 | 2C | 0 | 59 | 28 | 47 | 147 | 50 | 10 |
| Octal | 111 | 10 | 54 | 0 | 131 | 50 | 107 | 507 | 120 | 20 |
| Binary | 1001001 | 1000 | 101100 | 0 | 1011001 | 101000 | 1000111 | 101000111 | 1010000 | 10000 |
Color Harmonies of #49082C
Complementary color
Monochromatic Colors of #49082C
Black with #49082C
Text Example
Text Example
White with #49082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49082C; }
p { color: rgb(73,8,44); }
H1.HeaderClassName
{
color: #49082C;
}
.AnyTagClassName
{
color: #49082C;
}
</style>
background-color css
<style>
a { background-color: #49082C; }
a { background-color: rgb(73,8,44); }
div.DivClassName
{
background-color: #49082C;
}
.BgClassName
{
background-color: #49082C;
}
</style>
border-color css
<style>
span { border-color: #49082C; }
span { border-color: rgb(73,8,44); }
td.TdClassName
{
border-color: #49082C;
}
.TagClassName
{
border-color: #49082C;
}
</style>