Shades of Blackberry #49192E
Tints of Blackberry #49192E
RGB
CMYK
RGB Variations
Color information
#49192E (or 0x49192E) is known color: Blackberry. HEX triplet: 49, 19 and 2E. RGB value is (73,25,46). Sum of RGB (Red+Green+Blue) = 73+25+46=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #49192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49192E is #B6E6D1. Grayscale: #292929. Windows color (decimal): -11986642 or 3021129. OLE color: 3021129.
HSL color Cylindrical-coordinate representation of color #49192E: hue angle of 333.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49192E is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 25 | 46 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.71 |
| HSL | 333.75º | 0.49% | 0.19% | - |
| HSV(B) | 333.75º | 0.66% | 0.29% | - |
| XYZ | 3.59 | 2.31 | 2.84 | - |
| YUV | 41.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 46 | 0 | 0.66 | 0.37 | 0.71 | 333.75 | 0.49 | 0.19 |
| Hex | 49 | 19 | 2E | 0 | 42 | 25 | 47 | 14E | 31 | 13 |
| Octal | 111 | 31 | 56 | 0 | 102 | 45 | 107 | 516 | 61 | 23 |
| Binary | 1001001 | 11001 | 101110 | 0 | 1000010 | 100101 | 1000111 | 101001110 | 110001 | 10011 |
Color Harmonies of #49192E
Complementary color
Monochromatic Colors of #49192E
Black with #49192E
Text Example
Text Example
White with #49192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49192E; }
p { color: rgb(73,25,46); }
H1.HeaderClassName
{
color: #49192E;
}
.AnyTagClassName
{
color: #49192E;
}
</style>
background-color css
<style>
a { background-color: #49192E; }
a { background-color: rgb(73,25,46); }
div.DivClassName
{
background-color: #49192E;
}
.BgClassName
{
background-color: #49192E;
}
</style>
border-color css
<style>
span { border-color: #49192E; }
span { border-color: rgb(73,25,46); }
td.TdClassName
{
border-color: #49192E;
}
.TagClassName
{
border-color: #49192E;
}
</style>