Shades of Blackberry #49032A
Tints of Blackberry #49032A
RGB
CMYK
RGB Variations
Color information
#49032A (or 0x49032A) is known color: Blackberry. HEX triplet: 49, 03 and 2A. RGB value is (73,3,42). Sum of RGB (Red+Green+Blue) = 73+3+42=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #49032A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49032A is #B6FCD5. Grayscale: #1C1C1C. Windows color (decimal): -11992278 or 2753353. OLE color: 2753353.
HSL color Cylindrical-coordinate representation of color #49032A: hue angle of 326.57º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49032A is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 3 | 42 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.71 |
| HSL | 326.57º | 0.92% | 0.15% | - |
| HSV(B) | 326.57º | 0.96% | 0.29% | - |
| XYZ | 3.2 | 1.65 | 2.34 | - |
| YUV | 28.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 42 | 0 | 0.96 | 0.42 | 0.71 | 326.57 | 0.92 | 0.15 |
| Hex | 49 | 3 | 2A | 0 | 60 | 2A | 47 | 147 | 5C | F |
| Octal | 111 | 3 | 52 | 0 | 140 | 52 | 107 | 507 | 134 | 17 |
| Binary | 1001001 | 11 | 101010 | 0 | 1100000 | 101010 | 1000111 | 101000111 | 1011100 | 1111 |
Color Harmonies of #49032A
Complementary color
Monochromatic Colors of #49032A
Black with #49032A
Text Example
Text Example
White with #49032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49032A; }
p { color: rgb(73,3,42); }
H1.HeaderClassName
{
color: #49032A;
}
.AnyTagClassName
{
color: #49032A;
}
</style>
background-color css
<style>
a { background-color: #49032A; }
a { background-color: rgb(73,3,42); }
div.DivClassName
{
background-color: #49032A;
}
.BgClassName
{
background-color: #49032A;
}
</style>
border-color css
<style>
span { border-color: #49032A; }
span { border-color: rgb(73,3,42); }
td.TdClassName
{
border-color: #49032A;
}
.TagClassName
{
border-color: #49032A;
}
</style>