Shades of Blackberry #490735
Tints of Blackberry #490735
RGB
CMYK
RGB Variations
Color information
#490735 (or 0x490735) is known color: Blackberry. HEX triplet: 49, 07 and 35. RGB value is (73,7,53). Sum of RGB (Red+Green+Blue) = 73+7+53=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #490735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490735 is #B6F8CA. Grayscale: #1F1F1F. Windows color (decimal): -11991243 or 3475273. OLE color: 3475273.
HSL color Cylindrical-coordinate representation of color #490735: hue angle of 318.18º 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 #490735 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 53 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.71 |
| HSL | 318.18º | 0.83% | 0.16% | - |
| HSV(B) | 318.18º | 0.9% | 0.29% | - |
| XYZ | 3.47 | 1.83 | 3.54 | - |
| YUV | 31.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 53 | 0 | 0.90 | 0.27 | 0.71 | 318.18 | 0.83 | 0.16 |
| Hex | 49 | 7 | 35 | 0 | 5A | 1B | 47 | 13E | 52 | 10 |
| Octal | 111 | 7 | 65 | 0 | 132 | 33 | 107 | 476 | 122 | 20 |
| Binary | 1001001 | 111 | 110101 | 0 | 1011010 | 11011 | 1000111 | 100111110 | 1010010 | 10000 |
Color Harmonies of #490735
Complementary color
Monochromatic Colors of #490735
Black with #490735
Text Example
Text Example
White with #490735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490735; }
p { color: rgb(73,7,53); }
H1.HeaderClassName
{
color: #490735;
}
.AnyTagClassName
{
color: #490735;
}
</style>
background-color css
<style>
a { background-color: #490735; }
a { background-color: rgb(73,7,53); }
div.DivClassName
{
background-color: #490735;
}
.BgClassName
{
background-color: #490735;
}
</style>
border-color css
<style>
span { border-color: #490735; }
span { border-color: rgb(73,7,53); }
td.TdClassName
{
border-color: #490735;
}
.TagClassName
{
border-color: #490735;
}
</style>