Shades of Blackberry #49123B
Tints of Blackberry #49123B
RGB
CMYK
RGB Variations
Color information
#49123B (or 0x49123B) is known color: Blackberry. HEX triplet: 49, 12 and 3B. RGB value is (73,18,59). Sum of RGB (Red+Green+Blue) = 73+18+59=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #49123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49123B is #B6EDC4. Grayscale: #272727. Windows color (decimal): -11988421 or 3871305. OLE color: 3871305.
HSL color Cylindrical-coordinate representation of color #49123B: hue angle of 315.27º 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 #49123B is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 18 | 59 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.71 |
| HSL | 315.27º | 0.6% | 0.18% | - |
| HSV(B) | 315.27º | 0.75% | 0.29% | - |
| XYZ | 3.75 | 2.16 | 4.36 | - |
| YUV | 39.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 59 | 0 | 0.75 | 0.19 | 0.71 | 315.27 | 0.6 | 0.18 |
| Hex | 49 | 12 | 3B | 0 | 4B | 13 | 47 | 13B | 3C | 12 |
| Octal | 111 | 22 | 73 | 0 | 113 | 23 | 107 | 473 | 74 | 22 |
| Binary | 1001001 | 10010 | 111011 | 0 | 1001011 | 10011 | 1000111 | 100111011 | 111100 | 10010 |
Color Harmonies of #49123B
Complementary color
Monochromatic Colors of #49123B
Black with #49123B
Text Example
Text Example
White with #49123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49123B; }
p { color: rgb(73,18,59); }
H1.HeaderClassName
{
color: #49123B;
}
.AnyTagClassName
{
color: #49123B;
}
</style>
background-color css
<style>
a { background-color: #49123B; }
a { background-color: rgb(73,18,59); }
div.DivClassName
{
background-color: #49123B;
}
.BgClassName
{
background-color: #49123B;
}
</style>
border-color css
<style>
span { border-color: #49123B; }
span { border-color: rgb(73,18,59); }
td.TdClassName
{
border-color: #49123B;
}
.TagClassName
{
border-color: #49123B;
}
</style>