Shades of Blackberry #49033B
Tints of Blackberry #49033B
RGB
CMYK
RGB Variations
Color information
#49033B (or 0x49033B) is known color: Blackberry. HEX triplet: 49, 03 and 3B. RGB value is (73,3,59). Sum of RGB (Red+Green+Blue) = 73+3+59=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49033B is #B6FCC4. Grayscale: #1E1E1E. Windows color (decimal): -11992261 or 3867465. OLE color: 3867465.
HSL color Cylindrical-coordinate representation of color #49033B: hue angle of 312º 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 #49033B is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 3 | 59 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.71 |
| HSL | 312º | 0.92% | 0.15% | - |
| HSV(B) | 312º | 0.96% | 0.29% | - |
| XYZ | 3.57 | 1.8 | 4.3 | - |
| YUV | 30.31 | 144.19 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 59 | 0 | 0.96 | 0.19 | 0.71 | 312 | 0.92 | 0.15 |
| Hex | 49 | 3 | 3B | 0 | 60 | 13 | 47 | 138 | 5C | F |
| Octal | 111 | 3 | 73 | 0 | 140 | 23 | 107 | 470 | 134 | 17 |
| Binary | 1001001 | 11 | 111011 | 0 | 1100000 | 10011 | 1000111 | 100111000 | 1011100 | 1111 |
Color Harmonies of #49033B
Complementary color
Monochromatic Colors of #49033B
Black with #49033B
Text Example
Text Example
White with #49033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49033B; }
p { color: rgb(73,3,59); }
H1.HeaderClassName
{
color: #49033B;
}
.AnyTagClassName
{
color: #49033B;
}
</style>
background-color css
<style>
a { background-color: #49033B; }
a { background-color: rgb(73,3,59); }
div.DivClassName
{
background-color: #49033B;
}
.BgClassName
{
background-color: #49033B;
}
</style>
border-color css
<style>
span { border-color: #49033B; }
span { border-color: rgb(73,3,59); }
td.TdClassName
{
border-color: #49033B;
}
.TagClassName
{
border-color: #49033B;
}
</style>