Shades of Blackberry #49103E
Tints of Blackberry #49103E
RGB
CMYK
RGB Variations
Color information
#49103E (or 0x49103E) is known color: Blackberry. HEX triplet: 49, 10 and 3E. RGB value is (73,16,62). Sum of RGB (Red+Green+Blue) = 73+16+62=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49103E is #B6EFC1. Grayscale: #262626. Windows color (decimal): -11988930 or 4067401. OLE color: 4067401.
HSL color Cylindrical-coordinate representation of color #49103E: hue angle of 311.58º 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 #49103E is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 16 | 62 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.71 |
| HSL | 311.58º | 0.64% | 0.17% | - |
| HSV(B) | 311.58º | 0.78% | 0.29% | - |
| XYZ | 3.8 | 2.13 | 4.77 | - |
| YUV | 38.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 62 | 0 | 0.78 | 0.15 | 0.71 | 311.58 | 0.64 | 0.17 |
| Hex | 49 | 10 | 3E | 0 | 4E | F | 47 | 138 | 40 | 11 |
| Octal | 111 | 20 | 76 | 0 | 116 | 17 | 107 | 470 | 100 | 21 |
| Binary | 1001001 | 10000 | 111110 | 0 | 1001110 | 1111 | 1000111 | 100111000 | 1000000 | 10001 |
Color Harmonies of #49103E
Complementary color
Monochromatic Colors of #49103E
Black with #49103E
Text Example
Text Example
White with #49103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49103E; }
p { color: rgb(73,16,62); }
H1.HeaderClassName
{
color: #49103E;
}
.AnyTagClassName
{
color: #49103E;
}
</style>
background-color css
<style>
a { background-color: #49103E; }
a { background-color: rgb(73,16,62); }
div.DivClassName
{
background-color: #49103E;
}
.BgClassName
{
background-color: #49103E;
}
</style>
border-color css
<style>
span { border-color: #49103E; }
span { border-color: rgb(73,16,62); }
td.TdClassName
{
border-color: #49103E;
}
.TagClassName
{
border-color: #49103E;
}
</style>