Shades of Blackberry #490832
Tints of Blackberry #490832
RGB
CMYK
RGB Variations
Color information
#490832 (or 0x490832) is known color: Blackberry. HEX triplet: 49, 08 and 32. RGB value is (73,8,50). Sum of RGB (Red+Green+Blue) = 73+8+50=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #490832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490832 is #B6F7CD. Grayscale: #202020. Windows color (decimal): -11990990 or 3278921. OLE color: 3278921.
HSL color Cylindrical-coordinate representation of color #490832: hue angle of 321.23º 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 #490832 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 8 | 50 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.71 |
| HSL | 321.23º | 0.8% | 0.16% | - |
| HSV(B) | 321.23º | 0.89% | 0.29% | - |
| XYZ | 3.41 | 1.82 | 3.19 | - |
| YUV | 32.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 50 | 0 | 0.89 | 0.32 | 0.71 | 321.23 | 0.8 | 0.16 |
| Hex | 49 | 8 | 32 | 0 | 59 | 20 | 47 | 141 | 50 | 10 |
| Octal | 111 | 10 | 62 | 0 | 131 | 40 | 107 | 501 | 120 | 20 |
| Binary | 1001001 | 1000 | 110010 | 0 | 1011001 | 100000 | 1000111 | 101000001 | 1010000 | 10000 |
Color Harmonies of #490832
Complementary color
Monochromatic Colors of #490832
Black with #490832
Text Example
Text Example
White with #490832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490832; }
p { color: rgb(73,8,50); }
H1.HeaderClassName
{
color: #490832;
}
.AnyTagClassName
{
color: #490832;
}
</style>
background-color css
<style>
a { background-color: #490832; }
a { background-color: rgb(73,8,50); }
div.DivClassName
{
background-color: #490832;
}
.BgClassName
{
background-color: #490832;
}
</style>
border-color css
<style>
span { border-color: #490832; }
span { border-color: rgb(73,8,50); }
td.TdClassName
{
border-color: #490832;
}
.TagClassName
{
border-color: #490832;
}
</style>