Shades of Blackberry #490026
Tints of Blackberry #490026
RGB
CMYK
RGB Variations
Color information
#490026 (or 0x490026) is known color: Blackberry. HEX triplet: 49, 00 and 26. RGB value is (73,0,38). Sum of RGB (Red+Green+Blue) = 73+0+38=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #490026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490026 is #B6FFD9. Grayscale: #1A1A1A. Windows color (decimal): -11993050 or 2490441. OLE color: 2490441.
HSL color Cylindrical-coordinate representation of color #490026: hue angle of 328.77º 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 #490026 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 38 | - |
| CMYK | 0 | 1 | 0.48 | 0.71 |
| HSL | 328.77º | 1% | 0.14% | - |
| HSV(B) | 328.77º | 1% | 0.29% | - |
| XYZ | 3.1 | 1.56 | 1.97 | - |
| YUV | 26.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 38 | 0 | 1 | 0.48 | 0.71 | 328.77 | 1 | 0.14 |
| Hex | 49 | 0 | 26 | 0 | 64 | 30 | 47 | 149 | 64 | E |
| Octal | 111 | 0 | 46 | 0 | 144 | 60 | 107 | 511 | 144 | 16 |
| Binary | 1001001 | 0 | 100110 | 0 | 1100100 | 110000 | 1000111 | 101001001 | 1100100 | 1110 |
Color Harmonies of #490026
Complementary color
Monochromatic Colors of #490026
Black with #490026
Text Example
Text Example
White with #490026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490026; }
p { color: rgb(73,0,38); }
H1.HeaderClassName
{
color: #490026;
}
.AnyTagClassName
{
color: #490026;
}
</style>
background-color css
<style>
a { background-color: #490026; }
a { background-color: rgb(73,0,38); }
div.DivClassName
{
background-color: #490026;
}
.BgClassName
{
background-color: #490026;
}
</style>
border-color css
<style>
span { border-color: #490026; }
span { border-color: rgb(73,0,38); }
td.TdClassName
{
border-color: #490026;
}
.TagClassName
{
border-color: #490026;
}
</style>