Shades of Blackberry #471D38
Tints of Blackberry #471D38
RGB
CMYK
RGB Variations
Color information
#471D38 (or 0x471D38) is known color: Blackberry. HEX triplet: 47, 1D and 38. RGB value is (71,29,56). Sum of RGB (Red+Green+Blue) = 71+29+56=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #471D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D38 is #B8E2C7. Grayscale: #2C2C2C. Windows color (decimal): -12116680 or 3677511. OLE color: 3677511.
HSL color Cylindrical-coordinate representation of color #471D38: hue angle of 321.43º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #471D38 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 56 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.72 |
| HSL | 321.43º | 0.42% | 0.2% | - |
| HSV(B) | 321.43º | 0.59% | 0.28% | - |
| XYZ | 3.75 | 2.5 | 4.03 | - |
| YUV | 44.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 56 | 0 | 0.59 | 0.21 | 0.72 | 321.43 | 0.42 | 0.2 |
| Hex | 47 | 1D | 38 | 0 | 3B | 15 | 48 | 141 | 2A | 14 |
| Octal | 107 | 35 | 70 | 0 | 73 | 25 | 110 | 501 | 52 | 24 |
| Binary | 1000111 | 11101 | 111000 | 0 | 111011 | 10101 | 1001000 | 101000001 | 101010 | 10100 |
Color Harmonies of #471D38
Complementary color
Monochromatic Colors of #471D38
Black with #471D38
Text Example
Text Example
White with #471D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D38; }
p { color: rgb(71,29,56); }
H1.HeaderClassName
{
color: #471D38;
}
.AnyTagClassName
{
color: #471D38;
}
</style>
background-color css
<style>
a { background-color: #471D38; }
a { background-color: rgb(71,29,56); }
div.DivClassName
{
background-color: #471D38;
}
.BgClassName
{
background-color: #471D38;
}
</style>
border-color css
<style>
span { border-color: #471D38; }
span { border-color: rgb(71,29,56); }
td.TdClassName
{
border-color: #471D38;
}
.TagClassName
{
border-color: #471D38;
}
</style>