Shades of Blackberry #472035
Tints of Blackberry #472035
RGB
CMYK
RGB Variations
Color information
#472035 (or 0x472035) is known color: Blackberry. HEX triplet: 47, 20 and 35. RGB value is (71,32,53). Sum of RGB (Red+Green+Blue) = 71+32+53=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #472035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472035 is #B8DFCA. Grayscale: #2E2E2E. Windows color (decimal): -12115915 or 3481671. OLE color: 3481671.
HSL color Cylindrical-coordinate representation of color #472035: hue angle of 327.69º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472035 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 32 | 53 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.72 |
| HSL | 327.69º | 0.38% | 0.2% | - |
| HSV(B) | 327.69º | 0.55% | 0.28% | - |
| XYZ | 3.76 | 2.63 | 3.68 | - |
| YUV | 46.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 53 | 0 | 0.55 | 0.25 | 0.72 | 327.69 | 0.38 | 0.2 |
| Hex | 47 | 20 | 35 | 0 | 37 | 19 | 48 | 148 | 26 | 14 |
| Octal | 107 | 40 | 65 | 0 | 67 | 31 | 110 | 510 | 46 | 24 |
| Binary | 1000111 | 100000 | 110101 | 0 | 110111 | 11001 | 1001000 | 101001000 | 100110 | 10100 |
Color Harmonies of #472035
Complementary color
Monochromatic Colors of #472035
Black with #472035
Text Example
Text Example
White with #472035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472035; }
p { color: rgb(71,32,53); }
H1.HeaderClassName
{
color: #472035;
}
.AnyTagClassName
{
color: #472035;
}
</style>
background-color css
<style>
a { background-color: #472035; }
a { background-color: rgb(71,32,53); }
div.DivClassName
{
background-color: #472035;
}
.BgClassName
{
background-color: #472035;
}
</style>
border-color css
<style>
span { border-color: #472035; }
span { border-color: rgb(71,32,53); }
td.TdClassName
{
border-color: #472035;
}
.TagClassName
{
border-color: #472035;
}
</style>