Shades of Blackberry #490828
Tints of Blackberry #490828
RGB
CMYK
RGB Variations
Color information
#490828 (or 0x490828) is known color: Blackberry. HEX triplet: 49, 08 and 28. RGB value is (73,8,40). Sum of RGB (Red+Green+Blue) = 73+8+40=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #490828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490828 is #B6F7D7. Grayscale: #1F1F1F. Windows color (decimal): -11991000 or 2623561. OLE color: 2623561.
HSL color Cylindrical-coordinate representation of color #490828: hue angle of 330.46º 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 #490828 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 8 | 40 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.71 |
| HSL | 330.46º | 0.8% | 0.16% | - |
| HSV(B) | 330.46º | 0.89% | 0.29% | - |
| XYZ | 3.22 | 1.74 | 2.17 | - |
| YUV | 31.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 40 | 0 | 0.89 | 0.45 | 0.71 | 330.46 | 0.8 | 0.16 |
| Hex | 49 | 8 | 28 | 0 | 59 | 2D | 47 | 14A | 50 | 10 |
| Octal | 111 | 10 | 50 | 0 | 131 | 55 | 107 | 512 | 120 | 20 |
| Binary | 1001001 | 1000 | 101000 | 0 | 1011001 | 101101 | 1000111 | 101001010 | 1010000 | 10000 |
Color Harmonies of #490828
Complementary color
Monochromatic Colors of #490828
Black with #490828
Text Example
Text Example
White with #490828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490828; }
p { color: rgb(73,8,40); }
H1.HeaderClassName
{
color: #490828;
}
.AnyTagClassName
{
color: #490828;
}
</style>
background-color css
<style>
a { background-color: #490828; }
a { background-color: rgb(73,8,40); }
div.DivClassName
{
background-color: #490828;
}
.BgClassName
{
background-color: #490828;
}
</style>
border-color css
<style>
span { border-color: #490828; }
span { border-color: rgb(73,8,40); }
td.TdClassName
{
border-color: #490828;
}
.TagClassName
{
border-color: #490828;
}
</style>