Shades of Blackberry #471E34
Tints of Blackberry #471E34
RGB
CMYK
RGB Variations
Color information
#471E34 (or 0x471E34) is known color: Blackberry. HEX triplet: 47, 1E and 34. RGB value is (71,30,52). Sum of RGB (Red+Green+Blue) = 71+30+52=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #471E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E34 is #B8E1CB. Grayscale: #2C2C2C. Windows color (decimal): -12116428 or 3415623. OLE color: 3415623.
HSL color Cylindrical-coordinate representation of color #471E34: hue angle of 327.8º 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 #471E34 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 30 | 52 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.72 |
| HSL | 327.8º | 0.41% | 0.2% | - |
| HSV(B) | 327.8º | 0.58% | 0.28% | - |
| XYZ | 3.68 | 2.52 | 3.54 | - |
| YUV | 44.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 30 | 52 | 0 | 0.58 | 0.27 | 0.72 | 327.8 | 0.41 | 0.2 |
| Hex | 47 | 1E | 34 | 0 | 3A | 1B | 48 | 148 | 29 | 14 |
| Octal | 107 | 36 | 64 | 0 | 72 | 33 | 110 | 510 | 51 | 24 |
| Binary | 1000111 | 11110 | 110100 | 0 | 111010 | 11011 | 1001000 | 101001000 | 101001 | 10100 |
Color Harmonies of #471E34
Complementary color
Monochromatic Colors of #471E34
Black with #471E34
Text Example
Text Example
White with #471E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471E34; }
p { color: rgb(71,30,52); }
H1.HeaderClassName
{
color: #471E34;
}
.AnyTagClassName
{
color: #471E34;
}
</style>
background-color css
<style>
a { background-color: #471E34; }
a { background-color: rgb(71,30,52); }
div.DivClassName
{
background-color: #471E34;
}
.BgClassName
{
background-color: #471E34;
}
</style>
border-color css
<style>
span { border-color: #471E34; }
span { border-color: rgb(71,30,52); }
td.TdClassName
{
border-color: #471E34;
}
.TagClassName
{
border-color: #471E34;
}
</style>