Shades of Blackberry #49133B
Tints of Blackberry #49133B
RGB
CMYK
RGB Variations
Color information
#49133B (or 0x49133B) is known color: Blackberry. HEX triplet: 49, 13 and 3B. RGB value is (73,19,59). Sum of RGB (Red+Green+Blue) = 73+19+59=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49133B is #B6ECC4. Grayscale: #272727. Windows color (decimal): -11988165 or 3871561. OLE color: 3871561.
HSL color Cylindrical-coordinate representation of color #49133B: hue angle of 315.56º 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 #49133B is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 19 | 59 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.71 |
| HSL | 315.56º | 0.59% | 0.18% | - |
| HSV(B) | 315.56º | 0.74% | 0.29% | - |
| XYZ | 3.77 | 2.2 | 4.36 | - |
| YUV | 39.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 59 | 0 | 0.74 | 0.19 | 0.71 | 315.56 | 0.59 | 0.18 |
| Hex | 49 | 13 | 3B | 0 | 4A | 13 | 47 | 13C | 3B | 12 |
| Octal | 111 | 23 | 73 | 0 | 112 | 23 | 107 | 474 | 73 | 22 |
| Binary | 1001001 | 10011 | 111011 | 0 | 1001010 | 10011 | 1000111 | 100111100 | 111011 | 10010 |
Color Harmonies of #49133B
Complementary color
Monochromatic Colors of #49133B
Black with #49133B
Text Example
Text Example
White with #49133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49133B; }
p { color: rgb(73,19,59); }
H1.HeaderClassName
{
color: #49133B;
}
.AnyTagClassName
{
color: #49133B;
}
</style>
background-color css
<style>
a { background-color: #49133B; }
a { background-color: rgb(73,19,59); }
div.DivClassName
{
background-color: #49133B;
}
.BgClassName
{
background-color: #49133B;
}
</style>
border-color css
<style>
span { border-color: #49133B; }
span { border-color: rgb(73,19,59); }
td.TdClassName
{
border-color: #49133B;
}
.TagClassName
{
border-color: #49133B;
}
</style>