Shades of Blackberry #49032D
Tints of Blackberry #49032D
RGB
CMYK
RGB Variations
Color information
#49032D (or 0x49032D) is known color: Blackberry. HEX triplet: 49, 03 and 2D. RGB value is (73,3,45). Sum of RGB (Red+Green+Blue) = 73+3+45=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #49032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49032D is #B6FCD2. Grayscale: #1C1C1C. Windows color (decimal): -11992275 or 2949961. OLE color: 2949961.
HSL color Cylindrical-coordinate representation of color #49032D: hue angle of 324º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49032D is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 3 | 45 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.71 |
| HSL | 324º | 0.92% | 0.15% | - |
| HSV(B) | 324º | 0.96% | 0.29% | - |
| XYZ | 3.25 | 1.67 | 2.63 | - |
| YUV | 28.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 45 | 0 | 0.96 | 0.38 | 0.71 | 324 | 0.92 | 0.15 |
| Hex | 49 | 3 | 2D | 0 | 60 | 26 | 47 | 144 | 5C | F |
| Octal | 111 | 3 | 55 | 0 | 140 | 46 | 107 | 504 | 134 | 17 |
| Binary | 1001001 | 11 | 101101 | 0 | 1100000 | 100110 | 1000111 | 101000100 | 1011100 | 1111 |
Color Harmonies of #49032D
Complementary color
Monochromatic Colors of #49032D
Black with #49032D
Text Example
Text Example
White with #49032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49032D; }
p { color: rgb(73,3,45); }
H1.HeaderClassName
{
color: #49032D;
}
.AnyTagClassName
{
color: #49032D;
}
</style>
background-color css
<style>
a { background-color: #49032D; }
a { background-color: rgb(73,3,45); }
div.DivClassName
{
background-color: #49032D;
}
.BgClassName
{
background-color: #49032D;
}
</style>
border-color css
<style>
span { border-color: #49032D; }
span { border-color: rgb(73,3,45); }
td.TdClassName
{
border-color: #49032D;
}
.TagClassName
{
border-color: #49032D;
}
</style>