Shades of Blackberry #490A3E
Tints of Blackberry #490A3E
RGB
CMYK
RGB Variations
Color information
#490A3E (or 0x490A3E) is known color: Blackberry. HEX triplet: 49, 0A and 3E. RGB value is (73,10,62). Sum of RGB (Red+Green+Blue) = 73+10+62=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #490A3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A3E is #B6F5C1. Grayscale: #222222. Windows color (decimal): -11990466 or 4065865. OLE color: 4065865.
HSL color Cylindrical-coordinate representation of color #490A3E: hue angle of 310.48º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490A3E is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 10 | 62 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.71 |
| HSL | 310.48º | 0.76% | 0.16% | - |
| HSV(B) | 310.48º | 0.86% | 0.29% | - |
| XYZ | 3.73 | 1.98 | 4.74 | - |
| YUV | 34.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 62 | 0 | 0.86 | 0.15 | 0.71 | 310.48 | 0.76 | 0.16 |
| Hex | 49 | A | 3E | 0 | 56 | F | 47 | 136 | 4C | 10 |
| Octal | 111 | 12 | 76 | 0 | 126 | 17 | 107 | 466 | 114 | 20 |
| Binary | 1001001 | 1010 | 111110 | 0 | 1010110 | 1111 | 1000111 | 100110110 | 1001100 | 10000 |
Color Harmonies of #490A3E
Complementary color
Monochromatic Colors of #490A3E
Black with #490A3E
Text Example
Text Example
White with #490A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A3E; }
p { color: rgb(73,10,62); }
H1.HeaderClassName
{
color: #490A3E;
}
.AnyTagClassName
{
color: #490A3E;
}
</style>
background-color css
<style>
a { background-color: #490A3E; }
a { background-color: rgb(73,10,62); }
div.DivClassName
{
background-color: #490A3E;
}
.BgClassName
{
background-color: #490A3E;
}
</style>
border-color css
<style>
span { border-color: #490A3E; }
span { border-color: rgb(73,10,62); }
td.TdClassName
{
border-color: #490A3E;
}
.TagClassName
{
border-color: #490A3E;
}
</style>