Shades of Blackberry #490130
Tints of Blackberry #490130
RGB
CMYK
RGB Variations
Color information
#490130 (or 0x490130) is known color: Blackberry. HEX triplet: 49, 01 and 30. RGB value is (73,1,48). Sum of RGB (Red+Green+Blue) = 73+1+48=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #490130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490130 is #B6FECF. Grayscale: #1B1B1B. Windows color (decimal): -11992784 or 3146057. OLE color: 3146057.
HSL color Cylindrical-coordinate representation of color #490130: hue angle of 320.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490130 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 1 | 48 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.71 |
| HSL | 320.83º | 0.97% | 0.15% | - |
| HSV(B) | 320.83º | 0.99% | 0.29% | - |
| XYZ | 3.29 | 1.65 | 2.94 | - |
| YUV | 27.89 | 139.35 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 48 | 0 | 0.99 | 0.34 | 0.71 | 320.83 | 0.97 | 0.15 |
| Hex | 49 | 1 | 30 | 0 | 63 | 22 | 47 | 141 | 61 | F |
| Octal | 111 | 1 | 60 | 0 | 143 | 42 | 107 | 501 | 141 | 17 |
| Binary | 1001001 | 1 | 110000 | 0 | 1100011 | 100010 | 1000111 | 101000001 | 1100001 | 1111 |
Color Harmonies of #490130
Complementary color
Monochromatic Colors of #490130
Black with #490130
Text Example
Text Example
White with #490130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490130; }
p { color: rgb(73,1,48); }
H1.HeaderClassName
{
color: #490130;
}
.AnyTagClassName
{
color: #490130;
}
</style>
background-color css
<style>
a { background-color: #490130; }
a { background-color: rgb(73,1,48); }
div.DivClassName
{
background-color: #490130;
}
.BgClassName
{
background-color: #490130;
}
</style>
border-color css
<style>
span { border-color: #490130; }
span { border-color: rgb(73,1,48); }
td.TdClassName
{
border-color: #490130;
}
.TagClassName
{
border-color: #490130;
}
</style>