Shades of Blackberry #491C3A
Tints of Blackberry #491C3A
RGB
CMYK
RGB Variations
Color information
#491C3A (or 0x491C3A) is known color: Blackberry. HEX triplet: 49, 1C and 3A. RGB value is (73,28,58). Sum of RGB (Red+Green+Blue) = 73+28+58=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #491C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C3A is #B6E3C5. Grayscale: #2C2C2C. Windows color (decimal): -11985862 or 3808329. OLE color: 3808329.
HSL color Cylindrical-coordinate representation of color #491C3A: hue angle of 320º 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 #491C3A is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 28 | 58 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.71 |
| HSL | 320º | 0.45% | 0.2% | - |
| HSV(B) | 320º | 0.62% | 0.29% | - |
| XYZ | 3.93 | 2.55 | 4.29 | - |
| YUV | 44.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 58 | 0 | 0.62 | 0.21 | 0.71 | 320 | 0.45 | 0.2 |
| Hex | 49 | 1C | 3A | 0 | 3E | 15 | 47 | 140 | 2D | 14 |
| Octal | 111 | 34 | 72 | 0 | 76 | 25 | 107 | 500 | 55 | 24 |
| Binary | 1001001 | 11100 | 111010 | 0 | 111110 | 10101 | 1000111 | 101000000 | 101101 | 10100 |
Color Harmonies of #491C3A
Complementary color
Monochromatic Colors of #491C3A
Black with #491C3A
Text Example
Text Example
White with #491C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C3A; }
p { color: rgb(73,28,58); }
H1.HeaderClassName
{
color: #491C3A;
}
.AnyTagClassName
{
color: #491C3A;
}
</style>
background-color css
<style>
a { background-color: #491C3A; }
a { background-color: rgb(73,28,58); }
div.DivClassName
{
background-color: #491C3A;
}
.BgClassName
{
background-color: #491C3A;
}
</style>
border-color css
<style>
span { border-color: #491C3A; }
span { border-color: rgb(73,28,58); }
td.TdClassName
{
border-color: #491C3A;
}
.TagClassName
{
border-color: #491C3A;
}
</style>