Shades of Blackberry #47163C
Tints of Blackberry #47163C
RGB
CMYK
RGB Variations
Color information
#47163C (or 0x47163C) is known color: Blackberry. HEX triplet: 47, 16 and 3C. RGB value is (71,22,60). Sum of RGB (Red+Green+Blue) = 71+22+60=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #47163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47163C is #B8E9C3. Grayscale: #282828. Windows color (decimal): -12118468 or 3937863. OLE color: 3937863.
HSL color Cylindrical-coordinate representation of color #47163C: hue angle of 313.47º 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 #47163C is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 22 | 60 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.72 |
| HSL | 313.47º | 0.53% | 0.18% | - |
| HSV(B) | 313.47º | 0.69% | 0.28% | - |
| XYZ | 3.7 | 2.24 | 4.51 | - |
| YUV | 40.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 60 | 0 | 0.69 | 0.15 | 0.72 | 313.47 | 0.53 | 0.18 |
| Hex | 47 | 16 | 3C | 0 | 45 | F | 48 | 139 | 35 | 12 |
| Octal | 107 | 26 | 74 | 0 | 105 | 17 | 110 | 471 | 65 | 22 |
| Binary | 1000111 | 10110 | 111100 | 0 | 1000101 | 1111 | 1001000 | 100111001 | 110101 | 10010 |
Color Harmonies of #47163C
Complementary color
Monochromatic Colors of #47163C
Black with #47163C
Text Example
Text Example
White with #47163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47163C; }
p { color: rgb(71,22,60); }
H1.HeaderClassName
{
color: #47163C;
}
.AnyTagClassName
{
color: #47163C;
}
</style>
background-color css
<style>
a { background-color: #47163C; }
a { background-color: rgb(71,22,60); }
div.DivClassName
{
background-color: #47163C;
}
.BgClassName
{
background-color: #47163C;
}
</style>
border-color css
<style>
span { border-color: #47163C; }
span { border-color: rgb(71,22,60); }
td.TdClassName
{
border-color: #47163C;
}
.TagClassName
{
border-color: #47163C;
}
</style>