Shades of Blackberry #471B38
Tints of Blackberry #471B38
RGB
CMYK
RGB Variations
Color information
#471B38 (or 0x471B38) is known color: Blackberry. HEX triplet: 47, 1B and 38. RGB value is (71,27,56). Sum of RGB (Red+Green+Blue) = 71+27+56=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #471B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B38 is #B8E4C7. Grayscale: #2B2B2B. Windows color (decimal): -12117192 or 3676999. OLE color: 3676999.
HSL color Cylindrical-coordinate representation of color #471B38: hue angle of 320.45º 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 #471B38 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 27 | 56 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.72 |
| HSL | 320.45º | 0.45% | 0.19% | - |
| HSV(B) | 320.45º | 0.62% | 0.28% | - |
| XYZ | 3.7 | 2.41 | 4.01 | - |
| YUV | 43.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 56 | 0 | 0.62 | 0.21 | 0.72 | 320.45 | 0.45 | 0.19 |
| Hex | 47 | 1B | 38 | 0 | 3E | 15 | 48 | 140 | 2D | 13 |
| Octal | 107 | 33 | 70 | 0 | 76 | 25 | 110 | 500 | 55 | 23 |
| Binary | 1000111 | 11011 | 111000 | 0 | 111110 | 10101 | 1001000 | 101000000 | 101101 | 10011 |
Color Harmonies of #471B38
Complementary color
Monochromatic Colors of #471B38
Black with #471B38
Text Example
Text Example
White with #471B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B38; }
p { color: rgb(71,27,56); }
H1.HeaderClassName
{
color: #471B38;
}
.AnyTagClassName
{
color: #471B38;
}
</style>
background-color css
<style>
a { background-color: #471B38; }
a { background-color: rgb(71,27,56); }
div.DivClassName
{
background-color: #471B38;
}
.BgClassName
{
background-color: #471B38;
}
</style>
border-color css
<style>
span { border-color: #471B38; }
span { border-color: rgb(71,27,56); }
td.TdClassName
{
border-color: #471B38;
}
.TagClassName
{
border-color: #471B38;
}
</style>