Shades of Blackberry #471D36
Tints of Blackberry #471D36
RGB
CMYK
RGB Variations
Color information
#471D36 (or 0x471D36) is known color: Blackberry. HEX triplet: 47, 1D and 36. RGB value is (71,29,54). Sum of RGB (Red+Green+Blue) = 71+29+54=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #471D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D36 is #B8E2C9. Grayscale: #2C2C2C. Windows color (decimal): -12116682 or 3546439. OLE color: 3546439.
HSL color Cylindrical-coordinate representation of color #471D36: hue angle of 324.29º 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 #471D36 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 54 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.72 |
| HSL | 324.29º | 0.42% | 0.2% | - |
| HSV(B) | 324.29º | 0.59% | 0.28% | - |
| XYZ | 3.7 | 2.48 | 3.77 | - |
| YUV | 44.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 54 | 0 | 0.59 | 0.24 | 0.72 | 324.29 | 0.42 | 0.2 |
| Hex | 47 | 1D | 36 | 0 | 3B | 18 | 48 | 144 | 2A | 14 |
| Octal | 107 | 35 | 66 | 0 | 73 | 30 | 110 | 504 | 52 | 24 |
| Binary | 1000111 | 11101 | 110110 | 0 | 111011 | 11000 | 1001000 | 101000100 | 101010 | 10100 |
Color Harmonies of #471D36
Complementary color
Monochromatic Colors of #471D36
Black with #471D36
Text Example
Text Example
White with #471D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D36; }
p { color: rgb(71,29,54); }
H1.HeaderClassName
{
color: #471D36;
}
.AnyTagClassName
{
color: #471D36;
}
</style>
background-color css
<style>
a { background-color: #471D36; }
a { background-color: rgb(71,29,54); }
div.DivClassName
{
background-color: #471D36;
}
.BgClassName
{
background-color: #471D36;
}
</style>
border-color css
<style>
span { border-color: #471D36; }
span { border-color: rgb(71,29,54); }
td.TdClassName
{
border-color: #471D36;
}
.TagClassName
{
border-color: #471D36;
}
</style>