Shades of Blackberry #471A2E
Tints of Blackberry #471A2E
RGB
CMYK
RGB Variations
Color information
#471A2E (or 0x471A2E) is known color: Blackberry. HEX triplet: 47, 1A and 2E. RGB value is (71,26,46). Sum of RGB (Red+Green+Blue) = 71+26+46=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #471A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A2E is #B8E5D1. Grayscale: #292929. Windows color (decimal): -12117458 or 3021383. OLE color: 3021383.
HSL color Cylindrical-coordinate representation of color #471A2E: hue angle of 333.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471A2E is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 26 | 46 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.72 |
| HSL | 333.33º | 0.46% | 0.19% | - |
| HSV(B) | 333.33º | 0.63% | 0.28% | - |
| XYZ | 3.46 | 2.28 | 2.84 | - |
| YUV | 41.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 46 | 0 | 0.63 | 0.35 | 0.72 | 333.33 | 0.46 | 0.19 |
| Hex | 47 | 1A | 2E | 0 | 3F | 23 | 48 | 14D | 2E | 13 |
| Octal | 107 | 32 | 56 | 0 | 77 | 43 | 110 | 515 | 56 | 23 |
| Binary | 1000111 | 11010 | 101110 | 0 | 111111 | 100011 | 1001000 | 101001101 | 101110 | 10011 |
Color Harmonies of #471A2E
Complementary color
Monochromatic Colors of #471A2E
Black with #471A2E
Text Example
Text Example
White with #471A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A2E; }
p { color: rgb(71,26,46); }
H1.HeaderClassName
{
color: #471A2E;
}
.AnyTagClassName
{
color: #471A2E;
}
</style>
background-color css
<style>
a { background-color: #471A2E; }
a { background-color: rgb(71,26,46); }
div.DivClassName
{
background-color: #471A2E;
}
.BgClassName
{
background-color: #471A2E;
}
</style>
border-color css
<style>
span { border-color: #471A2E; }
span { border-color: rgb(71,26,46); }
td.TdClassName
{
border-color: #471A2E;
}
.TagClassName
{
border-color: #471A2E;
}
</style>