Shades of Blackberry #490530
Tints of Blackberry #490530
RGB
CMYK
RGB Variations
Color information
#490530 (or 0x490530) is known color: Blackberry. HEX triplet: 49, 05 and 30. RGB value is (73,5,48). Sum of RGB (Red+Green+Blue) = 73+5+48=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #490530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490530 is #B6FACF. Grayscale: #1E1E1E. Windows color (decimal): -11991760 or 3147081. OLE color: 3147081.
HSL color Cylindrical-coordinate representation of color #490530: hue angle of 322.06º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490530 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 5 | 48 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.71 |
| HSL | 322.06º | 0.87% | 0.15% | - |
| HSV(B) | 322.06º | 0.93% | 0.29% | - |
| XYZ | 3.34 | 1.74 | 2.96 | - |
| YUV | 30.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 48 | 0 | 0.93 | 0.34 | 0.71 | 322.06 | 0.87 | 0.15 |
| Hex | 49 | 5 | 30 | 0 | 5D | 22 | 47 | 142 | 57 | F |
| Octal | 111 | 5 | 60 | 0 | 135 | 42 | 107 | 502 | 127 | 17 |
| Binary | 1001001 | 101 | 110000 | 0 | 1011101 | 100010 | 1000111 | 101000010 | 1010111 | 1111 |
Color Harmonies of #490530
Complementary color
Monochromatic Colors of #490530
Black with #490530
Text Example
Text Example
White with #490530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490530; }
p { color: rgb(73,5,48); }
H1.HeaderClassName
{
color: #490530;
}
.AnyTagClassName
{
color: #490530;
}
</style>
background-color css
<style>
a { background-color: #490530; }
a { background-color: rgb(73,5,48); }
div.DivClassName
{
background-color: #490530;
}
.BgClassName
{
background-color: #490530;
}
</style>
border-color css
<style>
span { border-color: #490530; }
span { border-color: rgb(73,5,48); }
td.TdClassName
{
border-color: #490530;
}
.TagClassName
{
border-color: #490530;
}
</style>