Shades of Blackberry #491E35
Tints of Blackberry #491E35
RGB
CMYK
RGB Variations
Color information
#491E35 (or 0x491E35) is known color: Blackberry. HEX triplet: 49, 1E and 35. RGB value is (73,30,53). Sum of RGB (Red+Green+Blue) = 73+30+53=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #491E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E35 is #B6E1CA. Grayscale: #2D2D2D. Windows color (decimal): -11985355 or 3481161. OLE color: 3481161.
HSL color Cylindrical-coordinate representation of color #491E35: hue angle of 327.91º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #491E35 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 30 | 53 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.71 |
| HSL | 327.91º | 0.42% | 0.2% | - |
| HSV(B) | 327.91º | 0.59% | 0.29% | - |
| XYZ | 3.85 | 2.6 | 3.67 | - |
| YUV | 45.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 53 | 0 | 0.59 | 0.27 | 0.71 | 327.91 | 0.42 | 0.2 |
| Hex | 49 | 1E | 35 | 0 | 3B | 1B | 47 | 148 | 2A | 14 |
| Octal | 111 | 36 | 65 | 0 | 73 | 33 | 107 | 510 | 52 | 24 |
| Binary | 1001001 | 11110 | 110101 | 0 | 111011 | 11011 | 1000111 | 101001000 | 101010 | 10100 |
Color Harmonies of #491E35
Complementary color
Monochromatic Colors of #491E35
Black with #491E35
Text Example
Text Example
White with #491E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491E35; }
p { color: rgb(73,30,53); }
H1.HeaderClassName
{
color: #491E35;
}
.AnyTagClassName
{
color: #491E35;
}
</style>
background-color css
<style>
a { background-color: #491E35; }
a { background-color: rgb(73,30,53); }
div.DivClassName
{
background-color: #491E35;
}
.BgClassName
{
background-color: #491E35;
}
</style>
border-color css
<style>
span { border-color: #491E35; }
span { border-color: rgb(73,30,53); }
td.TdClassName
{
border-color: #491E35;
}
.TagClassName
{
border-color: #491E35;
}
</style>