Shades of Blackberry #49102D
Tints of Blackberry #49102D
RGB
CMYK
RGB Variations
Color information
#49102D (or 0x49102D) is known color: Blackberry. HEX triplet: 49, 10 and 2D. RGB value is (73,16,45). Sum of RGB (Red+Green+Blue) = 73+16+45=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #49102D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49102D is #B6EFD2. Grayscale: #242424. Windows color (decimal): -11988947 or 2953289. OLE color: 2953289.
HSL color Cylindrical-coordinate representation of color #49102D: hue angle of 329.47º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49102D is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 16 | 45 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.71 |
| HSL | 329.47º | 0.64% | 0.17% | - |
| HSV(B) | 329.47º | 0.78% | 0.29% | - |
| XYZ | 3.41 | 1.98 | 2.68 | - |
| YUV | 36.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 45 | 0 | 0.78 | 0.38 | 0.71 | 329.47 | 0.64 | 0.17 |
| Hex | 49 | 10 | 2D | 0 | 4E | 26 | 47 | 149 | 40 | 11 |
| Octal | 111 | 20 | 55 | 0 | 116 | 46 | 107 | 511 | 100 | 21 |
| Binary | 1001001 | 10000 | 101101 | 0 | 1001110 | 100110 | 1000111 | 101001001 | 1000000 | 10001 |
Color Harmonies of #49102D
Complementary color
Monochromatic Colors of #49102D
Black with #49102D
Text Example
Text Example
White with #49102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49102D; }
p { color: rgb(73,16,45); }
H1.HeaderClassName
{
color: #49102D;
}
.AnyTagClassName
{
color: #49102D;
}
</style>
background-color css
<style>
a { background-color: #49102D; }
a { background-color: rgb(73,16,45); }
div.DivClassName
{
background-color: #49102D;
}
.BgClassName
{
background-color: #49102D;
}
</style>
border-color css
<style>
span { border-color: #49102D; }
span { border-color: rgb(73,16,45); }
td.TdClassName
{
border-color: #49102D;
}
.TagClassName
{
border-color: #49102D;
}
</style>