Shades of Blackberry #491533
Tints of Blackberry #491533
RGB
CMYK
RGB Variations
Color information
#491533 (or 0x491533) is known color: Blackberry. HEX triplet: 49, 15 and 33. RGB value is (73,21,51). Sum of RGB (Red+Green+Blue) = 73+21+51=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #491533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491533 is #B6EACC. Grayscale: #272727. Windows color (decimal): -11987661 or 3347785. OLE color: 3347785.
HSL color Cylindrical-coordinate representation of color #491533: hue angle of 325.38º 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 #491533 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 21 | 51 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.71 |
| HSL | 325.38º | 0.55% | 0.18% | - |
| HSV(B) | 325.38º | 0.71% | 0.29% | - |
| XYZ | 3.61 | 2.19 | 3.36 | - |
| YUV | 39.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 51 | 0 | 0.71 | 0.30 | 0.71 | 325.38 | 0.55 | 0.18 |
| Hex | 49 | 15 | 33 | 0 | 47 | 1E | 47 | 145 | 37 | 12 |
| Octal | 111 | 25 | 63 | 0 | 107 | 36 | 107 | 505 | 67 | 22 |
| Binary | 1001001 | 10101 | 110011 | 0 | 1000111 | 11110 | 1000111 | 101000101 | 110111 | 10010 |
Color Harmonies of #491533
Complementary color
Monochromatic Colors of #491533
Black with #491533
Text Example
Text Example
White with #491533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491533; }
p { color: rgb(73,21,51); }
H1.HeaderClassName
{
color: #491533;
}
.AnyTagClassName
{
color: #491533;
}
</style>
background-color css
<style>
a { background-color: #491533; }
a { background-color: rgb(73,21,51); }
div.DivClassName
{
background-color: #491533;
}
.BgClassName
{
background-color: #491533;
}
</style>
border-color css
<style>
span { border-color: #491533; }
span { border-color: rgb(73,21,51); }
td.TdClassName
{
border-color: #491533;
}
.TagClassName
{
border-color: #491533;
}
</style>