Shades of Blackberry #491D38
Tints of Blackberry #491D38
RGB
CMYK
RGB Variations
Color information
#491D38 (or 0x491D38) is known color: Blackberry. HEX triplet: 49, 1D and 38. RGB value is (73,29,56). Sum of RGB (Red+Green+Blue) = 73+29+56=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #491D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D38 is #B6E2C7. Grayscale: #2D2D2D. Windows color (decimal): -11985608 or 3677513. OLE color: 3677513.
HSL color Cylindrical-coordinate representation of color #491D38: hue angle of 323.18º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #491D38 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 29 | 56 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.71 |
| HSL | 323.18º | 0.43% | 0.2% | - |
| HSV(B) | 323.18º | 0.6% | 0.29% | - |
| XYZ | 3.9 | 2.58 | 4.03 | - |
| YUV | 45.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 56 | 0 | 0.60 | 0.23 | 0.71 | 323.18 | 0.43 | 0.2 |
| Hex | 49 | 1D | 38 | 0 | 3C | 17 | 47 | 143 | 2B | 14 |
| Octal | 111 | 35 | 70 | 0 | 74 | 27 | 107 | 503 | 53 | 24 |
| Binary | 1001001 | 11101 | 111000 | 0 | 111100 | 10111 | 1000111 | 101000011 | 101011 | 10100 |
Color Harmonies of #491D38
Complementary color
Monochromatic Colors of #491D38
Black with #491D38
Text Example
Text Example
White with #491D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D38; }
p { color: rgb(73,29,56); }
H1.HeaderClassName
{
color: #491D38;
}
.AnyTagClassName
{
color: #491D38;
}
</style>
background-color css
<style>
a { background-color: #491D38; }
a { background-color: rgb(73,29,56); }
div.DivClassName
{
background-color: #491D38;
}
.BgClassName
{
background-color: #491D38;
}
</style>
border-color css
<style>
span { border-color: #491D38; }
span { border-color: rgb(73,29,56); }
td.TdClassName
{
border-color: #491D38;
}
.TagClassName
{
border-color: #491D38;
}
</style>