Shades of Blackberry #49052A
Tints of Blackberry #49052A
RGB
CMYK
RGB Variations
Color information
#49052A (or 0x49052A) is known color: Blackberry. HEX triplet: 49, 05 and 2A. RGB value is (73,5,42). Sum of RGB (Red+Green+Blue) = 73+5+42=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #49052A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49052A is #B6FAD5. Grayscale: #1D1D1D. Windows color (decimal): -11991766 or 2753865. OLE color: 2753865.
HSL color Cylindrical-coordinate representation of color #49052A: hue angle of 327.35º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49052A is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 5 | 42 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.71 |
| HSL | 327.35º | 0.87% | 0.15% | - |
| HSV(B) | 327.35º | 0.93% | 0.29% | - |
| XYZ | 3.22 | 1.69 | 2.35 | - |
| YUV | 29.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 42 | 0 | 0.93 | 0.42 | 0.71 | 327.35 | 0.87 | 0.15 |
| Hex | 49 | 5 | 2A | 0 | 5D | 2A | 47 | 147 | 57 | F |
| Octal | 111 | 5 | 52 | 0 | 135 | 52 | 107 | 507 | 127 | 17 |
| Binary | 1001001 | 101 | 101010 | 0 | 1011101 | 101010 | 1000111 | 101000111 | 1010111 | 1111 |
Color Harmonies of #49052A
Complementary color
Monochromatic Colors of #49052A
Black with #49052A
Text Example
Text Example
White with #49052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49052A; }
p { color: rgb(73,5,42); }
H1.HeaderClassName
{
color: #49052A;
}
.AnyTagClassName
{
color: #49052A;
}
</style>
background-color css
<style>
a { background-color: #49052A; }
a { background-color: rgb(73,5,42); }
div.DivClassName
{
background-color: #49052A;
}
.BgClassName
{
background-color: #49052A;
}
</style>
border-color css
<style>
span { border-color: #49052A; }
span { border-color: rgb(73,5,42); }
td.TdClassName
{
border-color: #49052A;
}
.TagClassName
{
border-color: #49052A;
}
</style>