Shades of Blackberry #47162D
Tints of Blackberry #47162D
RGB
CMYK
RGB Variations
Color information
#47162D (or 0x47162D) is known color: Blackberry. HEX triplet: 47, 16 and 2D. RGB value is (71,22,45). Sum of RGB (Red+Green+Blue) = 71+22+45=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47162D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47162D is #B8E9D2. Grayscale: #272727. Windows color (decimal): -12118483 or 2954823. OLE color: 2954823.
HSL color Cylindrical-coordinate representation of color #47162D: hue angle of 331.84º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47162D is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 22 | 45 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.72 |
| HSL | 331.84º | 0.53% | 0.18% | - |
| HSV(B) | 331.84º | 0.69% | 0.28% | - |
| XYZ | 3.36 | 2.1 | 2.71 | - |
| YUV | 39.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 45 | 0 | 0.69 | 0.37 | 0.72 | 331.84 | 0.53 | 0.18 |
| Hex | 47 | 16 | 2D | 0 | 45 | 25 | 48 | 14C | 35 | 12 |
| Octal | 107 | 26 | 55 | 0 | 105 | 45 | 110 | 514 | 65 | 22 |
| Binary | 1000111 | 10110 | 101101 | 0 | 1000101 | 100101 | 1001000 | 101001100 | 110101 | 10010 |
Color Harmonies of #47162D
Complementary color
Monochromatic Colors of #47162D
Black with #47162D
Text Example
Text Example
White with #47162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47162D; }
p { color: rgb(71,22,45); }
H1.HeaderClassName
{
color: #47162D;
}
.AnyTagClassName
{
color: #47162D;
}
</style>
background-color css
<style>
a { background-color: #47162D; }
a { background-color: rgb(71,22,45); }
div.DivClassName
{
background-color: #47162D;
}
.BgClassName
{
background-color: #47162D;
}
</style>
border-color css
<style>
span { border-color: #47162D; }
span { border-color: rgb(71,22,45); }
td.TdClassName
{
border-color: #47162D;
}
.TagClassName
{
border-color: #47162D;
}
</style>