Shades of Blackberry #49092A
Tints of Blackberry #49092A
RGB
CMYK
RGB Variations
Color information
#49092A (or 0x49092A) is known color: Blackberry. HEX triplet: 49, 09 and 2A. RGB value is (73,9,42). Sum of RGB (Red+Green+Blue) = 73+9+42=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #49092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49092A is #B6F6D5. Grayscale: #1F1F1F. Windows color (decimal): -11990742 or 2754889. OLE color: 2754889.
HSL color Cylindrical-coordinate representation of color #49092A: hue angle of 329.06º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49092A is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 42 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.71 |
| HSL | 329.06º | 0.78% | 0.16% | - |
| HSV(B) | 329.06º | 0.88% | 0.29% | - |
| XYZ | 3.26 | 1.78 | 2.36 | - |
| YUV | 31.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 42 | 0 | 0.88 | 0.42 | 0.71 | 329.06 | 0.78 | 0.16 |
| Hex | 49 | 9 | 2A | 0 | 58 | 2A | 47 | 149 | 4E | 10 |
| Octal | 111 | 11 | 52 | 0 | 130 | 52 | 107 | 511 | 116 | 20 |
| Binary | 1001001 | 1001 | 101010 | 0 | 1011000 | 101010 | 1000111 | 101001001 | 1001110 | 10000 |
Color Harmonies of #49092A
Complementary color
Monochromatic Colors of #49092A
Black with #49092A
Text Example
Text Example
White with #49092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49092A; }
p { color: rgb(73,9,42); }
H1.HeaderClassName
{
color: #49092A;
}
.AnyTagClassName
{
color: #49092A;
}
</style>
background-color css
<style>
a { background-color: #49092A; }
a { background-color: rgb(73,9,42); }
div.DivClassName
{
background-color: #49092A;
}
.BgClassName
{
background-color: #49092A;
}
</style>
border-color css
<style>
span { border-color: #49092A; }
span { border-color: rgb(73,9,42); }
td.TdClassName
{
border-color: #49092A;
}
.TagClassName
{
border-color: #49092A;
}
</style>