Shades of Blackberry #471F35
Tints of Blackberry #471F35
RGB
CMYK
RGB Variations
Color information
#471F35 (or 0x471F35) is known color: Blackberry. HEX triplet: 47, 1F and 35. RGB value is (71,31,53). Sum of RGB (Red+Green+Blue) = 71+31+53=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #471F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F35 is #B8E0CA. Grayscale: #2D2D2D. Windows color (decimal): -12116171 or 3481415. OLE color: 3481415.
HSL color Cylindrical-coordinate representation of color #471F35: hue angle of 327º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #471F35 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 31 | 53 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.72 |
| HSL | 327º | 0.39% | 0.2% | - |
| HSV(B) | 327º | 0.56% | 0.28% | - |
| XYZ | 3.73 | 2.58 | 3.67 | - |
| YUV | 45.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 53 | 0 | 0.56 | 0.25 | 0.72 | 327 | 0.39 | 0.2 |
| Hex | 47 | 1F | 35 | 0 | 38 | 19 | 48 | 147 | 27 | 14 |
| Octal | 107 | 37 | 65 | 0 | 70 | 31 | 110 | 507 | 47 | 24 |
| Binary | 1000111 | 11111 | 110101 | 0 | 111000 | 11001 | 1001000 | 101000111 | 100111 | 10100 |
Color Harmonies of #471F35
Complementary color
Monochromatic Colors of #471F35
Black with #471F35
Text Example
Text Example
White with #471F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F35; }
p { color: rgb(71,31,53); }
H1.HeaderClassName
{
color: #471F35;
}
.AnyTagClassName
{
color: #471F35;
}
</style>
background-color css
<style>
a { background-color: #471F35; }
a { background-color: rgb(71,31,53); }
div.DivClassName
{
background-color: #471F35;
}
.BgClassName
{
background-color: #471F35;
}
</style>
border-color css
<style>
span { border-color: #471F35; }
span { border-color: rgb(71,31,53); }
td.TdClassName
{
border-color: #471F35;
}
.TagClassName
{
border-color: #471F35;
}
</style>