Shades of Blackberry #490435
Tints of Blackberry #490435
RGB
CMYK
RGB Variations
Color information
#490435 (or 0x490435) is known color: Blackberry. HEX triplet: 49, 04 and 35. RGB value is (73,4,53). Sum of RGB (Red+Green+Blue) = 73+4+53=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #490435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490435 is #B6FBCA. Grayscale: #1E1E1E. Windows color (decimal): -11992011 or 3474505. OLE color: 3474505.
HSL color Cylindrical-coordinate representation of color #490435: hue angle of 317.39º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490435 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 4 | 53 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.71 |
| HSL | 317.39º | 0.9% | 0.15% | - |
| HSV(B) | 317.39º | 0.95% | 0.29% | - |
| XYZ | 3.43 | 1.76 | 3.53 | - |
| YUV | 30.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 53 | 0 | 0.95 | 0.27 | 0.71 | 317.39 | 0.9 | 0.15 |
| Hex | 49 | 4 | 35 | 0 | 5F | 1B | 47 | 13D | 5A | F |
| Octal | 111 | 4 | 65 | 0 | 137 | 33 | 107 | 475 | 132 | 17 |
| Binary | 1001001 | 100 | 110101 | 0 | 1011111 | 11011 | 1000111 | 100111101 | 1011010 | 1111 |
Color Harmonies of #490435
Complementary color
Monochromatic Colors of #490435
Black with #490435
Text Example
Text Example
White with #490435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490435; }
p { color: rgb(73,4,53); }
H1.HeaderClassName
{
color: #490435;
}
.AnyTagClassName
{
color: #490435;
}
</style>
background-color css
<style>
a { background-color: #490435; }
a { background-color: rgb(73,4,53); }
div.DivClassName
{
background-color: #490435;
}
.BgClassName
{
background-color: #490435;
}
</style>
border-color css
<style>
span { border-color: #490435; }
span { border-color: rgb(73,4,53); }
td.TdClassName
{
border-color: #490435;
}
.TagClassName
{
border-color: #490435;
}
</style>