Shades of Blackberry #47163A
Tints of Blackberry #47163A
RGB
CMYK
RGB Variations
Color information
#47163A (or 0x47163A) is known color: Blackberry. HEX triplet: 47, 16 and 3A. RGB value is (71,22,58). Sum of RGB (Red+Green+Blue) = 71+22+58=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47163A is #B8E9C5. Grayscale: #282828. Windows color (decimal): -12118470 or 3806791. OLE color: 3806791.
HSL color Cylindrical-coordinate representation of color #47163A: hue angle of 315.92º 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 #47163A is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 22 | 58 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.72 |
| HSL | 315.92º | 0.53% | 0.18% | - |
| HSV(B) | 315.92º | 0.69% | 0.28% | - |
| XYZ | 3.65 | 2.22 | 4.24 | - |
| YUV | 40.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 58 | 0 | 0.69 | 0.18 | 0.72 | 315.92 | 0.53 | 0.18 |
| Hex | 47 | 16 | 3A | 0 | 45 | 12 | 48 | 13C | 35 | 12 |
| Octal | 107 | 26 | 72 | 0 | 105 | 22 | 110 | 474 | 65 | 22 |
| Binary | 1000111 | 10110 | 111010 | 0 | 1000101 | 10010 | 1001000 | 100111100 | 110101 | 10010 |
Color Harmonies of #47163A
Complementary color
Monochromatic Colors of #47163A
Black with #47163A
Text Example
Text Example
White with #47163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47163A; }
p { color: rgb(71,22,58); }
H1.HeaderClassName
{
color: #47163A;
}
.AnyTagClassName
{
color: #47163A;
}
</style>
background-color css
<style>
a { background-color: #47163A; }
a { background-color: rgb(71,22,58); }
div.DivClassName
{
background-color: #47163A;
}
.BgClassName
{
background-color: #47163A;
}
</style>
border-color css
<style>
span { border-color: #47163A; }
span { border-color: rgb(71,22,58); }
td.TdClassName
{
border-color: #47163A;
}
.TagClassName
{
border-color: #47163A;
}
</style>