Shades of Blackberry #49152E
Tints of Blackberry #49152E
RGB
CMYK
RGB Variations
Color information
#49152E (or 0x49152E) is known color: Blackberry. HEX triplet: 49, 15 and 2E. RGB value is (73,21,46). Sum of RGB (Red+Green+Blue) = 73+21+46=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49152E is #B6EAD1. Grayscale: #272727. Windows color (decimal): -11987666 or 3020105. OLE color: 3020105.
HSL color Cylindrical-coordinate representation of color #49152E: hue angle of 331.15º 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 #49152E is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 21 | 46 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.71 |
| HSL | 331.15º | 0.55% | 0.18% | - |
| HSV(B) | 331.15º | 0.71% | 0.29% | - |
| XYZ | 3.51 | 2.15 | 2.81 | - |
| YUV | 39.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 46 | 0 | 0.71 | 0.37 | 0.71 | 331.15 | 0.55 | 0.18 |
| Hex | 49 | 15 | 2E | 0 | 47 | 25 | 47 | 14B | 37 | 12 |
| Octal | 111 | 25 | 56 | 0 | 107 | 45 | 107 | 513 | 67 | 22 |
| Binary | 1001001 | 10101 | 101110 | 0 | 1000111 | 100101 | 1000111 | 101001011 | 110111 | 10010 |
Color Harmonies of #49152E
Complementary color
Monochromatic Colors of #49152E
Black with #49152E
Text Example
Text Example
White with #49152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49152E; }
p { color: rgb(73,21,46); }
H1.HeaderClassName
{
color: #49152E;
}
.AnyTagClassName
{
color: #49152E;
}
</style>
background-color css
<style>
a { background-color: #49152E; }
a { background-color: rgb(73,21,46); }
div.DivClassName
{
background-color: #49152E;
}
.BgClassName
{
background-color: #49152E;
}
</style>
border-color css
<style>
span { border-color: #49152E; }
span { border-color: rgb(73,21,46); }
td.TdClassName
{
border-color: #49152E;
}
.TagClassName
{
border-color: #49152E;
}
</style>