Shades of Blackberry #47132C
Tints of Blackberry #47132C
RGB
CMYK
RGB Variations
Color information
#47132C (or 0x47132C) is known color: Blackberry. HEX triplet: 47, 13 and 2C. RGB value is (71,19,44). Sum of RGB (Red+Green+Blue) = 71+19+44=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47132C is #B8ECD3. Grayscale: #252525. Windows color (decimal): -12119252 or 2888519. OLE color: 2888519.
HSL color Cylindrical-coordinate representation of color #47132C: hue angle of 331.15º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47132C is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 19 | 44 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.72 |
| HSL | 331.15º | 0.58% | 0.18% | - |
| HSV(B) | 331.15º | 0.73% | 0.28% | - |
| XYZ | 3.29 | 1.99 | 2.59 | - |
| YUV | 37.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 44 | 0 | 0.73 | 0.38 | 0.72 | 331.15 | 0.58 | 0.18 |
| Hex | 47 | 13 | 2C | 0 | 49 | 26 | 48 | 14B | 3A | 12 |
| Octal | 107 | 23 | 54 | 0 | 111 | 46 | 110 | 513 | 72 | 22 |
| Binary | 1000111 | 10011 | 101100 | 0 | 1001001 | 100110 | 1001000 | 101001011 | 111010 | 10010 |
Color Harmonies of #47132C
Complementary color
Monochromatic Colors of #47132C
Black with #47132C
Text Example
Text Example
White with #47132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47132C; }
p { color: rgb(71,19,44); }
H1.HeaderClassName
{
color: #47132C;
}
.AnyTagClassName
{
color: #47132C;
}
</style>
background-color css
<style>
a { background-color: #47132C; }
a { background-color: rgb(71,19,44); }
div.DivClassName
{
background-color: #47132C;
}
.BgClassName
{
background-color: #47132C;
}
</style>
border-color css
<style>
span { border-color: #47132C; }
span { border-color: rgb(71,19,44); }
td.TdClassName
{
border-color: #47132C;
}
.TagClassName
{
border-color: #47132C;
}
</style>