Shades of Blackberry #49043D
Tints of Blackberry #49043D
RGB
CMYK
RGB Variations
Color information
#49043D (or 0x49043D) is known color: Blackberry. HEX triplet: 49, 04 and 3D. RGB value is (73,4,61). Sum of RGB (Red+Green+Blue) = 73+4+61=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49043D is #B6FBC2. Grayscale: #1E1E1E. Windows color (decimal): -11992003 or 3998793. OLE color: 3998793.
HSL color Cylindrical-coordinate representation of color #49043D: hue angle of 310.43º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49043D is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 4 | 61 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.71 |
| HSL | 310.43º | 0.9% | 0.15% | - |
| HSV(B) | 310.43º | 0.95% | 0.29% | - |
| XYZ | 3.63 | 1.84 | 4.58 | - |
| YUV | 31.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 61 | 0 | 0.95 | 0.16 | 0.71 | 310.43 | 0.9 | 0.15 |
| Hex | 49 | 4 | 3D | 0 | 5F | 10 | 47 | 136 | 5A | F |
| Octal | 111 | 4 | 75 | 0 | 137 | 20 | 107 | 466 | 132 | 17 |
| Binary | 1001001 | 100 | 111101 | 0 | 1011111 | 10000 | 1000111 | 100110110 | 1011010 | 1111 |
Color Harmonies of #49043D
Complementary color
Monochromatic Colors of #49043D
Black with #49043D
Text Example
Text Example
White with #49043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49043D; }
p { color: rgb(73,4,61); }
H1.HeaderClassName
{
color: #49043D;
}
.AnyTagClassName
{
color: #49043D;
}
</style>
background-color css
<style>
a { background-color: #49043D; }
a { background-color: rgb(73,4,61); }
div.DivClassName
{
background-color: #49043D;
}
.BgClassName
{
background-color: #49043D;
}
</style>
border-color css
<style>
span { border-color: #49043D; }
span { border-color: rgb(73,4,61); }
td.TdClassName
{
border-color: #49043D;
}
.TagClassName
{
border-color: #49043D;
}
</style>