Shades of Blackberry #490D2D
Tints of Blackberry #490D2D
RGB
CMYK
RGB Variations
Color information
#490D2D (or 0x490D2D) is known color: Blackberry. HEX triplet: 49, 0D and 2D. RGB value is (73,13,45). Sum of RGB (Red+Green+Blue) = 73+13+45=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #490D2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D2D is #B6F2D2. Grayscale: #222222. Windows color (decimal): -11989715 or 2952521. OLE color: 2952521.
HSL color Cylindrical-coordinate representation of color #490D2D: hue angle of 328º 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 #490D2D is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 13 | 45 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.71 |
| HSL | 328º | 0.7% | 0.17% | - |
| HSV(B) | 328º | 0.82% | 0.29% | - |
| XYZ | 3.37 | 1.89 | 2.67 | - |
| YUV | 34.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 45 | 0 | 0.82 | 0.38 | 0.71 | 328 | 0.7 | 0.17 |
| Hex | 49 | D | 2D | 0 | 52 | 26 | 47 | 148 | 46 | 11 |
| Octal | 111 | 15 | 55 | 0 | 122 | 46 | 107 | 510 | 106 | 21 |
| Binary | 1001001 | 1101 | 101101 | 0 | 1010010 | 100110 | 1000111 | 101001000 | 1000110 | 10001 |
Color Harmonies of #490D2D
Complementary color
Monochromatic Colors of #490D2D
Black with #490D2D
Text Example
Text Example
White with #490D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D2D; }
p { color: rgb(73,13,45); }
H1.HeaderClassName
{
color: #490D2D;
}
.AnyTagClassName
{
color: #490D2D;
}
</style>
background-color css
<style>
a { background-color: #490D2D; }
a { background-color: rgb(73,13,45); }
div.DivClassName
{
background-color: #490D2D;
}
.BgClassName
{
background-color: #490D2D;
}
</style>
border-color css
<style>
span { border-color: #490D2D; }
span { border-color: rgb(73,13,45); }
td.TdClassName
{
border-color: #490D2D;
}
.TagClassName
{
border-color: #490D2D;
}
</style>