Shades of Blackberry #490036
Tints of Blackberry #490036
RGB
CMYK
RGB Variations
Color information
#490036 (or 0x490036) is known color: Blackberry. HEX triplet: 49, 00 and 36. RGB value is (73,0,54). Sum of RGB (Red+Green+Blue) = 73+0+54=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #490036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490036 is #B6FFC9. Grayscale: #1B1B1B. Windows color (decimal): -11993034 or 3539017. OLE color: 3539017.
HSL color Cylindrical-coordinate representation of color #490036: hue angle of 315.62º 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 #490036 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.26 | 0.71 |
| HSL | 315.62º | 1% | 0.14% | - |
| HSV(B) | 315.62º | 1% | 0.29% | - |
| XYZ | 3.41 | 1.68 | 3.63 | - |
| YUV | 27.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 54 | 0 | 1 | 0.26 | 0.71 | 315.62 | 1 | 0.14 |
| Hex | 49 | 0 | 36 | 0 | 64 | 1A | 47 | 13C | 64 | E |
| Octal | 111 | 0 | 66 | 0 | 144 | 32 | 107 | 474 | 144 | 16 |
| Binary | 1001001 | 0 | 110110 | 0 | 1100100 | 11010 | 1000111 | 100111100 | 1100100 | 1110 |
Color Harmonies of #490036
Complementary color
Monochromatic Colors of #490036
Black with #490036
Text Example
Text Example
White with #490036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490036; }
p { color: rgb(73,0,54); }
H1.HeaderClassName
{
color: #490036;
}
.AnyTagClassName
{
color: #490036;
}
</style>
background-color css
<style>
a { background-color: #490036; }
a { background-color: rgb(73,0,54); }
div.DivClassName
{
background-color: #490036;
}
.BgClassName
{
background-color: #490036;
}
</style>
border-color css
<style>
span { border-color: #490036; }
span { border-color: rgb(73,0,54); }
td.TdClassName
{
border-color: #490036;
}
.TagClassName
{
border-color: #490036;
}
</style>