Shades of Blackberry #47173A
Tints of Blackberry #47173A
RGB
CMYK
RGB Variations
Color information
#47173A (or 0x47173A) is known color: Blackberry. HEX triplet: 47, 17 and 3A. RGB value is (71,23,58). Sum of RGB (Red+Green+Blue) = 71+23+58=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47173A is #B8E8C5. Grayscale: #292929. Windows color (decimal): -12118214 or 3807047. OLE color: 3807047.
HSL color Cylindrical-coordinate representation of color #47173A: hue angle of 316.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47173A is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 23 | 58 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.72 |
| HSL | 316.25º | 0.51% | 0.18% | - |
| HSV(B) | 316.25º | 0.68% | 0.28% | - |
| XYZ | 3.67 | 2.26 | 4.25 | - |
| YUV | 41.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 58 | 0 | 0.68 | 0.18 | 0.72 | 316.25 | 0.51 | 0.18 |
| Hex | 47 | 17 | 3A | 0 | 44 | 12 | 48 | 13C | 33 | 12 |
| Octal | 107 | 27 | 72 | 0 | 104 | 22 | 110 | 474 | 63 | 22 |
| Binary | 1000111 | 10111 | 111010 | 0 | 1000100 | 10010 | 1001000 | 100111100 | 110011 | 10010 |
Color Harmonies of #47173A
Complementary color
Monochromatic Colors of #47173A
Black with #47173A
Text Example
Text Example
White with #47173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47173A; }
p { color: rgb(71,23,58); }
H1.HeaderClassName
{
color: #47173A;
}
.AnyTagClassName
{
color: #47173A;
}
</style>
background-color css
<style>
a { background-color: #47173A; }
a { background-color: rgb(71,23,58); }
div.DivClassName
{
background-color: #47173A;
}
.BgClassName
{
background-color: #47173A;
}
</style>
border-color css
<style>
span { border-color: #47173A; }
span { border-color: rgb(71,23,58); }
td.TdClassName
{
border-color: #47173A;
}
.TagClassName
{
border-color: #47173A;
}
</style>