Shades of Blackberry #491635
Tints of Blackberry #491635
RGB
CMYK
RGB Variations
Color information
#491635 (or 0x491635) is known color: Blackberry. HEX triplet: 49, 16 and 35. RGB value is (73,22,53). Sum of RGB (Red+Green+Blue) = 73+22+53=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #491635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491635 is #B6E9CA. Grayscale: #282828. Windows color (decimal): -11987403 or 3479113. OLE color: 3479113.
HSL color Cylindrical-coordinate representation of color #491635: hue angle of 323.53º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #491635 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 22 | 53 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.71 |
| HSL | 323.53º | 0.54% | 0.19% | - |
| HSV(B) | 323.53º | 0.7% | 0.29% | - |
| XYZ | 3.68 | 2.25 | 3.61 | - |
| YUV | 40.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 53 | 0 | 0.70 | 0.27 | 0.71 | 323.53 | 0.54 | 0.19 |
| Hex | 49 | 16 | 35 | 0 | 46 | 1B | 47 | 144 | 36 | 13 |
| Octal | 111 | 26 | 65 | 0 | 106 | 33 | 107 | 504 | 66 | 23 |
| Binary | 1001001 | 10110 | 110101 | 0 | 1000110 | 11011 | 1000111 | 101000100 | 110110 | 10011 |
Color Harmonies of #491635
Complementary color
Monochromatic Colors of #491635
Black with #491635
Text Example
Text Example
White with #491635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491635; }
p { color: rgb(73,22,53); }
H1.HeaderClassName
{
color: #491635;
}
.AnyTagClassName
{
color: #491635;
}
</style>
background-color css
<style>
a { background-color: #491635; }
a { background-color: rgb(73,22,53); }
div.DivClassName
{
background-color: #491635;
}
.BgClassName
{
background-color: #491635;
}
</style>
border-color css
<style>
span { border-color: #491635; }
span { border-color: rgb(73,22,53); }
td.TdClassName
{
border-color: #491635;
}
.TagClassName
{
border-color: #491635;
}
</style>