Shades of Blackberry #490733
Tints of Blackberry #490733
RGB
CMYK
RGB Variations
Color information
#490733 (or 0x490733) is known color: Blackberry. HEX triplet: 49, 07 and 33. RGB value is (73,7,51). Sum of RGB (Red+Green+Blue) = 73+7+51=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #490733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490733 is #B6F8CC. Grayscale: #1F1F1F. Windows color (decimal): -11991245 or 3344201. OLE color: 3344201.
HSL color Cylindrical-coordinate representation of color #490733: hue angle of 320º 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 #490733 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 51 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.71 |
| HSL | 320º | 0.83% | 0.16% | - |
| HSV(B) | 320º | 0.9% | 0.29% | - |
| XYZ | 3.42 | 1.81 | 3.3 | - |
| YUV | 31.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 51 | 0 | 0.90 | 0.30 | 0.71 | 320 | 0.83 | 0.16 |
| Hex | 49 | 7 | 33 | 0 | 5A | 1E | 47 | 140 | 52 | 10 |
| Octal | 111 | 7 | 63 | 0 | 132 | 36 | 107 | 500 | 122 | 20 |
| Binary | 1001001 | 111 | 110011 | 0 | 1011010 | 11110 | 1000111 | 101000000 | 1010010 | 10000 |
Color Harmonies of #490733
Complementary color
Monochromatic Colors of #490733
Black with #490733
Text Example
Text Example
White with #490733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490733; }
p { color: rgb(73,7,51); }
H1.HeaderClassName
{
color: #490733;
}
.AnyTagClassName
{
color: #490733;
}
</style>
background-color css
<style>
a { background-color: #490733; }
a { background-color: rgb(73,7,51); }
div.DivClassName
{
background-color: #490733;
}
.BgClassName
{
background-color: #490733;
}
</style>
border-color css
<style>
span { border-color: #490733; }
span { border-color: rgb(73,7,51); }
td.TdClassName
{
border-color: #490733;
}
.TagClassName
{
border-color: #490733;
}
</style>