Shades of Blackberry #491834
Tints of Blackberry #491834
RGB
CMYK
RGB Variations
Color information
#491834 (or 0x491834) is known color: Blackberry. HEX triplet: 49, 18 and 34. RGB value is (73,24,52). Sum of RGB (Red+Green+Blue) = 73+24+52=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #491834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491834 is #B6E7CB. Grayscale: #292929. Windows color (decimal): -11986892 or 3414089. OLE color: 3414089.
HSL color Cylindrical-coordinate representation of color #491834: hue angle of 325.71º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #491834 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 52 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.71 |
| HSL | 325.71º | 0.51% | 0.19% | - |
| HSV(B) | 325.71º | 0.67% | 0.29% | - |
| XYZ | 3.69 | 2.32 | 3.5 | - |
| YUV | 41.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 52 | 0 | 0.67 | 0.29 | 0.71 | 325.71 | 0.51 | 0.19 |
| Hex | 49 | 18 | 34 | 0 | 43 | 1D | 47 | 146 | 33 | 13 |
| Octal | 111 | 30 | 64 | 0 | 103 | 35 | 107 | 506 | 63 | 23 |
| Binary | 1001001 | 11000 | 110100 | 0 | 1000011 | 11101 | 1000111 | 101000110 | 110011 | 10011 |
Color Harmonies of #491834
Complementary color
Monochromatic Colors of #491834
Black with #491834
Text Example
Text Example
White with #491834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491834; }
p { color: rgb(73,24,52); }
H1.HeaderClassName
{
color: #491834;
}
.AnyTagClassName
{
color: #491834;
}
</style>
background-color css
<style>
a { background-color: #491834; }
a { background-color: rgb(73,24,52); }
div.DivClassName
{
background-color: #491834;
}
.BgClassName
{
background-color: #491834;
}
</style>
border-color css
<style>
span { border-color: #491834; }
span { border-color: rgb(73,24,52); }
td.TdClassName
{
border-color: #491834;
}
.TagClassName
{
border-color: #491834;
}
</style>