Shades of Blackberry #471D39
Tints of Blackberry #471D39
RGB
CMYK
RGB Variations
Color information
#471D39 (or 0x471D39) is known color: Blackberry. HEX triplet: 47, 1D and 39. RGB value is (71,29,57). Sum of RGB (Red+Green+Blue) = 71+29+57=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #471D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D39 is #B8E2C6. Grayscale: #2C2C2C. Windows color (decimal): -12116679 or 3743047. OLE color: 3743047.
HSL color Cylindrical-coordinate representation of color #471D39: hue angle of 320º 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 #471D39 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 57 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.72 |
| HSL | 320º | 0.42% | 0.2% | - |
| HSV(B) | 320º | 0.59% | 0.28% | - |
| XYZ | 3.78 | 2.51 | 4.16 | - |
| YUV | 44.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 57 | 0 | 0.59 | 0.20 | 0.72 | 320 | 0.42 | 0.2 |
| Hex | 47 | 1D | 39 | 0 | 3B | 14 | 48 | 140 | 2A | 14 |
| Octal | 107 | 35 | 71 | 0 | 73 | 24 | 110 | 500 | 52 | 24 |
| Binary | 1000111 | 11101 | 111001 | 0 | 111011 | 10100 | 1001000 | 101000000 | 101010 | 10100 |
Color Harmonies of #471D39
Complementary color
Monochromatic Colors of #471D39
Black with #471D39
Text Example
Text Example
White with #471D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D39; }
p { color: rgb(71,29,57); }
H1.HeaderClassName
{
color: #471D39;
}
.AnyTagClassName
{
color: #471D39;
}
</style>
background-color css
<style>
a { background-color: #471D39; }
a { background-color: rgb(71,29,57); }
div.DivClassName
{
background-color: #471D39;
}
.BgClassName
{
background-color: #471D39;
}
</style>
border-color css
<style>
span { border-color: #471D39; }
span { border-color: rgb(71,29,57); }
td.TdClassName
{
border-color: #471D39;
}
.TagClassName
{
border-color: #471D39;
}
</style>