Shades of Blackberry #49132F
Tints of Blackberry #49132F
RGB
CMYK
RGB Variations
Color information
#49132F (or 0x49132F) is known color: Blackberry. HEX triplet: 49, 13 and 2F. RGB value is (73,19,47). Sum of RGB (Red+Green+Blue) = 73+19+47=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #49132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49132F is #B6ECD0. Grayscale: #262626. Windows color (decimal): -11988177 or 3085129. OLE color: 3085129.
HSL color Cylindrical-coordinate representation of color #49132F: hue angle of 328.89º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49132F is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 19 | 47 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.71 |
| HSL | 328.89º | 0.59% | 0.18% | - |
| HSV(B) | 328.89º | 0.74% | 0.29% | - |
| XYZ | 3.49 | 2.09 | 2.91 | - |
| YUV | 38.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 47 | 0 | 0.74 | 0.36 | 0.71 | 328.89 | 0.59 | 0.18 |
| Hex | 49 | 13 | 2F | 0 | 4A | 24 | 47 | 149 | 3B | 12 |
| Octal | 111 | 23 | 57 | 0 | 112 | 44 | 107 | 511 | 73 | 22 |
| Binary | 1001001 | 10011 | 101111 | 0 | 1001010 | 100100 | 1000111 | 101001001 | 111011 | 10010 |
Color Harmonies of #49132F
Complementary color
Monochromatic Colors of #49132F
Black with #49132F
Text Example
Text Example
White with #49132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49132F; }
p { color: rgb(73,19,47); }
H1.HeaderClassName
{
color: #49132F;
}
.AnyTagClassName
{
color: #49132F;
}
</style>
background-color css
<style>
a { background-color: #49132F; }
a { background-color: rgb(73,19,47); }
div.DivClassName
{
background-color: #49132F;
}
.BgClassName
{
background-color: #49132F;
}
</style>
border-color css
<style>
span { border-color: #49132F; }
span { border-color: rgb(73,19,47); }
td.TdClassName
{
border-color: #49132F;
}
.TagClassName
{
border-color: #49132F;
}
</style>