Shades of Blackberry #491B33
Tints of Blackberry #491B33
RGB
CMYK
RGB Variations
Color information
#491B33 (or 0x491B33) is known color: Blackberry. HEX triplet: 49, 1B and 33. RGB value is (73,27,51). Sum of RGB (Red+Green+Blue) = 73+27+51=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #491B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B33 is #B6E4CC. Grayscale: #2B2B2B. Windows color (decimal): -11986125 or 3349321. OLE color: 3349321.
HSL color Cylindrical-coordinate representation of color #491B33: hue angle of 328.7º 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 #491B33 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 27 | 51 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.71 |
| HSL | 328.7º | 0.46% | 0.2% | - |
| HSV(B) | 328.7º | 0.63% | 0.29% | - |
| XYZ | 3.74 | 2.44 | 3.41 | - |
| YUV | 43.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 51 | 0 | 0.63 | 0.30 | 0.71 | 328.7 | 0.46 | 0.2 |
| Hex | 49 | 1B | 33 | 0 | 3F | 1E | 47 | 149 | 2E | 14 |
| Octal | 111 | 33 | 63 | 0 | 77 | 36 | 107 | 511 | 56 | 24 |
| Binary | 1001001 | 11011 | 110011 | 0 | 111111 | 11110 | 1000111 | 101001001 | 101110 | 10100 |
Color Harmonies of #491B33
Complementary color
Monochromatic Colors of #491B33
Black with #491B33
Text Example
Text Example
White with #491B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B33; }
p { color: rgb(73,27,51); }
H1.HeaderClassName
{
color: #491B33;
}
.AnyTagClassName
{
color: #491B33;
}
</style>
background-color css
<style>
a { background-color: #491B33; }
a { background-color: rgb(73,27,51); }
div.DivClassName
{
background-color: #491B33;
}
.BgClassName
{
background-color: #491B33;
}
</style>
border-color css
<style>
span { border-color: #491B33; }
span { border-color: rgb(73,27,51); }
td.TdClassName
{
border-color: #491B33;
}
.TagClassName
{
border-color: #491B33;
}
</style>