Shades of Blackberry #471A37
Tints of Blackberry #471A37
RGB
CMYK
RGB Variations
Color information
#471A37 (or 0x471A37) is known color: Blackberry. HEX triplet: 47, 1A and 37. RGB value is (71,26,55). Sum of RGB (Red+Green+Blue) = 71+26+55=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #471A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A37 is #B8E5C8. Grayscale: #2A2A2A. Windows color (decimal): -12117449 or 3611207. OLE color: 3611207.
HSL color Cylindrical-coordinate representation of color #471A37: hue angle of 321.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471A37 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 26 | 55 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.72 |
| HSL | 321.33º | 0.46% | 0.19% | - |
| HSV(B) | 321.33º | 0.63% | 0.28% | - |
| XYZ | 3.66 | 2.35 | 3.88 | - |
| YUV | 42.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 55 | 0 | 0.63 | 0.23 | 0.72 | 321.33 | 0.46 | 0.19 |
| Hex | 47 | 1A | 37 | 0 | 3F | 17 | 48 | 141 | 2E | 13 |
| Octal | 107 | 32 | 67 | 0 | 77 | 27 | 110 | 501 | 56 | 23 |
| Binary | 1000111 | 11010 | 110111 | 0 | 111111 | 10111 | 1001000 | 101000001 | 101110 | 10011 |
Color Harmonies of #471A37
Complementary color
Monochromatic Colors of #471A37
Black with #471A37
Text Example
Text Example
White with #471A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A37; }
p { color: rgb(71,26,55); }
H1.HeaderClassName
{
color: #471A37;
}
.AnyTagClassName
{
color: #471A37;
}
</style>
background-color css
<style>
a { background-color: #471A37; }
a { background-color: rgb(71,26,55); }
div.DivClassName
{
background-color: #471A37;
}
.BgClassName
{
background-color: #471A37;
}
</style>
border-color css
<style>
span { border-color: #471A37; }
span { border-color: rgb(71,26,55); }
td.TdClassName
{
border-color: #471A37;
}
.TagClassName
{
border-color: #471A37;
}
</style>