Shades of Blackberry #49203B
Tints of Blackberry #49203B
RGB
CMYK
RGB Variations
Color information
#49203B (or 0x49203B) is known color: Blackberry. HEX triplet: 49, 20 and 3B. RGB value is (73,32,59). Sum of RGB (Red+Green+Blue) = 73+32+59=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #49203B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49203B is #B6DFC4. Grayscale: #2F2F2F. Windows color (decimal): -11984837 or 3874889. OLE color: 3874889.
HSL color Cylindrical-coordinate representation of color #49203B: hue angle of 320.49º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49203B is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 32 | 59 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.71 |
| HSL | 320.49º | 0.39% | 0.21% | - |
| HSV(B) | 320.49º | 0.56% | 0.29% | - |
| XYZ | 4.05 | 2.77 | 4.46 | - |
| YUV | 47.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 59 | 0 | 0.56 | 0.19 | 0.71 | 320.49 | 0.39 | 0.21 |
| Hex | 49 | 20 | 3B | 0 | 38 | 13 | 47 | 140 | 27 | 15 |
| Octal | 111 | 40 | 73 | 0 | 70 | 23 | 107 | 500 | 47 | 25 |
| Binary | 1001001 | 100000 | 111011 | 0 | 111000 | 10011 | 1000111 | 101000000 | 100111 | 10101 |
Color Harmonies of #49203B
Complementary color
Monochromatic Colors of #49203B
Black with #49203B
Text Example
Text Example
White with #49203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49203B; }
p { color: rgb(73,32,59); }
H1.HeaderClassName
{
color: #49203B;
}
.AnyTagClassName
{
color: #49203B;
}
</style>
background-color css
<style>
a { background-color: #49203B; }
a { background-color: rgb(73,32,59); }
div.DivClassName
{
background-color: #49203B;
}
.BgClassName
{
background-color: #49203B;
}
</style>
border-color css
<style>
span { border-color: #49203B; }
span { border-color: rgb(73,32,59); }
td.TdClassName
{
border-color: #49203B;
}
.TagClassName
{
border-color: #49203B;
}
</style>