Shades of Blackberry #490822
Tints of Blackberry #490822
RGB
CMYK
RGB Variations
Color information
#490822 (or 0x490822) is known color: Blackberry. HEX triplet: 49, 08 and 22. RGB value is (73,8,34). Sum of RGB (Red+Green+Blue) = 73+8+34=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #490822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490822 is #B6F7DD. Grayscale: #1E1E1E. Windows color (decimal): -11991006 or 2230345. OLE color: 2230345.
HSL color Cylindrical-coordinate representation of color #490822: hue angle of 336º 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 #490822 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 8 | 34 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.71 |
| HSL | 336º | 0.8% | 0.16% | - |
| HSV(B) | 336º | 0.89% | 0.29% | - |
| XYZ | 3.12 | 1.71 | 1.68 | - |
| YUV | 30.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 34 | 0 | 0.89 | 0.53 | 0.71 | 336 | 0.8 | 0.16 |
| Hex | 49 | 8 | 22 | 0 | 59 | 35 | 47 | 150 | 50 | 10 |
| Octal | 111 | 10 | 42 | 0 | 131 | 65 | 107 | 520 | 120 | 20 |
| Binary | 1001001 | 1000 | 100010 | 0 | 1011001 | 110101 | 1000111 | 101010000 | 1010000 | 10000 |
Color Harmonies of #490822
Complementary color
Monochromatic Colors of #490822
Black with #490822
Text Example
Text Example
White with #490822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490822; }
p { color: rgb(73,8,34); }
H1.HeaderClassName
{
color: #490822;
}
.AnyTagClassName
{
color: #490822;
}
</style>
background-color css
<style>
a { background-color: #490822; }
a { background-color: rgb(73,8,34); }
div.DivClassName
{
background-color: #490822;
}
.BgClassName
{
background-color: #490822;
}
</style>
border-color css
<style>
span { border-color: #490822; }
span { border-color: rgb(73,8,34); }
td.TdClassName
{
border-color: #490822;
}
.TagClassName
{
border-color: #490822;
}
</style>