Shades of Blackberry #47192E
Tints of Blackberry #47192E
RGB
CMYK
RGB Variations
Color information
#47192E (or 0x47192E) is known color: Blackberry. HEX triplet: 47, 19 and 2E. RGB value is (71,25,46). Sum of RGB (Red+Green+Blue) = 71+25+46=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #47192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47192E is #B8E6D1. Grayscale: #292929. Windows color (decimal): -12117714 or 3021127. OLE color: 3021127.
HSL color Cylindrical-coordinate representation of color #47192E: hue angle of 332.61º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47192E is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 25 | 46 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.72 |
| HSL | 332.61º | 0.48% | 0.19% | - |
| HSV(B) | 332.61º | 0.65% | 0.28% | - |
| XYZ | 3.44 | 2.23 | 2.83 | - |
| YUV | 41.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 46 | 0 | 0.65 | 0.35 | 0.72 | 332.61 | 0.48 | 0.19 |
| Hex | 47 | 19 | 2E | 0 | 41 | 23 | 48 | 14D | 30 | 13 |
| Octal | 107 | 31 | 56 | 0 | 101 | 43 | 110 | 515 | 60 | 23 |
| Binary | 1000111 | 11001 | 101110 | 0 | 1000001 | 100011 | 1001000 | 101001101 | 110000 | 10011 |
Color Harmonies of #47192E
Complementary color
Monochromatic Colors of #47192E
Black with #47192E
Text Example
Text Example
White with #47192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47192E; }
p { color: rgb(71,25,46); }
H1.HeaderClassName
{
color: #47192E;
}
.AnyTagClassName
{
color: #47192E;
}
</style>
background-color css
<style>
a { background-color: #47192E; }
a { background-color: rgb(71,25,46); }
div.DivClassName
{
background-color: #47192E;
}
.BgClassName
{
background-color: #47192E;
}
</style>
border-color css
<style>
span { border-color: #47192E; }
span { border-color: rgb(71,25,46); }
td.TdClassName
{
border-color: #47192E;
}
.TagClassName
{
border-color: #47192E;
}
</style>