Shades of Blackberry #490634
Tints of Blackberry #490634
RGB
CMYK
RGB Variations
Color information
#490634 (or 0x490634) is known color: Blackberry. HEX triplet: 49, 06 and 34. RGB value is (73,6,52). Sum of RGB (Red+Green+Blue) = 73+6+52=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #490634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490634 is #B6F9CB. Grayscale: #1F1F1F. Windows color (decimal): -11991500 or 3409481. OLE color: 3409481.
HSL color Cylindrical-coordinate representation of color #490634: hue angle of 318.81º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490634 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 6 | 52 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.71 |
| HSL | 318.81º | 0.85% | 0.15% | - |
| HSV(B) | 318.81º | 0.92% | 0.29% | - |
| XYZ | 3.43 | 1.79 | 3.41 | - |
| YUV | 31.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 52 | 0 | 0.92 | 0.29 | 0.71 | 318.81 | 0.85 | 0.15 |
| Hex | 49 | 6 | 34 | 0 | 5C | 1D | 47 | 13F | 55 | F |
| Octal | 111 | 6 | 64 | 0 | 134 | 35 | 107 | 477 | 125 | 17 |
| Binary | 1001001 | 110 | 110100 | 0 | 1011100 | 11101 | 1000111 | 100111111 | 1010101 | 1111 |
Color Harmonies of #490634
Complementary color
Monochromatic Colors of #490634
Black with #490634
Text Example
Text Example
White with #490634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490634; }
p { color: rgb(73,6,52); }
H1.HeaderClassName
{
color: #490634;
}
.AnyTagClassName
{
color: #490634;
}
</style>
background-color css
<style>
a { background-color: #490634; }
a { background-color: rgb(73,6,52); }
div.DivClassName
{
background-color: #490634;
}
.BgClassName
{
background-color: #490634;
}
</style>
border-color css
<style>
span { border-color: #490634; }
span { border-color: rgb(73,6,52); }
td.TdClassName
{
border-color: #490634;
}
.TagClassName
{
border-color: #490634;
}
</style>