Shades of Blackberry #491332
Tints of Blackberry #491332
RGB
CMYK
RGB Variations
Color information
#491332 (or 0x491332) is known color: Blackberry. HEX triplet: 49, 13 and 32. RGB value is (73,19,50). Sum of RGB (Red+Green+Blue) = 73+19+50=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #491332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491332 is #B6ECCD. Grayscale: #262626. Windows color (decimal): -11988174 or 3281737. OLE color: 3281737.
HSL color Cylindrical-coordinate representation of color #491332: hue angle of 325.56º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #491332 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 19 | 50 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.71 |
| HSL | 325.56º | 0.59% | 0.18% | - |
| HSV(B) | 325.56º | 0.74% | 0.29% | - |
| XYZ | 3.56 | 2.11 | 3.24 | - |
| YUV | 38.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 50 | 0 | 0.74 | 0.32 | 0.71 | 325.56 | 0.59 | 0.18 |
| Hex | 49 | 13 | 32 | 0 | 4A | 20 | 47 | 146 | 3B | 12 |
| Octal | 111 | 23 | 62 | 0 | 112 | 40 | 107 | 506 | 73 | 22 |
| Binary | 1001001 | 10011 | 110010 | 0 | 1001010 | 100000 | 1000111 | 101000110 | 111011 | 10010 |
Color Harmonies of #491332
Complementary color
Monochromatic Colors of #491332
Black with #491332
Text Example
Text Example
White with #491332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491332; }
p { color: rgb(73,19,50); }
H1.HeaderClassName
{
color: #491332;
}
.AnyTagClassName
{
color: #491332;
}
</style>
background-color css
<style>
a { background-color: #491332; }
a { background-color: rgb(73,19,50); }
div.DivClassName
{
background-color: #491332;
}
.BgClassName
{
background-color: #491332;
}
</style>
border-color css
<style>
span { border-color: #491332; }
span { border-color: rgb(73,19,50); }
td.TdClassName
{
border-color: #491332;
}
.TagClassName
{
border-color: #491332;
}
</style>