Shades of Blackberry #47192D
Tints of Blackberry #47192D
RGB
CMYK
RGB Variations
Color information
#47192D (or 0x47192D) is known color: Blackberry. HEX triplet: 47, 19 and 2D. RGB value is (71,25,45). Sum of RGB (Red+Green+Blue) = 71+25+45=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #47192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47192D is #B8E6D2. Grayscale: #292929. Windows color (decimal): -12117715 or 2955591. OLE color: 2955591.
HSL color Cylindrical-coordinate representation of color #47192D: hue angle of 333.91º 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 #47192D is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 25 | 45 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.72 |
| HSL | 333.91º | 0.48% | 0.19% | - |
| HSV(B) | 333.91º | 0.65% | 0.28% | - |
| XYZ | 3.42 | 2.22 | 2.73 | - |
| YUV | 41.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 45 | 0 | 0.65 | 0.37 | 0.72 | 333.91 | 0.48 | 0.19 |
| Hex | 47 | 19 | 2D | 0 | 41 | 25 | 48 | 14E | 30 | 13 |
| Octal | 107 | 31 | 55 | 0 | 101 | 45 | 110 | 516 | 60 | 23 |
| Binary | 1000111 | 11001 | 101101 | 0 | 1000001 | 100101 | 1001000 | 101001110 | 110000 | 10011 |
Color Harmonies of #47192D
Complementary color
Monochromatic Colors of #47192D
Black with #47192D
Text Example
Text Example
White with #47192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47192D; }
p { color: rgb(71,25,45); }
H1.HeaderClassName
{
color: #47192D;
}
.AnyTagClassName
{
color: #47192D;
}
</style>
background-color css
<style>
a { background-color: #47192D; }
a { background-color: rgb(71,25,45); }
div.DivClassName
{
background-color: #47192D;
}
.BgClassName
{
background-color: #47192D;
}
</style>
border-color css
<style>
span { border-color: #47192D; }
span { border-color: rgb(71,25,45); }
td.TdClassName
{
border-color: #47192D;
}
.TagClassName
{
border-color: #47192D;
}
</style>