Shades of Blackberry #490D3E
Tints of Blackberry #490D3E
RGB
CMYK
RGB Variations
Color information
#490D3E (or 0x490D3E) is known color: Blackberry. HEX triplet: 49, 0D and 3E. RGB value is (73,13,62). Sum of RGB (Red+Green+Blue) = 73+13+62=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #490D3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D3E is #B6F2C1. Grayscale: #242424. Windows color (decimal): -11989698 or 4066633. OLE color: 4066633.
HSL color Cylindrical-coordinate representation of color #490D3E: hue angle of 311º 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 #490D3E is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 13 | 62 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.71 |
| HSL | 311º | 0.7% | 0.17% | - |
| HSV(B) | 311º | 0.82% | 0.29% | - |
| XYZ | 3.76 | 2.05 | 4.76 | - |
| YUV | 36.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 62 | 0 | 0.82 | 0.15 | 0.71 | 311 | 0.7 | 0.17 |
| Hex | 49 | D | 3E | 0 | 52 | F | 47 | 137 | 46 | 11 |
| Octal | 111 | 15 | 76 | 0 | 122 | 17 | 107 | 467 | 106 | 21 |
| Binary | 1001001 | 1101 | 111110 | 0 | 1010010 | 1111 | 1000111 | 100110111 | 1000110 | 10001 |
Color Harmonies of #490D3E
Complementary color
Monochromatic Colors of #490D3E
Black with #490D3E
Text Example
Text Example
White with #490D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D3E; }
p { color: rgb(73,13,62); }
H1.HeaderClassName
{
color: #490D3E;
}
.AnyTagClassName
{
color: #490D3E;
}
</style>
background-color css
<style>
a { background-color: #490D3E; }
a { background-color: rgb(73,13,62); }
div.DivClassName
{
background-color: #490D3E;
}
.BgClassName
{
background-color: #490D3E;
}
</style>
border-color css
<style>
span { border-color: #490D3E; }
span { border-color: rgb(73,13,62); }
td.TdClassName
{
border-color: #490D3E;
}
.TagClassName
{
border-color: #490D3E;
}
</style>