Shades of Blackberry #49011E
Tints of Blackberry #49011E
RGB
CMYK
RGB Variations
Color information
#49011E (or 0x49011E) is known color: Blackberry. HEX triplet: 49, 01 and 1E. RGB value is (73,1,30). Sum of RGB (Red+Green+Blue) = 73+1+30=104 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.19% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 73 - color contains mainly: red. Hex color #49011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49011E is #B6FEE1. Grayscale: #191919. Windows color (decimal): -11992802 or 1966409. OLE color: 1966409.
HSL color Cylindrical-coordinate representation of color #49011E: hue angle of 335.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49011E is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.71 |
| HSL | 335.83º | 0.97% | 0.15% | - |
| HSV(B) | 335.83º | 0.99% | 0.29% | - |
| XYZ | 2.99 | 1.53 | 1.37 | - |
| YUV | 25.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 30 | 0 | 0.99 | 0.59 | 0.71 | 335.83 | 0.97 | 0.15 |
| Hex | 49 | 1 | 1E | 0 | 63 | 3B | 47 | 150 | 61 | F |
| Octal | 111 | 1 | 36 | 0 | 143 | 73 | 107 | 520 | 141 | 17 |
| Binary | 1001001 | 1 | 11110 | 0 | 1100011 | 111011 | 1000111 | 101010000 | 1100001 | 1111 |
Color Harmonies of #49011E
Complementary color
Monochromatic Colors of #49011E
Black with #49011E
Text Example
Text Example
White with #49011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49011E; }
p { color: rgb(73,1,30); }
H1.HeaderClassName
{
color: #49011E;
}
.AnyTagClassName
{
color: #49011E;
}
</style>
background-color css
<style>
a { background-color: #49011E; }
a { background-color: rgb(73,1,30); }
div.DivClassName
{
background-color: #49011E;
}
.BgClassName
{
background-color: #49011E;
}
</style>
border-color css
<style>
span { border-color: #49011E; }
span { border-color: rgb(73,1,30); }
td.TdClassName
{
border-color: #49011E;
}
.TagClassName
{
border-color: #49011E;
}
</style>