Shades of Blackberry #491432
Tints of Blackberry #491432
RGB
CMYK
RGB Variations
Color information
#491432 (or 0x491432) is known color: Blackberry. HEX triplet: 49, 14 and 32. RGB value is (73,20,50). Sum of RGB (Red+Green+Blue) = 73+20+50=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #491432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491432 is #B6EBCD. Grayscale: #272727. Windows color (decimal): -11987918 or 3281993. OLE color: 3281993.
HSL color Cylindrical-coordinate representation of color #491432: hue angle of 326.04º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491432 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 20 | 50 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.71 |
| HSL | 326.04º | 0.57% | 0.18% | - |
| HSV(B) | 326.04º | 0.73% | 0.29% | - |
| XYZ | 3.57 | 2.15 | 3.24 | - |
| YUV | 39.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 50 | 0 | 0.73 | 0.32 | 0.71 | 326.04 | 0.57 | 0.18 |
| Hex | 49 | 14 | 32 | 0 | 49 | 20 | 47 | 146 | 39 | 12 |
| Octal | 111 | 24 | 62 | 0 | 111 | 40 | 107 | 506 | 71 | 22 |
| Binary | 1001001 | 10100 | 110010 | 0 | 1001001 | 100000 | 1000111 | 101000110 | 111001 | 10010 |
Color Harmonies of #491432
Complementary color
Monochromatic Colors of #491432
Black with #491432
Text Example
Text Example
White with #491432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491432; }
p { color: rgb(73,20,50); }
H1.HeaderClassName
{
color: #491432;
}
.AnyTagClassName
{
color: #491432;
}
</style>
background-color css
<style>
a { background-color: #491432; }
a { background-color: rgb(73,20,50); }
div.DivClassName
{
background-color: #491432;
}
.BgClassName
{
background-color: #491432;
}
</style>
border-color css
<style>
span { border-color: #491432; }
span { border-color: rgb(73,20,50); }
td.TdClassName
{
border-color: #491432;
}
.TagClassName
{
border-color: #491432;
}
</style>