Shades of Blackberry #490032
Tints of Blackberry #490032
RGB
CMYK
RGB Variations
Color information
#490032 (or 0x490032) is known color: Blackberry. HEX triplet: 49, 00 and 32. RGB value is (73,0,50). Sum of RGB (Red+Green+Blue) = 73+0+50=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #490032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490032 is #B6FFCD. Grayscale: #1B1B1B. Windows color (decimal): -11993038 or 3276873. OLE color: 3276873.
HSL color Cylindrical-coordinate representation of color #490032: hue angle of 318.9º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490032 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.32 | 0.71 |
| HSL | 318.9º | 1% | 0.14% | - |
| HSV(B) | 318.9º | 1% | 0.29% | - |
| XYZ | 3.32 | 1.65 | 3.16 | - |
| YUV | 27.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 50 | 0 | 1 | 0.32 | 0.71 | 318.9 | 1 | 0.14 |
| Hex | 49 | 0 | 32 | 0 | 64 | 20 | 47 | 13F | 64 | E |
| Octal | 111 | 0 | 62 | 0 | 144 | 40 | 107 | 477 | 144 | 16 |
| Binary | 1001001 | 0 | 110010 | 0 | 1100100 | 100000 | 1000111 | 100111111 | 1100100 | 1110 |
Color Harmonies of #490032
Complementary color
Monochromatic Colors of #490032
Black with #490032
Text Example
Text Example
White with #490032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490032; }
p { color: rgb(73,0,50); }
H1.HeaderClassName
{
color: #490032;
}
.AnyTagClassName
{
color: #490032;
}
</style>
background-color css
<style>
a { background-color: #490032; }
a { background-color: rgb(73,0,50); }
div.DivClassName
{
background-color: #490032;
}
.BgClassName
{
background-color: #490032;
}
</style>
border-color css
<style>
span { border-color: #490032; }
span { border-color: rgb(73,0,50); }
td.TdClassName
{
border-color: #490032;
}
.TagClassName
{
border-color: #490032;
}
</style>