Shades of Blackberry #471E38
Tints of Blackberry #471E38
RGB
CMYK
RGB Variations
Color information
#471E38 (or 0x471E38) is known color: Blackberry. HEX triplet: 47, 1E and 38. RGB value is (71,30,56). Sum of RGB (Red+Green+Blue) = 71+30+56=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #471E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E38 is #B8E1C7. Grayscale: #2D2D2D. Windows color (decimal): -12116424 or 3677767. OLE color: 3677767.
HSL color Cylindrical-coordinate representation of color #471E38: hue angle of 321.95º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #471E38 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 30 | 56 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.72 |
| HSL | 321.95º | 0.41% | 0.2% | - |
| HSV(B) | 321.95º | 0.58% | 0.28% | - |
| XYZ | 3.78 | 2.55 | 4.04 | - |
| YUV | 45.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 30 | 56 | 0 | 0.58 | 0.21 | 0.72 | 321.95 | 0.41 | 0.2 |
| Hex | 47 | 1E | 38 | 0 | 3A | 15 | 48 | 142 | 29 | 14 |
| Octal | 107 | 36 | 70 | 0 | 72 | 25 | 110 | 502 | 51 | 24 |
| Binary | 1000111 | 11110 | 111000 | 0 | 111010 | 10101 | 1001000 | 101000010 | 101001 | 10100 |
Color Harmonies of #471E38
Complementary color
Monochromatic Colors of #471E38
Black with #471E38
Text Example
Text Example
White with #471E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471E38; }
p { color: rgb(71,30,56); }
H1.HeaderClassName
{
color: #471E38;
}
.AnyTagClassName
{
color: #471E38;
}
</style>
background-color css
<style>
a { background-color: #471E38; }
a { background-color: rgb(71,30,56); }
div.DivClassName
{
background-color: #471E38;
}
.BgClassName
{
background-color: #471E38;
}
</style>
border-color css
<style>
span { border-color: #471E38; }
span { border-color: rgb(71,30,56); }
td.TdClassName
{
border-color: #471E38;
}
.TagClassName
{
border-color: #471E38;
}
</style>