Shades of Blackberry #490829
Tints of Blackberry #490829
RGB
CMYK
RGB Variations
Color information
#490829 (or 0x490829) is known color: Blackberry. HEX triplet: 49, 08 and 29. RGB value is (73,8,41). Sum of RGB (Red+Green+Blue) = 73+8+41=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #490829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490829 is #B6F7D6. Grayscale: #1F1F1F. Windows color (decimal): -11990999 or 2689097. OLE color: 2689097.
HSL color Cylindrical-coordinate representation of color #490829: hue angle of 329.54º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490829 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 8 | 41 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.71 |
| HSL | 329.54º | 0.8% | 0.16% | - |
| HSV(B) | 329.54º | 0.89% | 0.29% | - |
| XYZ | 3.23 | 1.75 | 2.27 | - |
| YUV | 31.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 41 | 0 | 0.89 | 0.44 | 0.71 | 329.54 | 0.8 | 0.16 |
| Hex | 49 | 8 | 29 | 0 | 59 | 2C | 47 | 14A | 50 | 10 |
| Octal | 111 | 10 | 51 | 0 | 131 | 54 | 107 | 512 | 120 | 20 |
| Binary | 1001001 | 1000 | 101001 | 0 | 1011001 | 101100 | 1000111 | 101001010 | 1010000 | 10000 |
Color Harmonies of #490829
Complementary color
Monochromatic Colors of #490829
Black with #490829
Text Example
Text Example
White with #490829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490829; }
p { color: rgb(73,8,41); }
H1.HeaderClassName
{
color: #490829;
}
.AnyTagClassName
{
color: #490829;
}
</style>
background-color css
<style>
a { background-color: #490829; }
a { background-color: rgb(73,8,41); }
div.DivClassName
{
background-color: #490829;
}
.BgClassName
{
background-color: #490829;
}
</style>
border-color css
<style>
span { border-color: #490829; }
span { border-color: rgb(73,8,41); }
td.TdClassName
{
border-color: #490829;
}
.TagClassName
{
border-color: #490829;
}
</style>