Shades of Blackberry #491C39
Tints of Blackberry #491C39
RGB
CMYK
RGB Variations
Color information
#491C39 (or 0x491C39) is known color: Blackberry. HEX triplet: 49, 1C and 39. RGB value is (73,28,57). Sum of RGB (Red+Green+Blue) = 73+28+57=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #491C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C39 is #B6E3C6. Grayscale: #2C2C2C. Windows color (decimal): -11985863 or 3742793. OLE color: 3742793.
HSL color Cylindrical-coordinate representation of color #491C39: hue angle of 321.33º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #491C39 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 28 | 57 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.71 |
| HSL | 321.33º | 0.45% | 0.2% | - |
| HSV(B) | 321.33º | 0.62% | 0.29% | - |
| XYZ | 3.9 | 2.54 | 4.16 | - |
| YUV | 44.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 57 | 0 | 0.62 | 0.22 | 0.71 | 321.33 | 0.45 | 0.2 |
| Hex | 49 | 1C | 39 | 0 | 3E | 16 | 47 | 141 | 2D | 14 |
| Octal | 111 | 34 | 71 | 0 | 76 | 26 | 107 | 501 | 55 | 24 |
| Binary | 1001001 | 11100 | 111001 | 0 | 111110 | 10110 | 1000111 | 101000001 | 101101 | 10100 |
Color Harmonies of #491C39
Complementary color
Monochromatic Colors of #491C39
Black with #491C39
Text Example
Text Example
White with #491C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C39; }
p { color: rgb(73,28,57); }
H1.HeaderClassName
{
color: #491C39;
}
.AnyTagClassName
{
color: #491C39;
}
</style>
background-color css
<style>
a { background-color: #491C39; }
a { background-color: rgb(73,28,57); }
div.DivClassName
{
background-color: #491C39;
}
.BgClassName
{
background-color: #491C39;
}
</style>
border-color css
<style>
span { border-color: #491C39; }
span { border-color: rgb(73,28,57); }
td.TdClassName
{
border-color: #491C39;
}
.TagClassName
{
border-color: #491C39;
}
</style>