Shades of Blackberry #49102B
Tints of Blackberry #49102B
RGB
CMYK
RGB Variations
Color information
#49102B (or 0x49102B) is known color: Blackberry. HEX triplet: 49, 10 and 2B. RGB value is (73,16,43). Sum of RGB (Red+Green+Blue) = 73+16+43=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #49102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49102B is #B6EFD4. Grayscale: #242424. Windows color (decimal): -11988949 or 2822217. OLE color: 2822217.
HSL color Cylindrical-coordinate representation of color #49102B: hue angle of 331.58º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49102B is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 16 | 43 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.71 |
| HSL | 331.58º | 0.64% | 0.17% | - |
| HSV(B) | 331.58º | 0.78% | 0.29% | - |
| XYZ | 3.37 | 1.96 | 2.49 | - |
| YUV | 36.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 43 | 0 | 0.78 | 0.41 | 0.71 | 331.58 | 0.64 | 0.17 |
| Hex | 49 | 10 | 2B | 0 | 4E | 29 | 47 | 14C | 40 | 11 |
| Octal | 111 | 20 | 53 | 0 | 116 | 51 | 107 | 514 | 100 | 21 |
| Binary | 1001001 | 10000 | 101011 | 0 | 1001110 | 101001 | 1000111 | 101001100 | 1000000 | 10001 |
Color Harmonies of #49102B
Complementary color
Monochromatic Colors of #49102B
Black with #49102B
Text Example
Text Example
White with #49102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49102B; }
p { color: rgb(73,16,43); }
H1.HeaderClassName
{
color: #49102B;
}
.AnyTagClassName
{
color: #49102B;
}
</style>
background-color css
<style>
a { background-color: #49102B; }
a { background-color: rgb(73,16,43); }
div.DivClassName
{
background-color: #49102B;
}
.BgClassName
{
background-color: #49102B;
}
</style>
border-color css
<style>
span { border-color: #49102B; }
span { border-color: rgb(73,16,43); }
td.TdClassName
{
border-color: #49102B;
}
.TagClassName
{
border-color: #49102B;
}
</style>