Shades of Blackberry #471A3B
Tints of Blackberry #471A3B
RGB
CMYK
RGB Variations
Color information
#471A3B (or 0x471A3B) is known color: Blackberry. HEX triplet: 47, 1A and 3B. RGB value is (71,26,59). Sum of RGB (Red+Green+Blue) = 71+26+59=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #471A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A3B is #B8E5C4. Grayscale: #2B2B2B. Windows color (decimal): -12117445 or 3873351. OLE color: 3873351.
HSL color Cylindrical-coordinate representation of color #471A3B: hue angle of 316º 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 #471A3B is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 26 | 59 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.72 |
| HSL | 316º | 0.46% | 0.19% | - |
| HSV(B) | 316º | 0.63% | 0.28% | - |
| XYZ | 3.76 | 2.39 | 4.4 | - |
| YUV | 43.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 59 | 0 | 0.63 | 0.17 | 0.72 | 316 | 0.46 | 0.19 |
| Hex | 47 | 1A | 3B | 0 | 3F | 11 | 48 | 13C | 2E | 13 |
| Octal | 107 | 32 | 73 | 0 | 77 | 21 | 110 | 474 | 56 | 23 |
| Binary | 1000111 | 11010 | 111011 | 0 | 111111 | 10001 | 1001000 | 100111100 | 101110 | 10011 |
Color Harmonies of #471A3B
Complementary color
Monochromatic Colors of #471A3B
Black with #471A3B
Text Example
Text Example
White with #471A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A3B; }
p { color: rgb(71,26,59); }
H1.HeaderClassName
{
color: #471A3B;
}
.AnyTagClassName
{
color: #471A3B;
}
</style>
background-color css
<style>
a { background-color: #471A3B; }
a { background-color: rgb(71,26,59); }
div.DivClassName
{
background-color: #471A3B;
}
.BgClassName
{
background-color: #471A3B;
}
</style>
border-color css
<style>
span { border-color: #471A3B; }
span { border-color: rgb(71,26,59); }
td.TdClassName
{
border-color: #471A3B;
}
.TagClassName
{
border-color: #471A3B;
}
</style>