Shades of Blackberry #491B32
Tints of Blackberry #491B32
RGB
CMYK
RGB Variations
Color information
#491B32 (or 0x491B32) is known color: Blackberry. HEX triplet: 49, 1B and 32. RGB value is (73,27,50). Sum of RGB (Red+Green+Blue) = 73+27+50=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #491B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B32 is #B6E4CD. Grayscale: #2B2B2B. Windows color (decimal): -11986126 or 3283785. OLE color: 3283785.
HSL color Cylindrical-coordinate representation of color #491B32: hue angle of 330º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #491B32 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 27 | 50 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.71 |
| HSL | 330º | 0.46% | 0.2% | - |
| HSV(B) | 330º | 0.63% | 0.29% | - |
| XYZ | 3.72 | 2.43 | 3.29 | - |
| YUV | 43.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 50 | 0 | 0.63 | 0.32 | 0.71 | 330 | 0.46 | 0.2 |
| Hex | 49 | 1B | 32 | 0 | 3F | 20 | 47 | 14A | 2E | 14 |
| Octal | 111 | 33 | 62 | 0 | 77 | 40 | 107 | 512 | 56 | 24 |
| Binary | 1001001 | 11011 | 110010 | 0 | 111111 | 100000 | 1000111 | 101001010 | 101110 | 10100 |
Color Harmonies of #491B32
Complementary color
Monochromatic Colors of #491B32
Black with #491B32
Text Example
Text Example
White with #491B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B32; }
p { color: rgb(73,27,50); }
H1.HeaderClassName
{
color: #491B32;
}
.AnyTagClassName
{
color: #491B32;
}
</style>
background-color css
<style>
a { background-color: #491B32; }
a { background-color: rgb(73,27,50); }
div.DivClassName
{
background-color: #491B32;
}
.BgClassName
{
background-color: #491B32;
}
</style>
border-color css
<style>
span { border-color: #491B32; }
span { border-color: rgb(73,27,50); }
td.TdClassName
{
border-color: #491B32;
}
.TagClassName
{
border-color: #491B32;
}
</style>