Shades of Blackberry #49123C
Tints of Blackberry #49123C
RGB
CMYK
RGB Variations
Color information
#49123C (or 0x49123C) is known color: Blackberry. HEX triplet: 49, 12 and 3C. RGB value is (73,18,60). Sum of RGB (Red+Green+Blue) = 73+18+60=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49123C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49123C is #B6EDC3. Grayscale: #272727. Windows color (decimal): -11988420 or 3936841. OLE color: 3936841.
HSL color Cylindrical-coordinate representation of color #49123C: hue angle of 314.18º 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 #49123C is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 18 | 60 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.71 |
| HSL | 314.18º | 0.6% | 0.18% | - |
| HSV(B) | 314.18º | 0.75% | 0.29% | - |
| XYZ | 3.78 | 2.18 | 4.5 | - |
| YUV | 39.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 60 | 0 | 0.75 | 0.18 | 0.71 | 314.18 | 0.6 | 0.18 |
| Hex | 49 | 12 | 3C | 0 | 4B | 12 | 47 | 13A | 3C | 12 |
| Octal | 111 | 22 | 74 | 0 | 113 | 22 | 107 | 472 | 74 | 22 |
| Binary | 1001001 | 10010 | 111100 | 0 | 1001011 | 10010 | 1000111 | 100111010 | 111100 | 10010 |
Color Harmonies of #49123C
Complementary color
Monochromatic Colors of #49123C
Black with #49123C
Text Example
Text Example
White with #49123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49123C; }
p { color: rgb(73,18,60); }
H1.HeaderClassName
{
color: #49123C;
}
.AnyTagClassName
{
color: #49123C;
}
</style>
background-color css
<style>
a { background-color: #49123C; }
a { background-color: rgb(73,18,60); }
div.DivClassName
{
background-color: #49123C;
}
.BgClassName
{
background-color: #49123C;
}
</style>
border-color css
<style>
span { border-color: #49123C; }
span { border-color: rgb(73,18,60); }
td.TdClassName
{
border-color: #49123C;
}
.TagClassName
{
border-color: #49123C;
}
</style>