Shades of Blackberry #491B36
Tints of Blackberry #491B36
RGB
CMYK
RGB Variations
Color information
#491B36 (or 0x491B36) is known color: Blackberry. HEX triplet: 49, 1B and 36. RGB value is (73,27,54). Sum of RGB (Red+Green+Blue) = 73+27+54=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #491B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B36 is #B6E4C9. Grayscale: #2B2B2B. Windows color (decimal): -11986122 or 3545929. OLE color: 3545929.
HSL color Cylindrical-coordinate representation of color #491B36: hue angle of 324.78º 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 #491B36 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 27 | 54 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.71 |
| HSL | 324.78º | 0.46% | 0.2% | - |
| HSV(B) | 324.78º | 0.63% | 0.29% | - |
| XYZ | 3.81 | 2.47 | 3.77 | - |
| YUV | 43.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 54 | 0 | 0.63 | 0.26 | 0.71 | 324.78 | 0.46 | 0.2 |
| Hex | 49 | 1B | 36 | 0 | 3F | 1A | 47 | 145 | 2E | 14 |
| Octal | 111 | 33 | 66 | 0 | 77 | 32 | 107 | 505 | 56 | 24 |
| Binary | 1001001 | 11011 | 110110 | 0 | 111111 | 11010 | 1000111 | 101000101 | 101110 | 10100 |
Color Harmonies of #491B36
Complementary color
Monochromatic Colors of #491B36
Black with #491B36
Text Example
Text Example
White with #491B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B36; }
p { color: rgb(73,27,54); }
H1.HeaderClassName
{
color: #491B36;
}
.AnyTagClassName
{
color: #491B36;
}
</style>
background-color css
<style>
a { background-color: #491B36; }
a { background-color: rgb(73,27,54); }
div.DivClassName
{
background-color: #491B36;
}
.BgClassName
{
background-color: #491B36;
}
</style>
border-color css
<style>
span { border-color: #491B36; }
span { border-color: rgb(73,27,54); }
td.TdClassName
{
border-color: #491B36;
}
.TagClassName
{
border-color: #491B36;
}
</style>