Shades of Blackberry #491534
Tints of Blackberry #491534
RGB
CMYK
RGB Variations
Color information
#491534 (or 0x491534) is known color: Blackberry. HEX triplet: 49, 15 and 34. RGB value is (73,21,52). Sum of RGB (Red+Green+Blue) = 73+21+52=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #491534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491534 is #B6EACB. Grayscale: #282828. Windows color (decimal): -11987660 or 3413321. OLE color: 3413321.
HSL color Cylindrical-coordinate representation of color #491534: hue angle of 324.23º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491534 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 21 | 52 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.71 |
| HSL | 324.23º | 0.55% | 0.18% | - |
| HSV(B) | 324.23º | 0.71% | 0.29% | - |
| XYZ | 3.64 | 2.2 | 3.48 | - |
| YUV | 40.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 52 | 0 | 0.71 | 0.29 | 0.71 | 324.23 | 0.55 | 0.18 |
| Hex | 49 | 15 | 34 | 0 | 47 | 1D | 47 | 144 | 37 | 12 |
| Octal | 111 | 25 | 64 | 0 | 107 | 35 | 107 | 504 | 67 | 22 |
| Binary | 1001001 | 10101 | 110100 | 0 | 1000111 | 11101 | 1000111 | 101000100 | 110111 | 10010 |
Color Harmonies of #491534
Complementary color
Monochromatic Colors of #491534
Black with #491534
Text Example
Text Example
White with #491534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491534; }
p { color: rgb(73,21,52); }
H1.HeaderClassName
{
color: #491534;
}
.AnyTagClassName
{
color: #491534;
}
</style>
background-color css
<style>
a { background-color: #491534; }
a { background-color: rgb(73,21,52); }
div.DivClassName
{
background-color: #491534;
}
.BgClassName
{
background-color: #491534;
}
</style>
border-color css
<style>
span { border-color: #491534; }
span { border-color: rgb(73,21,52); }
td.TdClassName
{
border-color: #491534;
}
.TagClassName
{
border-color: #491534;
}
</style>