Shades of Blackberry #49031E
Tints of Blackberry #49031E
RGB
CMYK
RGB Variations
Color information
#49031E (or 0x49031E) is known color: Blackberry. HEX triplet: 49, 03 and 1E. RGB value is (73,3,30). Sum of RGB (Red+Green+Blue) = 73+3+30=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #49031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49031E is #B6FCE1. Grayscale: #1A1A1A. Windows color (decimal): -11992290 or 1966921. OLE color: 1966921.
HSL color Cylindrical-coordinate representation of color #49031E: hue angle of 336.86º 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 #49031E is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 3 | 30 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.71 |
| HSL | 336.86º | 0.92% | 0.15% | - |
| HSV(B) | 336.86º | 0.96% | 0.29% | - |
| XYZ | 3.01 | 1.58 | 1.37 | - |
| YUV | 27.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 30 | 0 | 0.96 | 0.59 | 0.71 | 336.86 | 0.92 | 0.15 |
| Hex | 49 | 3 | 1E | 0 | 60 | 3B | 47 | 151 | 5C | F |
| Octal | 111 | 3 | 36 | 0 | 140 | 73 | 107 | 521 | 134 | 17 |
| Binary | 1001001 | 11 | 11110 | 0 | 1100000 | 111011 | 1000111 | 101010001 | 1011100 | 1111 |
Color Harmonies of #49031E
Complementary color
Monochromatic Colors of #49031E
Black with #49031E
Text Example
Text Example
White with #49031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49031E; }
p { color: rgb(73,3,30); }
H1.HeaderClassName
{
color: #49031E;
}
.AnyTagClassName
{
color: #49031E;
}
</style>
background-color css
<style>
a { background-color: #49031E; }
a { background-color: rgb(73,3,30); }
div.DivClassName
{
background-color: #49031E;
}
.BgClassName
{
background-color: #49031E;
}
</style>
border-color css
<style>
span { border-color: #49031E; }
span { border-color: rgb(73,3,30); }
td.TdClassName
{
border-color: #49031E;
}
.TagClassName
{
border-color: #49031E;
}
</style>