Shades of Blackberry #49073C
Tints of Blackberry #49073C
RGB
CMYK
RGB Variations
Color information
#49073C (or 0x49073C) is known color: Blackberry. HEX triplet: 49, 07 and 3C. RGB value is (73,7,60). Sum of RGB (Red+Green+Blue) = 73+7+60=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49073C is #B6F8C3. Grayscale: #202020. Windows color (decimal): -11991236 or 3934025. OLE color: 3934025.
HSL color Cylindrical-coordinate representation of color #49073C: hue angle of 311.82º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49073C is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 60 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.71 |
| HSL | 311.82º | 0.83% | 0.16% | - |
| HSV(B) | 311.82º | 0.9% | 0.29% | - |
| XYZ | 3.64 | 1.89 | 4.45 | - |
| YUV | 32.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 60 | 0 | 0.90 | 0.18 | 0.71 | 311.82 | 0.83 | 0.16 |
| Hex | 49 | 7 | 3C | 0 | 5A | 12 | 47 | 138 | 52 | 10 |
| Octal | 111 | 7 | 74 | 0 | 132 | 22 | 107 | 470 | 122 | 20 |
| Binary | 1001001 | 111 | 111100 | 0 | 1011010 | 10010 | 1000111 | 100111000 | 1010010 | 10000 |
Color Harmonies of #49073C
Complementary color
Monochromatic Colors of #49073C
Black with #49073C
Text Example
Text Example
White with #49073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49073C; }
p { color: rgb(73,7,60); }
H1.HeaderClassName
{
color: #49073C;
}
.AnyTagClassName
{
color: #49073C;
}
</style>
background-color css
<style>
a { background-color: #49073C; }
a { background-color: rgb(73,7,60); }
div.DivClassName
{
background-color: #49073C;
}
.BgClassName
{
background-color: #49073C;
}
</style>
border-color css
<style>
span { border-color: #49073C; }
span { border-color: rgb(73,7,60); }
td.TdClassName
{
border-color: #49073C;
}
.TagClassName
{
border-color: #49073C;
}
</style>