Shades of Blackberry #49062B
Tints of Blackberry #49062B
RGB
CMYK
RGB Variations
Color information
#49062B (or 0x49062B) is known color: Blackberry. HEX triplet: 49, 06 and 2B. RGB value is (73,6,43). Sum of RGB (Red+Green+Blue) = 73+6+43=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #49062B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49062B is #B6F9D4. Grayscale: #1E1E1E. Windows color (decimal): -11991509 or 2819657. OLE color: 2819657.
HSL color Cylindrical-coordinate representation of color #49062B: hue angle of 326.87º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49062B is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 6 | 43 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.71 |
| HSL | 326.87º | 0.85% | 0.15% | - |
| HSV(B) | 326.87º | 0.92% | 0.29% | - |
| XYZ | 3.25 | 1.72 | 2.45 | - |
| YUV | 30.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 43 | 0 | 0.92 | 0.41 | 0.71 | 326.87 | 0.85 | 0.15 |
| Hex | 49 | 6 | 2B | 0 | 5C | 29 | 47 | 147 | 55 | F |
| Octal | 111 | 6 | 53 | 0 | 134 | 51 | 107 | 507 | 125 | 17 |
| Binary | 1001001 | 110 | 101011 | 0 | 1011100 | 101001 | 1000111 | 101000111 | 1010101 | 1111 |
Color Harmonies of #49062B
Complementary color
Monochromatic Colors of #49062B
Black with #49062B
Text Example
Text Example
White with #49062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49062B; }
p { color: rgb(73,6,43); }
H1.HeaderClassName
{
color: #49062B;
}
.AnyTagClassName
{
color: #49062B;
}
</style>
background-color css
<style>
a { background-color: #49062B; }
a { background-color: rgb(73,6,43); }
div.DivClassName
{
background-color: #49062B;
}
.BgClassName
{
background-color: #49062B;
}
</style>
border-color css
<style>
span { border-color: #49062B; }
span { border-color: rgb(73,6,43); }
td.TdClassName
{
border-color: #49062B;
}
.TagClassName
{
border-color: #49062B;
}
</style>