Shades of Blackberry #49123A
Tints of Blackberry #49123A
RGB
CMYK
RGB Variations
Color information
#49123A (or 0x49123A) is known color: Blackberry. HEX triplet: 49, 12 and 3A. RGB value is (73,18,58). Sum of RGB (Red+Green+Blue) = 73+18+58=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #49123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49123A is #B6EDC5. Grayscale: #262626. Windows color (decimal): -11988422 or 3805769. OLE color: 3805769.
HSL color Cylindrical-coordinate representation of color #49123A: hue angle of 316.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49123A is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 18 | 58 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.71 |
| HSL | 316.36º | 0.6% | 0.18% | - |
| HSV(B) | 316.36º | 0.75% | 0.29% | - |
| XYZ | 3.73 | 2.15 | 4.22 | - |
| YUV | 39.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 58 | 0 | 0.75 | 0.21 | 0.71 | 316.36 | 0.6 | 0.18 |
| Hex | 49 | 12 | 3A | 0 | 4B | 15 | 47 | 13C | 3C | 12 |
| Octal | 111 | 22 | 72 | 0 | 113 | 25 | 107 | 474 | 74 | 22 |
| Binary | 1001001 | 10010 | 111010 | 0 | 1001011 | 10101 | 1000111 | 100111100 | 111100 | 10010 |
Color Harmonies of #49123A
Complementary color
Monochromatic Colors of #49123A
Black with #49123A
Text Example
Text Example
White with #49123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49123A; }
p { color: rgb(73,18,58); }
H1.HeaderClassName
{
color: #49123A;
}
.AnyTagClassName
{
color: #49123A;
}
</style>
background-color css
<style>
a { background-color: #49123A; }
a { background-color: rgb(73,18,58); }
div.DivClassName
{
background-color: #49123A;
}
.BgClassName
{
background-color: #49123A;
}
</style>
border-color css
<style>
span { border-color: #49123A; }
span { border-color: rgb(73,18,58); }
td.TdClassName
{
border-color: #49123A;
}
.TagClassName
{
border-color: #49123A;
}
</style>