Shades of Blackberry #491B2F
Tints of Blackberry #491B2F
RGB
CMYK
RGB Variations
Color information
#491B2F (or 0x491B2F) is known color: Blackberry. HEX triplet: 49, 1B and 2F. RGB value is (73,27,47). Sum of RGB (Red+Green+Blue) = 73+27+47=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #491B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B2F is #B6E4D0. Grayscale: #2B2B2B. Windows color (decimal): -11986129 or 3087177. OLE color: 3087177.
HSL color Cylindrical-coordinate representation of color #491B2F: hue angle of 333.91º 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 #491B2F is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 27 | 47 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.71 |
| HSL | 333.91º | 0.46% | 0.2% | - |
| HSV(B) | 333.91º | 0.63% | 0.29% | - |
| XYZ | 3.65 | 2.41 | 2.96 | - |
| YUV | 43.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 47 | 0 | 0.63 | 0.36 | 0.71 | 333.91 | 0.46 | 0.2 |
| Hex | 49 | 1B | 2F | 0 | 3F | 24 | 47 | 14E | 2E | 14 |
| Octal | 111 | 33 | 57 | 0 | 77 | 44 | 107 | 516 | 56 | 24 |
| Binary | 1001001 | 11011 | 101111 | 0 | 111111 | 100100 | 1000111 | 101001110 | 101110 | 10100 |
Color Harmonies of #491B2F
Complementary color
Monochromatic Colors of #491B2F
Black with #491B2F
Text Example
Text Example
White with #491B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B2F; }
p { color: rgb(73,27,47); }
H1.HeaderClassName
{
color: #491B2F;
}
.AnyTagClassName
{
color: #491B2F;
}
</style>
background-color css
<style>
a { background-color: #491B2F; }
a { background-color: rgb(73,27,47); }
div.DivClassName
{
background-color: #491B2F;
}
.BgClassName
{
background-color: #491B2F;
}
</style>
border-color css
<style>
span { border-color: #491B2F; }
span { border-color: rgb(73,27,47); }
td.TdClassName
{
border-color: #491B2F;
}
.TagClassName
{
border-color: #491B2F;
}
</style>