Shades of Blackberry #49143C
Tints of Blackberry #49143C
RGB
CMYK
RGB Variations
Color information
#49143C (or 0x49143C) is known color: Blackberry. HEX triplet: 49, 14 and 3C. RGB value is (73,20,60). Sum of RGB (Red+Green+Blue) = 73+20+60=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49143C is #B6EBC3. Grayscale: #282828. Windows color (decimal): -11987908 or 3937353. OLE color: 3937353.
HSL color Cylindrical-coordinate representation of color #49143C: hue angle of 314.72º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49143C is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 20 | 60 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.71 |
| HSL | 314.72º | 0.57% | 0.18% | - |
| HSV(B) | 314.72º | 0.73% | 0.29% | - |
| XYZ | 3.81 | 2.24 | 4.51 | - |
| YUV | 40.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 60 | 0 | 0.73 | 0.18 | 0.71 | 314.72 | 0.57 | 0.18 |
| Hex | 49 | 14 | 3C | 0 | 49 | 12 | 47 | 13B | 39 | 12 |
| Octal | 111 | 24 | 74 | 0 | 111 | 22 | 107 | 473 | 71 | 22 |
| Binary | 1001001 | 10100 | 111100 | 0 | 1001001 | 10010 | 1000111 | 100111011 | 111001 | 10010 |
Color Harmonies of #49143C
Complementary color
Monochromatic Colors of #49143C
Black with #49143C
Text Example
Text Example
White with #49143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49143C; }
p { color: rgb(73,20,60); }
H1.HeaderClassName
{
color: #49143C;
}
.AnyTagClassName
{
color: #49143C;
}
</style>
background-color css
<style>
a { background-color: #49143C; }
a { background-color: rgb(73,20,60); }
div.DivClassName
{
background-color: #49143C;
}
.BgClassName
{
background-color: #49143C;
}
</style>
border-color css
<style>
span { border-color: #49143C; }
span { border-color: rgb(73,20,60); }
td.TdClassName
{
border-color: #49143C;
}
.TagClassName
{
border-color: #49143C;
}
</style>