Shades of Blackberry #49002A
Tints of Blackberry #49002A
RGB
CMYK
RGB Variations
Color information
#49002A (or 0x49002A) is known color: Blackberry. HEX triplet: 49, 00 and 2A. RGB value is (73,0,42). Sum of RGB (Red+Green+Blue) = 73+0+42=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #49002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49002A is #B6FFD5. Grayscale: #1A1A1A. Windows color (decimal): -11993046 or 2752585. OLE color: 2752585.
HSL color Cylindrical-coordinate representation of color #49002A: hue angle of 325.48º 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 #49002A is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.42 | 0.71 |
| HSL | 325.48º | 1% | 0.14% | - |
| HSV(B) | 325.48º | 1% | 0.29% | - |
| XYZ | 3.17 | 1.58 | 2.33 | - |
| YUV | 26.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 42 | 0 | 1 | 0.42 | 0.71 | 325.48 | 1 | 0.14 |
| Hex | 49 | 0 | 2A | 0 | 64 | 2A | 47 | 145 | 64 | E |
| Octal | 111 | 0 | 52 | 0 | 144 | 52 | 107 | 505 | 144 | 16 |
| Binary | 1001001 | 0 | 101010 | 0 | 1100100 | 101010 | 1000111 | 101000101 | 1100100 | 1110 |
Color Harmonies of #49002A
Complementary color
Monochromatic Colors of #49002A
Black with #49002A
Text Example
Text Example
White with #49002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49002A; }
p { color: rgb(73,0,42); }
H1.HeaderClassName
{
color: #49002A;
}
.AnyTagClassName
{
color: #49002A;
}
</style>
background-color css
<style>
a { background-color: #49002A; }
a { background-color: rgb(73,0,42); }
div.DivClassName
{
background-color: #49002A;
}
.BgClassName
{
background-color: #49002A;
}
</style>
border-color css
<style>
span { border-color: #49002A; }
span { border-color: rgb(73,0,42); }
td.TdClassName
{
border-color: #49002A;
}
.TagClassName
{
border-color: #49002A;
}
</style>