Shades of Blackberry #49173C
Tints of Blackberry #49173C
RGB
CMYK
RGB Variations
Color information
#49173C (or 0x49173C) is known color: Blackberry. HEX triplet: 49, 17 and 3C. RGB value is (73,23,60). Sum of RGB (Red+Green+Blue) = 73+23+60=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49173C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49173C is #B6E8C3. Grayscale: #2A2A2A. Windows color (decimal): -11987140 or 3938121. OLE color: 3938121.
HSL color Cylindrical-coordinate representation of color #49173C: hue angle of 315.6º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49173C is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 23 | 60 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.71 |
| HSL | 315.6º | 0.52% | 0.19% | - |
| HSV(B) | 315.6º | 0.68% | 0.29% | - |
| XYZ | 3.87 | 2.36 | 4.53 | - |
| YUV | 42.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 60 | 0 | 0.68 | 0.18 | 0.71 | 315.6 | 0.52 | 0.19 |
| Hex | 49 | 17 | 3C | 0 | 44 | 12 | 47 | 13C | 34 | 13 |
| Octal | 111 | 27 | 74 | 0 | 104 | 22 | 107 | 474 | 64 | 23 |
| Binary | 1001001 | 10111 | 111100 | 0 | 1000100 | 10010 | 1000111 | 100111100 | 110100 | 10011 |
Color Harmonies of #49173C
Complementary color
Monochromatic Colors of #49173C
Black with #49173C
Text Example
Text Example
White with #49173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49173C; }
p { color: rgb(73,23,60); }
H1.HeaderClassName
{
color: #49173C;
}
.AnyTagClassName
{
color: #49173C;
}
</style>
background-color css
<style>
a { background-color: #49173C; }
a { background-color: rgb(73,23,60); }
div.DivClassName
{
background-color: #49173C;
}
.BgClassName
{
background-color: #49173C;
}
</style>
border-color css
<style>
span { border-color: #49173C; }
span { border-color: rgb(73,23,60); }
td.TdClassName
{
border-color: #49173C;
}
.TagClassName
{
border-color: #49173C;
}
</style>