Shades of Blackberry #49062F
Tints of Blackberry #49062F
RGB
CMYK
RGB Variations
Color information
#49062F (or 0x49062F) is known color: Blackberry. HEX triplet: 49, 06 and 2F. RGB value is (73,6,47). Sum of RGB (Red+Green+Blue) = 73+6+47=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #49062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49062F is #B6F9D0. Grayscale: #1E1E1E. Windows color (decimal): -11991505 or 3081801. OLE color: 3081801.
HSL color Cylindrical-coordinate representation of color #49062F: hue angle of 323.28º 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 #49062F is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 6 | 47 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.71 |
| HSL | 323.28º | 0.85% | 0.15% | - |
| HSV(B) | 323.28º | 0.92% | 0.29% | - |
| XYZ | 3.33 | 1.75 | 2.85 | - |
| YUV | 30.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 47 | 0 | 0.92 | 0.36 | 0.71 | 323.28 | 0.85 | 0.15 |
| Hex | 49 | 6 | 2F | 0 | 5C | 24 | 47 | 143 | 55 | F |
| Octal | 111 | 6 | 57 | 0 | 134 | 44 | 107 | 503 | 125 | 17 |
| Binary | 1001001 | 110 | 101111 | 0 | 1011100 | 100100 | 1000111 | 101000011 | 1010101 | 1111 |
Color Harmonies of #49062F
Complementary color
Monochromatic Colors of #49062F
Black with #49062F
Text Example
Text Example
White with #49062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49062F; }
p { color: rgb(73,6,47); }
H1.HeaderClassName
{
color: #49062F;
}
.AnyTagClassName
{
color: #49062F;
}
</style>
background-color css
<style>
a { background-color: #49062F; }
a { background-color: rgb(73,6,47); }
div.DivClassName
{
background-color: #49062F;
}
.BgClassName
{
background-color: #49062F;
}
</style>
border-color css
<style>
span { border-color: #49062F; }
span { border-color: rgb(73,6,47); }
td.TdClassName
{
border-color: #49062F;
}
.TagClassName
{
border-color: #49062F;
}
</style>