Shades of Blackberry #47113D
Tints of Blackberry #47113D
RGB
CMYK
RGB Variations
Color information
#47113D (or 0x47113D) is known color: Blackberry. HEX triplet: 47, 11 and 3D. RGB value is (71,17,61). Sum of RGB (Red+Green+Blue) = 71+17+61=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47113D is #B8EEC2. Grayscale: #262626. Windows color (decimal): -12119747 or 4002119. OLE color: 4002119.
HSL color Cylindrical-coordinate representation of color #47113D: hue angle of 311.11º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47113D is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 17 | 61 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.72 |
| HSL | 311.11º | 0.61% | 0.17% | - |
| HSV(B) | 311.11º | 0.76% | 0.28% | - |
| XYZ | 3.64 | 2.08 | 4.62 | - |
| YUV | 38.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 61 | 0 | 0.76 | 0.14 | 0.72 | 311.11 | 0.61 | 0.17 |
| Hex | 47 | 11 | 3D | 0 | 4C | E | 48 | 137 | 3D | 11 |
| Octal | 107 | 21 | 75 | 0 | 114 | 16 | 110 | 467 | 75 | 21 |
| Binary | 1000111 | 10001 | 111101 | 0 | 1001100 | 1110 | 1001000 | 100110111 | 111101 | 10001 |
Color Harmonies of #47113D
Complementary color
Monochromatic Colors of #47113D
Black with #47113D
Text Example
Text Example
White with #47113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47113D; }
p { color: rgb(71,17,61); }
H1.HeaderClassName
{
color: #47113D;
}
.AnyTagClassName
{
color: #47113D;
}
</style>
background-color css
<style>
a { background-color: #47113D; }
a { background-color: rgb(71,17,61); }
div.DivClassName
{
background-color: #47113D;
}
.BgClassName
{
background-color: #47113D;
}
</style>
border-color css
<style>
span { border-color: #47113D; }
span { border-color: rgb(71,17,61); }
td.TdClassName
{
border-color: #47113D;
}
.TagClassName
{
border-color: #47113D;
}
</style>