Shades of Blackberry #47172E
Tints of Blackberry #47172E
RGB
CMYK
RGB Variations
Color information
#47172E (or 0x47172E) is known color: Blackberry. HEX triplet: 47, 17 and 2E. RGB value is (71,23,46). Sum of RGB (Red+Green+Blue) = 71+23+46=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #47172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47172E is #B8E8D1. Grayscale: #272727. Windows color (decimal): -12118226 or 3020615. OLE color: 3020615.
HSL color Cylindrical-coordinate representation of color #47172E: hue angle of 331.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 #47172E is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 23 | 46 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.72 |
| HSL | 331.25º | 0.51% | 0.18% | - |
| HSV(B) | 331.25º | 0.68% | 0.28% | - |
| XYZ | 3.4 | 2.15 | 2.82 | - |
| YUV | 39.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 46 | 0 | 0.68 | 0.35 | 0.72 | 331.25 | 0.51 | 0.18 |
| Hex | 47 | 17 | 2E | 0 | 44 | 23 | 48 | 14B | 33 | 12 |
| Octal | 107 | 27 | 56 | 0 | 104 | 43 | 110 | 513 | 63 | 22 |
| Binary | 1000111 | 10111 | 101110 | 0 | 1000100 | 100011 | 1001000 | 101001011 | 110011 | 10010 |
Color Harmonies of #47172E
Complementary color
Monochromatic Colors of #47172E
Black with #47172E
Text Example
Text Example
White with #47172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47172E; }
p { color: rgb(71,23,46); }
H1.HeaderClassName
{
color: #47172E;
}
.AnyTagClassName
{
color: #47172E;
}
</style>
background-color css
<style>
a { background-color: #47172E; }
a { background-color: rgb(71,23,46); }
div.DivClassName
{
background-color: #47172E;
}
.BgClassName
{
background-color: #47172E;
}
</style>
border-color css
<style>
span { border-color: #47172E; }
span { border-color: rgb(71,23,46); }
td.TdClassName
{
border-color: #47172E;
}
.TagClassName
{
border-color: #47172E;
}
</style>