Shades of Blackberry #49133C
Tints of Blackberry #49133C
RGB
CMYK
RGB Variations
Color information
#49133C (or 0x49133C) is known color: Blackberry. HEX triplet: 49, 13 and 3C. RGB value is (73,19,60). Sum of RGB (Red+Green+Blue) = 73+19+60=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49133C is #B6ECC3. Grayscale: #272727. Windows color (decimal): -11988164 or 3937097. OLE color: 3937097.
HSL color Cylindrical-coordinate representation of color #49133C: hue angle of 314.44º 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 #49133C is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 19 | 60 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.71 |
| HSL | 314.44º | 0.59% | 0.18% | - |
| HSV(B) | 314.44º | 0.74% | 0.29% | - |
| XYZ | 3.8 | 2.21 | 4.5 | - |
| YUV | 39.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 60 | 0 | 0.74 | 0.18 | 0.71 | 314.44 | 0.59 | 0.18 |
| Hex | 49 | 13 | 3C | 0 | 4A | 12 | 47 | 13A | 3B | 12 |
| Octal | 111 | 23 | 74 | 0 | 112 | 22 | 107 | 472 | 73 | 22 |
| Binary | 1001001 | 10011 | 111100 | 0 | 1001010 | 10010 | 1000111 | 100111010 | 111011 | 10010 |
Color Harmonies of #49133C
Complementary color
Monochromatic Colors of #49133C
Black with #49133C
Text Example
Text Example
White with #49133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49133C; }
p { color: rgb(73,19,60); }
H1.HeaderClassName
{
color: #49133C;
}
.AnyTagClassName
{
color: #49133C;
}
</style>
background-color css
<style>
a { background-color: #49133C; }
a { background-color: rgb(73,19,60); }
div.DivClassName
{
background-color: #49133C;
}
.BgClassName
{
background-color: #49133C;
}
</style>
border-color css
<style>
span { border-color: #49133C; }
span { border-color: rgb(73,19,60); }
td.TdClassName
{
border-color: #49133C;
}
.TagClassName
{
border-color: #49133C;
}
</style>