Shades of Blackberry #491832
Tints of Blackberry #491832
RGB
CMYK
RGB Variations
Color information
#491832 (or 0x491832) is known color: Blackberry. HEX triplet: 49, 18 and 32. RGB value is (73,24,50). Sum of RGB (Red+Green+Blue) = 73+24+50=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #491832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491832 is #B6E7CD. Grayscale: #292929. Windows color (decimal): -11986894 or 3283017. OLE color: 3283017.
HSL color Cylindrical-coordinate representation of color #491832: hue angle of 328.16º 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 #491832 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 50 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.71 |
| HSL | 328.16º | 0.51% | 0.19% | - |
| HSV(B) | 328.16º | 0.67% | 0.29% | - |
| XYZ | 3.65 | 2.3 | 3.27 | - |
| YUV | 41.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 50 | 0 | 0.67 | 0.32 | 0.71 | 328.16 | 0.51 | 0.19 |
| Hex | 49 | 18 | 32 | 0 | 43 | 20 | 47 | 148 | 33 | 13 |
| Octal | 111 | 30 | 62 | 0 | 103 | 40 | 107 | 510 | 63 | 23 |
| Binary | 1001001 | 11000 | 110010 | 0 | 1000011 | 100000 | 1000111 | 101001000 | 110011 | 10011 |
Color Harmonies of #491832
Complementary color
Monochromatic Colors of #491832
Black with #491832
Text Example
Text Example
White with #491832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491832; }
p { color: rgb(73,24,50); }
H1.HeaderClassName
{
color: #491832;
}
.AnyTagClassName
{
color: #491832;
}
</style>
background-color css
<style>
a { background-color: #491832; }
a { background-color: rgb(73,24,50); }
div.DivClassName
{
background-color: #491832;
}
.BgClassName
{
background-color: #491832;
}
</style>
border-color css
<style>
span { border-color: #491832; }
span { border-color: rgb(73,24,50); }
td.TdClassName
{
border-color: #491832;
}
.TagClassName
{
border-color: #491832;
}
</style>