Shades of Blackberry #471D32
Tints of Blackberry #471D32
RGB
CMYK
RGB Variations
Color information
#471D32 (or 0x471D32) is known color: Blackberry. HEX triplet: 47, 1D and 32. RGB value is (71,29,50). Sum of RGB (Red+Green+Blue) = 71+29+50=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #471D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D32 is #B8E2CD. Grayscale: #2B2B2B. Windows color (decimal): -12116686 or 3284295. OLE color: 3284295.
HSL color Cylindrical-coordinate representation of color #471D32: hue angle of 330º 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 #471D32 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 50 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.72 |
| HSL | 330º | 0.42% | 0.2% | - |
| HSV(B) | 330º | 0.59% | 0.28% | - |
| XYZ | 3.61 | 2.45 | 3.3 | - |
| YUV | 43.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 50 | 0 | 0.59 | 0.30 | 0.72 | 330 | 0.42 | 0.2 |
| Hex | 47 | 1D | 32 | 0 | 3B | 1E | 48 | 14A | 2A | 14 |
| Octal | 107 | 35 | 62 | 0 | 73 | 36 | 110 | 512 | 52 | 24 |
| Binary | 1000111 | 11101 | 110010 | 0 | 111011 | 11110 | 1001000 | 101001010 | 101010 | 10100 |
Color Harmonies of #471D32
Complementary color
Monochromatic Colors of #471D32
Black with #471D32
Text Example
Text Example
White with #471D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D32; }
p { color: rgb(71,29,50); }
H1.HeaderClassName
{
color: #471D32;
}
.AnyTagClassName
{
color: #471D32;
}
</style>
background-color css
<style>
a { background-color: #471D32; }
a { background-color: rgb(71,29,50); }
div.DivClassName
{
background-color: #471D32;
}
.BgClassName
{
background-color: #471D32;
}
</style>
border-color css
<style>
span { border-color: #471D32; }
span { border-color: rgb(71,29,50); }
td.TdClassName
{
border-color: #471D32;
}
.TagClassName
{
border-color: #471D32;
}
</style>