Shades of Blackberry #49172E
Tints of Blackberry #49172E
RGB
CMYK
RGB Variations
Color information
#49172E (or 0x49172E) is known color: Blackberry. HEX triplet: 49, 17 and 2E. RGB value is (73,23,46). Sum of RGB (Red+Green+Blue) = 73+23+46=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #49172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49172E is #B6E8D1. Grayscale: #282828. Windows color (decimal): -11987154 or 3020617. OLE color: 3020617.
HSL color Cylindrical-coordinate representation of color #49172E: hue angle of 332.4º 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 #49172E is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 23 | 46 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.71 |
| HSL | 332.4º | 0.52% | 0.19% | - |
| HSV(B) | 332.4º | 0.68% | 0.29% | - |
| XYZ | 3.55 | 2.23 | 2.83 | - |
| YUV | 40.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 46 | 0 | 0.68 | 0.37 | 0.71 | 332.4 | 0.52 | 0.19 |
| Hex | 49 | 17 | 2E | 0 | 44 | 25 | 47 | 14C | 34 | 13 |
| Octal | 111 | 27 | 56 | 0 | 104 | 45 | 107 | 514 | 64 | 23 |
| Binary | 1001001 | 10111 | 101110 | 0 | 1000100 | 100101 | 1000111 | 101001100 | 110100 | 10011 |
Color Harmonies of #49172E
Complementary color
Monochromatic Colors of #49172E
Black with #49172E
Text Example
Text Example
White with #49172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49172E; }
p { color: rgb(73,23,46); }
H1.HeaderClassName
{
color: #49172E;
}
.AnyTagClassName
{
color: #49172E;
}
</style>
background-color css
<style>
a { background-color: #49172E; }
a { background-color: rgb(73,23,46); }
div.DivClassName
{
background-color: #49172E;
}
.BgClassName
{
background-color: #49172E;
}
</style>
border-color css
<style>
span { border-color: #49172E; }
span { border-color: rgb(73,23,46); }
td.TdClassName
{
border-color: #49172E;
}
.TagClassName
{
border-color: #49172E;
}
</style>