Shades of Blackberry #490030
Tints of Blackberry #490030
RGB
CMYK
RGB Variations
Color information
#490030 (or 0x490030) is known color: Blackberry. HEX triplet: 49, 00 and 30. RGB value is (73,0,48). Sum of RGB (Red+Green+Blue) = 73+0+48=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #490030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490030 is #B6FFCF. Grayscale: #1B1B1B. Windows color (decimal): -11993040 or 3145801. OLE color: 3145801.
HSL color Cylindrical-coordinate representation of color #490030: hue angle of 320.55º 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 #490030 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.34 | 0.71 |
| HSL | 320.55º | 1% | 0.14% | - |
| HSV(B) | 320.55º | 1% | 0.29% | - |
| XYZ | 3.28 | 1.63 | 2.94 | - |
| YUV | 27.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 48 | 0 | 1 | 0.34 | 0.71 | 320.55 | 1 | 0.14 |
| Hex | 49 | 0 | 30 | 0 | 64 | 22 | 47 | 141 | 64 | E |
| Octal | 111 | 0 | 60 | 0 | 144 | 42 | 107 | 501 | 144 | 16 |
| Binary | 1001001 | 0 | 110000 | 0 | 1100100 | 100010 | 1000111 | 101000001 | 1100100 | 1110 |
Color Harmonies of #490030
Complementary color
Monochromatic Colors of #490030
Black with #490030
Text Example
Text Example
White with #490030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490030; }
p { color: rgb(73,0,48); }
H1.HeaderClassName
{
color: #490030;
}
.AnyTagClassName
{
color: #490030;
}
</style>
background-color css
<style>
a { background-color: #490030; }
a { background-color: rgb(73,0,48); }
div.DivClassName
{
background-color: #490030;
}
.BgClassName
{
background-color: #490030;
}
</style>
border-color css
<style>
span { border-color: #490030; }
span { border-color: rgb(73,0,48); }
td.TdClassName
{
border-color: #490030;
}
.TagClassName
{
border-color: #490030;
}
</style>