Shades of Blackberry #491B3B
Tints of Blackberry #491B3B
RGB
CMYK
RGB Variations
Color information
#491B3B (or 0x491B3B) is known color: Blackberry. HEX triplet: 49, 1B and 3B. RGB value is (73,27,59). Sum of RGB (Red+Green+Blue) = 73+27+59=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #491B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B3B is #B6E4C4. Grayscale: #2C2C2C. Windows color (decimal): -11986117 or 3873609. OLE color: 3873609.
HSL color Cylindrical-coordinate representation of color #491B3B: hue angle of 318.26º 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 #491B3B is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 27 | 59 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.71 |
| HSL | 318.26º | 0.46% | 0.2% | - |
| HSV(B) | 318.26º | 0.63% | 0.29% | - |
| XYZ | 3.93 | 2.52 | 4.42 | - |
| YUV | 44.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 59 | 0 | 0.63 | 0.19 | 0.71 | 318.26 | 0.46 | 0.2 |
| Hex | 49 | 1B | 3B | 0 | 3F | 13 | 47 | 13E | 2E | 14 |
| Octal | 111 | 33 | 73 | 0 | 77 | 23 | 107 | 476 | 56 | 24 |
| Binary | 1001001 | 11011 | 111011 | 0 | 111111 | 10011 | 1000111 | 100111110 | 101110 | 10100 |
Color Harmonies of #491B3B
Complementary color
Monochromatic Colors of #491B3B
Black with #491B3B
Text Example
Text Example
White with #491B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B3B; }
p { color: rgb(73,27,59); }
H1.HeaderClassName
{
color: #491B3B;
}
.AnyTagClassName
{
color: #491B3B;
}
</style>
background-color css
<style>
a { background-color: #491B3B; }
a { background-color: rgb(73,27,59); }
div.DivClassName
{
background-color: #491B3B;
}
.BgClassName
{
background-color: #491B3B;
}
</style>
border-color css
<style>
span { border-color: #491B3B; }
span { border-color: rgb(73,27,59); }
td.TdClassName
{
border-color: #491B3B;
}
.TagClassName
{
border-color: #491B3B;
}
</style>