Shades of Blackberry #490534
Tints of Blackberry #490534
RGB
CMYK
RGB Variations
Color information
#490534 (or 0x490534) is known color: Blackberry. HEX triplet: 49, 05 and 34. RGB value is (73,5,52). Sum of RGB (Red+Green+Blue) = 73+5+52=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #490534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490534 is #B6FACB. Grayscale: #1E1E1E. Windows color (decimal): -11991756 or 3409225. OLE color: 3409225.
HSL color Cylindrical-coordinate representation of color #490534: hue angle of 318.53º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490534 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 5 | 52 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.71 |
| HSL | 318.53º | 0.87% | 0.15% | - |
| HSV(B) | 318.53º | 0.93% | 0.29% | - |
| XYZ | 3.42 | 1.77 | 3.41 | - |
| YUV | 30.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 52 | 0 | 0.93 | 0.29 | 0.71 | 318.53 | 0.87 | 0.15 |
| Hex | 49 | 5 | 34 | 0 | 5D | 1D | 47 | 13F | 57 | F |
| Octal | 111 | 5 | 64 | 0 | 135 | 35 | 107 | 477 | 127 | 17 |
| Binary | 1001001 | 101 | 110100 | 0 | 1011101 | 11101 | 1000111 | 100111111 | 1010111 | 1111 |
Color Harmonies of #490534
Complementary color
Monochromatic Colors of #490534
Black with #490534
Text Example
Text Example
White with #490534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490534; }
p { color: rgb(73,5,52); }
H1.HeaderClassName
{
color: #490534;
}
.AnyTagClassName
{
color: #490534;
}
</style>
background-color css
<style>
a { background-color: #490534; }
a { background-color: rgb(73,5,52); }
div.DivClassName
{
background-color: #490534;
}
.BgClassName
{
background-color: #490534;
}
</style>
border-color css
<style>
span { border-color: #490534; }
span { border-color: rgb(73,5,52); }
td.TdClassName
{
border-color: #490534;
}
.TagClassName
{
border-color: #490534;
}
</style>