Shades of Blackberry #49043B
Tints of Blackberry #49043B
RGB
CMYK
RGB Variations
Color information
#49043B (or 0x49043B) is known color: Blackberry. HEX triplet: 49, 04 and 3B. RGB value is (73,4,59). Sum of RGB (Red+Green+Blue) = 73+4+59=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49043B is #B6FBC4. Grayscale: #1E1E1E. Windows color (decimal): -11992005 or 3867721. OLE color: 3867721.
HSL color Cylindrical-coordinate representation of color #49043B: hue angle of 312.17º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49043B is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 4 | 59 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.71 |
| HSL | 312.17º | 0.9% | 0.15% | - |
| HSV(B) | 312.17º | 0.95% | 0.29% | - |
| XYZ | 3.58 | 1.82 | 4.3 | - |
| YUV | 30.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 59 | 0 | 0.95 | 0.19 | 0.71 | 312.17 | 0.9 | 0.15 |
| Hex | 49 | 4 | 3B | 0 | 5F | 13 | 47 | 138 | 5A | F |
| Octal | 111 | 4 | 73 | 0 | 137 | 23 | 107 | 470 | 132 | 17 |
| Binary | 1001001 | 100 | 111011 | 0 | 1011111 | 10011 | 1000111 | 100111000 | 1011010 | 1111 |
Color Harmonies of #49043B
Complementary color
Monochromatic Colors of #49043B
Black with #49043B
Text Example
Text Example
White with #49043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49043B; }
p { color: rgb(73,4,59); }
H1.HeaderClassName
{
color: #49043B;
}
.AnyTagClassName
{
color: #49043B;
}
</style>
background-color css
<style>
a { background-color: #49043B; }
a { background-color: rgb(73,4,59); }
div.DivClassName
{
background-color: #49043B;
}
.BgClassName
{
background-color: #49043B;
}
</style>
border-color css
<style>
span { border-color: #49043B; }
span { border-color: rgb(73,4,59); }
td.TdClassName
{
border-color: #49043B;
}
.TagClassName
{
border-color: #49043B;
}
</style>