Shades of Blackberry #49102C
Tints of Blackberry #49102C
RGB
CMYK
RGB Variations
Color information
#49102C (or 0x49102C) is known color: Blackberry. HEX triplet: 49, 10 and 2C. RGB value is (73,16,44). Sum of RGB (Red+Green+Blue) = 73+16+44=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #49102C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49102C is #B6EFD3. Grayscale: #242424. Windows color (decimal): -11988948 or 2887753. OLE color: 2887753.
HSL color Cylindrical-coordinate representation of color #49102C: hue angle of 330.53º 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 #49102C is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 16 | 44 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.71 |
| HSL | 330.53º | 0.64% | 0.17% | - |
| HSV(B) | 330.53º | 0.78% | 0.29% | - |
| XYZ | 3.39 | 1.97 | 2.58 | - |
| YUV | 36.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 44 | 0 | 0.78 | 0.40 | 0.71 | 330.53 | 0.64 | 0.17 |
| Hex | 49 | 10 | 2C | 0 | 4E | 28 | 47 | 14B | 40 | 11 |
| Octal | 111 | 20 | 54 | 0 | 116 | 50 | 107 | 513 | 100 | 21 |
| Binary | 1001001 | 10000 | 101100 | 0 | 1001110 | 101000 | 1000111 | 101001011 | 1000000 | 10001 |
Color Harmonies of #49102C
Complementary color
Monochromatic Colors of #49102C
Black with #49102C
Text Example
Text Example
White with #49102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49102C; }
p { color: rgb(73,16,44); }
H1.HeaderClassName
{
color: #49102C;
}
.AnyTagClassName
{
color: #49102C;
}
</style>
background-color css
<style>
a { background-color: #49102C; }
a { background-color: rgb(73,16,44); }
div.DivClassName
{
background-color: #49102C;
}
.BgClassName
{
background-color: #49102C;
}
</style>
border-color css
<style>
span { border-color: #49102C; }
span { border-color: rgb(73,16,44); }
td.TdClassName
{
border-color: #49102C;
}
.TagClassName
{
border-color: #49102C;
}
</style>