Shades of Blackberry #490B29
Tints of Blackberry #490B29
RGB
CMYK
RGB Variations
Color information
#490B29 (or 0x490B29) is known color: Blackberry. HEX triplet: 49, 0B and 29. RGB value is (73,11,41). Sum of RGB (Red+Green+Blue) = 73+11+41=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #490B29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B29 is #B6F4D6. Grayscale: #202020. Windows color (decimal): -11990231 or 2689865. OLE color: 2689865.
HSL color Cylindrical-coordinate representation of color #490B29: hue angle of 330.97º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #490B29 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 11 | 41 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.71 |
| HSL | 330.97º | 0.74% | 0.16% | - |
| HSV(B) | 330.97º | 0.85% | 0.29% | - |
| XYZ | 3.27 | 1.82 | 2.28 | - |
| YUV | 32.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 41 | 0 | 0.85 | 0.44 | 0.71 | 330.97 | 0.74 | 0.16 |
| Hex | 49 | B | 29 | 0 | 55 | 2C | 47 | 14B | 4A | 10 |
| Octal | 111 | 13 | 51 | 0 | 125 | 54 | 107 | 513 | 112 | 20 |
| Binary | 1001001 | 1011 | 101001 | 0 | 1010101 | 101100 | 1000111 | 101001011 | 1001010 | 10000 |
Color Harmonies of #490B29
Complementary color
Monochromatic Colors of #490B29
Black with #490B29
Text Example
Text Example
White with #490B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B29; }
p { color: rgb(73,11,41); }
H1.HeaderClassName
{
color: #490B29;
}
.AnyTagClassName
{
color: #490B29;
}
</style>
background-color css
<style>
a { background-color: #490B29; }
a { background-color: rgb(73,11,41); }
div.DivClassName
{
background-color: #490B29;
}
.BgClassName
{
background-color: #490B29;
}
</style>
border-color css
<style>
span { border-color: #490B29; }
span { border-color: rgb(73,11,41); }
td.TdClassName
{
border-color: #490B29;
}
.TagClassName
{
border-color: #490B29;
}
</style>