Shades of Blackberry #49123E
Tints of Blackberry #49123E
RGB
CMYK
RGB Variations
Color information
#49123E (or 0x49123E) is known color: Blackberry. HEX triplet: 49, 12 and 3E. RGB value is (73,18,62). Sum of RGB (Red+Green+Blue) = 73+18+62=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49123E is #B6EDC1. Grayscale: #272727. Windows color (decimal): -11988418 or 4067913. OLE color: 4067913.
HSL color Cylindrical-coordinate representation of color #49123E: hue angle of 312º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49123E is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 18 | 62 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.71 |
| HSL | 312º | 0.6% | 0.18% | - |
| HSV(B) | 312º | 0.75% | 0.29% | - |
| XYZ | 3.83 | 2.2 | 4.78 | - |
| YUV | 39.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 62 | 0 | 0.75 | 0.15 | 0.71 | 312 | 0.6 | 0.18 |
| Hex | 49 | 12 | 3E | 0 | 4B | F | 47 | 138 | 3C | 12 |
| Octal | 111 | 22 | 76 | 0 | 113 | 17 | 107 | 470 | 74 | 22 |
| Binary | 1001001 | 10010 | 111110 | 0 | 1001011 | 1111 | 1000111 | 100111000 | 111100 | 10010 |
Color Harmonies of #49123E
Complementary color
Monochromatic Colors of #49123E
Black with #49123E
Text Example
Text Example
White with #49123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49123E; }
p { color: rgb(73,18,62); }
H1.HeaderClassName
{
color: #49123E;
}
.AnyTagClassName
{
color: #49123E;
}
</style>
background-color css
<style>
a { background-color: #49123E; }
a { background-color: rgb(73,18,62); }
div.DivClassName
{
background-color: #49123E;
}
.BgClassName
{
background-color: #49123E;
}
</style>
border-color css
<style>
span { border-color: #49123E; }
span { border-color: rgb(73,18,62); }
td.TdClassName
{
border-color: #49123E;
}
.TagClassName
{
border-color: #49123E;
}
</style>