Shades of Blackberry #490D29
Tints of Blackberry #490D29
RGB
CMYK
RGB Variations
Color information
#490D29 (or 0x490D29) is known color: Blackberry. HEX triplet: 49, 0D and 29. RGB value is (73,13,41). Sum of RGB (Red+Green+Blue) = 73+13+41=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #490D29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D29 is #B6F2D6. Grayscale: #222222. Windows color (decimal): -11989719 or 2690377. OLE color: 2690377.
HSL color Cylindrical-coordinate representation of color #490D29: hue angle of 332º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #490D29 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 13 | 41 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.71 |
| HSL | 332º | 0.7% | 0.17% | - |
| HSV(B) | 332º | 0.82% | 0.29% | - |
| XYZ | 3.29 | 1.86 | 2.28 | - |
| YUV | 34.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 41 | 0 | 0.82 | 0.44 | 0.71 | 332 | 0.7 | 0.17 |
| Hex | 49 | D | 29 | 0 | 52 | 2C | 47 | 14C | 46 | 11 |
| Octal | 111 | 15 | 51 | 0 | 122 | 54 | 107 | 514 | 106 | 21 |
| Binary | 1001001 | 1101 | 101001 | 0 | 1010010 | 101100 | 1000111 | 101001100 | 1000110 | 10001 |
Color Harmonies of #490D29
Complementary color
Monochromatic Colors of #490D29
Black with #490D29
Text Example
Text Example
White with #490D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D29; }
p { color: rgb(73,13,41); }
H1.HeaderClassName
{
color: #490D29;
}
.AnyTagClassName
{
color: #490D29;
}
</style>
background-color css
<style>
a { background-color: #490D29; }
a { background-color: rgb(73,13,41); }
div.DivClassName
{
background-color: #490D29;
}
.BgClassName
{
background-color: #490D29;
}
</style>
border-color css
<style>
span { border-color: #490D29; }
span { border-color: rgb(73,13,41); }
td.TdClassName
{
border-color: #490D29;
}
.TagClassName
{
border-color: #490D29;
}
</style>