Shades of Blackberry #49082D
Tints of Blackberry #49082D
RGB
CMYK
RGB Variations
Color information
#49082D (or 0x49082D) is known color: Blackberry. HEX triplet: 49, 08 and 2D. RGB value is (73,8,45). Sum of RGB (Red+Green+Blue) = 73+8+45=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #49082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49082D is #B6F7D2. Grayscale: #1F1F1F. Windows color (decimal): -11990995 or 2951241. OLE color: 2951241.
HSL color Cylindrical-coordinate representation of color #49082D: hue angle of 325.85º 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 #49082D is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 8 | 45 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.71 |
| HSL | 325.85º | 0.8% | 0.16% | - |
| HSV(B) | 325.85º | 0.89% | 0.29% | - |
| XYZ | 3.31 | 1.78 | 2.65 | - |
| YUV | 31.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 45 | 0 | 0.89 | 0.38 | 0.71 | 325.85 | 0.8 | 0.16 |
| Hex | 49 | 8 | 2D | 0 | 59 | 26 | 47 | 146 | 50 | 10 |
| Octal | 111 | 10 | 55 | 0 | 131 | 46 | 107 | 506 | 120 | 20 |
| Binary | 1001001 | 1000 | 101101 | 0 | 1011001 | 100110 | 1000111 | 101000110 | 1010000 | 10000 |
Color Harmonies of #49082D
Complementary color
Monochromatic Colors of #49082D
Black with #49082D
Text Example
Text Example
White with #49082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49082D; }
p { color: rgb(73,8,45); }
H1.HeaderClassName
{
color: #49082D;
}
.AnyTagClassName
{
color: #49082D;
}
</style>
background-color css
<style>
a { background-color: #49082D; }
a { background-color: rgb(73,8,45); }
div.DivClassName
{
background-color: #49082D;
}
.BgClassName
{
background-color: #49082D;
}
</style>
border-color css
<style>
span { border-color: #49082D; }
span { border-color: rgb(73,8,45); }
td.TdClassName
{
border-color: #49082D;
}
.TagClassName
{
border-color: #49082D;
}
</style>