Shades of Blackberry #491535
Tints of Blackberry #491535
RGB
CMYK
RGB Variations
Color information
#491535 (or 0x491535) is known color: Blackberry. HEX triplet: 49, 15 and 35. RGB value is (73,21,53). Sum of RGB (Red+Green+Blue) = 73+21+53=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #491535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491535 is #B6EACA. Grayscale: #282828. Windows color (decimal): -11987659 or 3478857. OLE color: 3478857.
HSL color Cylindrical-coordinate representation of color #491535: hue angle of 323.08º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491535 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 21 | 53 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.71 |
| HSL | 323.08º | 0.55% | 0.18% | - |
| HSV(B) | 323.08º | 0.71% | 0.29% | - |
| XYZ | 3.66 | 2.21 | 3.6 | - |
| YUV | 40.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 53 | 0 | 0.71 | 0.27 | 0.71 | 323.08 | 0.55 | 0.18 |
| Hex | 49 | 15 | 35 | 0 | 47 | 1B | 47 | 143 | 37 | 12 |
| Octal | 111 | 25 | 65 | 0 | 107 | 33 | 107 | 503 | 67 | 22 |
| Binary | 1001001 | 10101 | 110101 | 0 | 1000111 | 11011 | 1000111 | 101000011 | 110111 | 10010 |
Color Harmonies of #491535
Complementary color
Monochromatic Colors of #491535
Black with #491535
Text Example
Text Example
White with #491535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491535; }
p { color: rgb(73,21,53); }
H1.HeaderClassName
{
color: #491535;
}
.AnyTagClassName
{
color: #491535;
}
</style>
background-color css
<style>
a { background-color: #491535; }
a { background-color: rgb(73,21,53); }
div.DivClassName
{
background-color: #491535;
}
.BgClassName
{
background-color: #491535;
}
</style>
border-color css
<style>
span { border-color: #491535; }
span { border-color: rgb(73,21,53); }
td.TdClassName
{
border-color: #491535;
}
.TagClassName
{
border-color: #491535;
}
</style>