Shades of Blackberry #471B37
Tints of Blackberry #471B37
RGB
CMYK
RGB Variations
Color information
#471B37 (or 0x471B37) is known color: Blackberry. HEX triplet: 47, 1B and 37. RGB value is (71,27,55). Sum of RGB (Red+Green+Blue) = 71+27+55=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #471B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B37 is #B8E4C8. Grayscale: #2B2B2B. Windows color (decimal): -12117193 or 3611463. OLE color: 3611463.
HSL color Cylindrical-coordinate representation of color #471B37: hue angle of 321.82º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #471B37 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 27 | 55 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.72 |
| HSL | 321.82º | 0.45% | 0.19% | - |
| HSV(B) | 321.82º | 0.62% | 0.28% | - |
| XYZ | 3.68 | 2.4 | 3.88 | - |
| YUV | 43.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 55 | 0 | 0.62 | 0.23 | 0.72 | 321.82 | 0.45 | 0.19 |
| Hex | 47 | 1B | 37 | 0 | 3E | 17 | 48 | 142 | 2D | 13 |
| Octal | 107 | 33 | 67 | 0 | 76 | 27 | 110 | 502 | 55 | 23 |
| Binary | 1000111 | 11011 | 110111 | 0 | 111110 | 10111 | 1001000 | 101000010 | 101101 | 10011 |
Color Harmonies of #471B37
Complementary color
Monochromatic Colors of #471B37
Black with #471B37
Text Example
Text Example
White with #471B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B37; }
p { color: rgb(71,27,55); }
H1.HeaderClassName
{
color: #471B37;
}
.AnyTagClassName
{
color: #471B37;
}
</style>
background-color css
<style>
a { background-color: #471B37; }
a { background-color: rgb(71,27,55); }
div.DivClassName
{
background-color: #471B37;
}
.BgClassName
{
background-color: #471B37;
}
</style>
border-color css
<style>
span { border-color: #471B37; }
span { border-color: rgb(71,27,55); }
td.TdClassName
{
border-color: #471B37;
}
.TagClassName
{
border-color: #471B37;
}
</style>