Shades of Blackberry #490830
Tints of Blackberry #490830
RGB
CMYK
RGB Variations
Color information
#490830 (or 0x490830) is known color: Blackberry. HEX triplet: 49, 08 and 30. RGB value is (73,8,48). Sum of RGB (Red+Green+Blue) = 73+8+48=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #490830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490830 is #B6F7CF. Grayscale: #1F1F1F. Windows color (decimal): -11990992 or 3147849. OLE color: 3147849.
HSL color Cylindrical-coordinate representation of color #490830: hue angle of 323.08º 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 #490830 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 8 | 48 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.71 |
| HSL | 323.08º | 0.8% | 0.16% | - |
| HSV(B) | 323.08º | 0.89% | 0.29% | - |
| XYZ | 3.37 | 1.8 | 2.97 | - |
| YUV | 32 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 48 | 0 | 0.89 | 0.34 | 0.71 | 323.08 | 0.8 | 0.16 |
| Hex | 49 | 8 | 30 | 0 | 59 | 22 | 47 | 143 | 50 | 10 |
| Octal | 111 | 10 | 60 | 0 | 131 | 42 | 107 | 503 | 120 | 20 |
| Binary | 1001001 | 1000 | 110000 | 0 | 1011001 | 100010 | 1000111 | 101000011 | 1010000 | 10000 |
Color Harmonies of #490830
Complementary color
Monochromatic Colors of #490830
Black with #490830
Text Example
Text Example
White with #490830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490830; }
p { color: rgb(73,8,48); }
H1.HeaderClassName
{
color: #490830;
}
.AnyTagClassName
{
color: #490830;
}
</style>
background-color css
<style>
a { background-color: #490830; }
a { background-color: rgb(73,8,48); }
div.DivClassName
{
background-color: #490830;
}
.BgClassName
{
background-color: #490830;
}
</style>
border-color css
<style>
span { border-color: #490830; }
span { border-color: rgb(73,8,48); }
td.TdClassName
{
border-color: #490830;
}
.TagClassName
{
border-color: #490830;
}
</style>