Shades of Blackberry #490528
Tints of Blackberry #490528
RGB
CMYK
RGB Variations
Color information
#490528 (or 0x490528) is known color: Blackberry. HEX triplet: 49, 05 and 28. RGB value is (73,5,40). Sum of RGB (Red+Green+Blue) = 73+5+40=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #490528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490528 is #B6FAD7. Grayscale: #1D1D1D. Windows color (decimal): -11991768 or 2622793. OLE color: 2622793.
HSL color Cylindrical-coordinate representation of color #490528: hue angle of 329.12º 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 #490528 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 5 | 40 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.71 |
| HSL | 329.12º | 0.87% | 0.15% | - |
| HSV(B) | 329.12º | 0.93% | 0.29% | - |
| XYZ | 3.18 | 1.68 | 2.16 | - |
| YUV | 29.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 40 | 0 | 0.93 | 0.45 | 0.71 | 329.12 | 0.87 | 0.15 |
| Hex | 49 | 5 | 28 | 0 | 5D | 2D | 47 | 149 | 57 | F |
| Octal | 111 | 5 | 50 | 0 | 135 | 55 | 107 | 511 | 127 | 17 |
| Binary | 1001001 | 101 | 101000 | 0 | 1011101 | 101101 | 1000111 | 101001001 | 1010111 | 1111 |
Color Harmonies of #490528
Complementary color
Monochromatic Colors of #490528
Black with #490528
Text Example
Text Example
White with #490528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490528; }
p { color: rgb(73,5,40); }
H1.HeaderClassName
{
color: #490528;
}
.AnyTagClassName
{
color: #490528;
}
</style>
background-color css
<style>
a { background-color: #490528; }
a { background-color: rgb(73,5,40); }
div.DivClassName
{
background-color: #490528;
}
.BgClassName
{
background-color: #490528;
}
</style>
border-color css
<style>
span { border-color: #490528; }
span { border-color: rgb(73,5,40); }
td.TdClassName
{
border-color: #490528;
}
.TagClassName
{
border-color: #490528;
}
</style>