Shades of Blackberry #490037
Tints of Blackberry #490037
RGB
CMYK
RGB Variations
Color information
#490037 (or 0x490037) is known color: Blackberry. HEX triplet: 49, 00 and 37. RGB value is (73,0,55). Sum of RGB (Red+Green+Blue) = 73+0+55=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #490037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490037 is #B6FFC8. Grayscale: #1B1B1B. Windows color (decimal): -11993033 or 3604553. OLE color: 3604553.
HSL color Cylindrical-coordinate representation of color #490037: hue angle of 314.79º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490037 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 55 | - |
| CMYK | 0 | 1 | 0.25 | 0.71 |
| HSL | 314.79º | 1% | 0.14% | - |
| HSV(B) | 314.79º | 1% | 0.29% | - |
| XYZ | 3.44 | 1.69 | 3.76 | - |
| YUV | 28.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 55 | 0 | 1 | 0.25 | 0.71 | 314.79 | 1 | 0.14 |
| Hex | 49 | 0 | 37 | 0 | 64 | 19 | 47 | 13B | 64 | E |
| Octal | 111 | 0 | 67 | 0 | 144 | 31 | 107 | 473 | 144 | 16 |
| Binary | 1001001 | 0 | 110111 | 0 | 1100100 | 11001 | 1000111 | 100111011 | 1100100 | 1110 |
Color Harmonies of #490037
Complementary color
Monochromatic Colors of #490037
Black with #490037
Text Example
Text Example
White with #490037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490037; }
p { color: rgb(73,0,55); }
H1.HeaderClassName
{
color: #490037;
}
.AnyTagClassName
{
color: #490037;
}
</style>
background-color css
<style>
a { background-color: #490037; }
a { background-color: rgb(73,0,55); }
div.DivClassName
{
background-color: #490037;
}
.BgClassName
{
background-color: #490037;
}
</style>
border-color css
<style>
span { border-color: #490037; }
span { border-color: rgb(73,0,55); }
td.TdClassName
{
border-color: #490037;
}
.TagClassName
{
border-color: #490037;
}
</style>