Shades of Blackberry #491B38
Tints of Blackberry #491B38
RGB
CMYK
RGB Variations
Color information
#491B38 (or 0x491B38) is known color: Blackberry. HEX triplet: 49, 1B and 38. RGB value is (73,27,56). Sum of RGB (Red+Green+Blue) = 73+27+56=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #491B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B38 is #B6E4C7. Grayscale: #2B2B2B. Windows color (decimal): -11986120 or 3677001. OLE color: 3677001.
HSL color Cylindrical-coordinate representation of color #491B38: hue angle of 322.17º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #491B38 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 27 | 56 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.71 |
| HSL | 322.17º | 0.46% | 0.2% | - |
| HSV(B) | 322.17º | 0.63% | 0.29% | - |
| XYZ | 3.85 | 2.49 | 4.02 | - |
| YUV | 44.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 56 | 0 | 0.63 | 0.23 | 0.71 | 322.17 | 0.46 | 0.2 |
| Hex | 49 | 1B | 38 | 0 | 3F | 17 | 47 | 142 | 2E | 14 |
| Octal | 111 | 33 | 70 | 0 | 77 | 27 | 107 | 502 | 56 | 24 |
| Binary | 1001001 | 11011 | 111000 | 0 | 111111 | 10111 | 1000111 | 101000010 | 101110 | 10100 |
Color Harmonies of #491B38
Complementary color
Monochromatic Colors of #491B38
Black with #491B38
Text Example
Text Example
White with #491B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B38; }
p { color: rgb(73,27,56); }
H1.HeaderClassName
{
color: #491B38;
}
.AnyTagClassName
{
color: #491B38;
}
</style>
background-color css
<style>
a { background-color: #491B38; }
a { background-color: rgb(73,27,56); }
div.DivClassName
{
background-color: #491B38;
}
.BgClassName
{
background-color: #491B38;
}
</style>
border-color css
<style>
span { border-color: #491B38; }
span { border-color: rgb(73,27,56); }
td.TdClassName
{
border-color: #491B38;
}
.TagClassName
{
border-color: #491B38;
}
</style>