Shades of Blackberry #49093C
Tints of Blackberry #49093C
RGB
CMYK
RGB Variations
Color information
#49093C (or 0x49093C) is known color: Blackberry. HEX triplet: 49, 09 and 3C. RGB value is (73,9,60). Sum of RGB (Red+Green+Blue) = 73+9+60=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #49093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49093C is #B6F6C3. Grayscale: #212121. Windows color (decimal): -11990724 or 3934537. OLE color: 3934537.
HSL color Cylindrical-coordinate representation of color #49093C: hue angle of 312.19º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49093C is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 60 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.71 |
| HSL | 312.19º | 0.78% | 0.16% | - |
| HSV(B) | 312.19º | 0.88% | 0.29% | - |
| XYZ | 3.66 | 1.94 | 4.46 | - |
| YUV | 33.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 60 | 0 | 0.88 | 0.18 | 0.71 | 312.19 | 0.78 | 0.16 |
| Hex | 49 | 9 | 3C | 0 | 58 | 12 | 47 | 138 | 4E | 10 |
| Octal | 111 | 11 | 74 | 0 | 130 | 22 | 107 | 470 | 116 | 20 |
| Binary | 1001001 | 1001 | 111100 | 0 | 1011000 | 10010 | 1000111 | 100111000 | 1001110 | 10000 |
Color Harmonies of #49093C
Complementary color
Monochromatic Colors of #49093C
Black with #49093C
Text Example
Text Example
White with #49093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49093C; }
p { color: rgb(73,9,60); }
H1.HeaderClassName
{
color: #49093C;
}
.AnyTagClassName
{
color: #49093C;
}
</style>
background-color css
<style>
a { background-color: #49093C; }
a { background-color: rgb(73,9,60); }
div.DivClassName
{
background-color: #49093C;
}
.BgClassName
{
background-color: #49093C;
}
</style>
border-color css
<style>
span { border-color: #49093C; }
span { border-color: rgb(73,9,60); }
td.TdClassName
{
border-color: #49093C;
}
.TagClassName
{
border-color: #49093C;
}
</style>