Shades of Blackberry #49022F
Tints of Blackberry #49022F
RGB
CMYK
RGB Variations
Color information
#49022F (or 0x49022F) is known color: Blackberry. HEX triplet: 49, 02 and 2F. RGB value is (73,2,47). Sum of RGB (Red+Green+Blue) = 73+2+47=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #49022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49022F is #B6FDD0. Grayscale: #1C1C1C. Windows color (decimal): -11992529 or 3080777. OLE color: 3080777.
HSL color Cylindrical-coordinate representation of color #49022F: hue angle of 321.97º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49022F is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 47 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.71 |
| HSL | 321.97º | 0.95% | 0.15% | - |
| HSV(B) | 321.97º | 0.97% | 0.29% | - |
| XYZ | 3.28 | 1.67 | 2.84 | - |
| YUV | 28.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 47 | 0 | 0.97 | 0.36 | 0.71 | 321.97 | 0.95 | 0.15 |
| Hex | 49 | 2 | 2F | 0 | 61 | 24 | 47 | 142 | 5F | F |
| Octal | 111 | 2 | 57 | 0 | 141 | 44 | 107 | 502 | 137 | 17 |
| Binary | 1001001 | 10 | 101111 | 0 | 1100001 | 100100 | 1000111 | 101000010 | 1011111 | 1111 |
Color Harmonies of #49022F
Complementary color
Monochromatic Colors of #49022F
Black with #49022F
Text Example
Text Example
White with #49022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49022F; }
p { color: rgb(73,2,47); }
H1.HeaderClassName
{
color: #49022F;
}
.AnyTagClassName
{
color: #49022F;
}
</style>
background-color css
<style>
a { background-color: #49022F; }
a { background-color: rgb(73,2,47); }
div.DivClassName
{
background-color: #49022F;
}
.BgClassName
{
background-color: #49022F;
}
</style>
border-color css
<style>
span { border-color: #49022F; }
span { border-color: rgb(73,2,47); }
td.TdClassName
{
border-color: #49022F;
}
.TagClassName
{
border-color: #49022F;
}
</style>