Shades of Blackberry #49152D
Tints of Blackberry #49152D
RGB
CMYK
RGB Variations
Color information
#49152D (or 0x49152D) is known color: Blackberry. HEX triplet: 49, 15 and 2D. RGB value is (73,21,45). Sum of RGB (Red+Green+Blue) = 73+21+45=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #49152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49152D is #B6EAD2. Grayscale: #272727. Windows color (decimal): -11987667 or 2954569. OLE color: 2954569.
HSL color Cylindrical-coordinate representation of color #49152D: hue angle of 332.31º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49152D is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 21 | 45 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.71 |
| HSL | 332.31º | 0.55% | 0.18% | - |
| HSV(B) | 332.31º | 0.71% | 0.29% | - |
| XYZ | 3.49 | 2.14 | 2.71 | - |
| YUV | 39.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 45 | 0 | 0.71 | 0.38 | 0.71 | 332.31 | 0.55 | 0.18 |
| Hex | 49 | 15 | 2D | 0 | 47 | 26 | 47 | 14C | 37 | 12 |
| Octal | 111 | 25 | 55 | 0 | 107 | 46 | 107 | 514 | 67 | 22 |
| Binary | 1001001 | 10101 | 101101 | 0 | 1000111 | 100110 | 1000111 | 101001100 | 110111 | 10010 |
Color Harmonies of #49152D
Complementary color
Monochromatic Colors of #49152D
Black with #49152D
Text Example
Text Example
White with #49152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49152D; }
p { color: rgb(73,21,45); }
H1.HeaderClassName
{
color: #49152D;
}
.AnyTagClassName
{
color: #49152D;
}
</style>
background-color css
<style>
a { background-color: #49152D; }
a { background-color: rgb(73,21,45); }
div.DivClassName
{
background-color: #49152D;
}
.BgClassName
{
background-color: #49152D;
}
</style>
border-color css
<style>
span { border-color: #49152D; }
span { border-color: rgb(73,21,45); }
td.TdClassName
{
border-color: #49152D;
}
.TagClassName
{
border-color: #49152D;
}
</style>