Shades of Blackberry #49002B
Tints of Blackberry #49002B
RGB
CMYK
RGB Variations
Color information
#49002B (or 0x49002B) is known color: Blackberry. HEX triplet: 49, 00 and 2B. RGB value is (73,0,43). Sum of RGB (Red+Green+Blue) = 73+0+43=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #49002B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49002B is #B6FFD4. Grayscale: #1A1A1A. Windows color (decimal): -11993045 or 2818121. OLE color: 2818121.
HSL color Cylindrical-coordinate representation of color #49002B: hue angle of 324.66º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49002B is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.41 | 0.71 |
| HSL | 324.66º | 1% | 0.14% | - |
| HSV(B) | 324.66º | 1% | 0.29% | - |
| XYZ | 3.18 | 1.59 | 2.42 | - |
| YUV | 26.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 43 | 0 | 1 | 0.41 | 0.71 | 324.66 | 1 | 0.14 |
| Hex | 49 | 0 | 2B | 0 | 64 | 29 | 47 | 145 | 64 | E |
| Octal | 111 | 0 | 53 | 0 | 144 | 51 | 107 | 505 | 144 | 16 |
| Binary | 1001001 | 0 | 101011 | 0 | 1100100 | 101001 | 1000111 | 101000101 | 1100100 | 1110 |
Color Harmonies of #49002B
Complementary color
Monochromatic Colors of #49002B
Black with #49002B
Text Example
Text Example
White with #49002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49002B; }
p { color: rgb(73,0,43); }
H1.HeaderClassName
{
color: #49002B;
}
.AnyTagClassName
{
color: #49002B;
}
</style>
background-color css
<style>
a { background-color: #49002B; }
a { background-color: rgb(73,0,43); }
div.DivClassName
{
background-color: #49002B;
}
.BgClassName
{
background-color: #49002B;
}
</style>
border-color css
<style>
span { border-color: #49002B; }
span { border-color: rgb(73,0,43); }
td.TdClassName
{
border-color: #49002B;
}
.TagClassName
{
border-color: #49002B;
}
</style>