Shades of Blackberry #49152A
Tints of Blackberry #49152A
RGB
CMYK
RGB Variations
Color information
#49152A (or 0x49152A) is known color: Blackberry. HEX triplet: 49, 15 and 2A. RGB value is (73,21,42). Sum of RGB (Red+Green+Blue) = 73+21+42=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49152A is #B6EAD5. Grayscale: #262626. Windows color (decimal): -11987670 or 2757961. OLE color: 2757961.
HSL color Cylindrical-coordinate representation of color #49152A: hue angle of 335.77º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49152A is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 21 | 42 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.71 |
| HSL | 335.77º | 0.55% | 0.18% | - |
| HSV(B) | 335.77º | 0.71% | 0.29% | - |
| XYZ | 3.43 | 2.12 | 2.42 | - |
| YUV | 38.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 42 | 0 | 0.71 | 0.42 | 0.71 | 335.77 | 0.55 | 0.18 |
| Hex | 49 | 15 | 2A | 0 | 47 | 2A | 47 | 150 | 37 | 12 |
| Octal | 111 | 25 | 52 | 0 | 107 | 52 | 107 | 520 | 67 | 22 |
| Binary | 1001001 | 10101 | 101010 | 0 | 1000111 | 101010 | 1000111 | 101010000 | 110111 | 10010 |
Color Harmonies of #49152A
Complementary color
Monochromatic Colors of #49152A
Black with #49152A
Text Example
Text Example
White with #49152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49152A; }
p { color: rgb(73,21,42); }
H1.HeaderClassName
{
color: #49152A;
}
.AnyTagClassName
{
color: #49152A;
}
</style>
background-color css
<style>
a { background-color: #49152A; }
a { background-color: rgb(73,21,42); }
div.DivClassName
{
background-color: #49152A;
}
.BgClassName
{
background-color: #49152A;
}
</style>
border-color css
<style>
span { border-color: #49152A; }
span { border-color: rgb(73,21,42); }
td.TdClassName
{
border-color: #49152A;
}
.TagClassName
{
border-color: #49152A;
}
</style>