Shades of Blackberry #471B3A
Tints of Blackberry #471B3A
RGB
CMYK
RGB Variations
Color information
#471B3A (or 0x471B3A) is known color: Blackberry. HEX triplet: 47, 1B and 3A. RGB value is (71,27,58). Sum of RGB (Red+Green+Blue) = 71+27+58=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #471B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B3A is #B8E4C5. Grayscale: #2B2B2B. Windows color (decimal): -12117190 or 3808071. OLE color: 3808071.
HSL color Cylindrical-coordinate representation of color #471B3A: hue angle of 317.73º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #471B3A is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 27 | 58 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.72 |
| HSL | 317.73º | 0.45% | 0.19% | - |
| HSV(B) | 317.73º | 0.62% | 0.28% | - |
| XYZ | 3.75 | 2.43 | 4.27 | - |
| YUV | 43.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 58 | 0 | 0.62 | 0.18 | 0.72 | 317.73 | 0.45 | 0.19 |
| Hex | 47 | 1B | 3A | 0 | 3E | 12 | 48 | 13E | 2D | 13 |
| Octal | 107 | 33 | 72 | 0 | 76 | 22 | 110 | 476 | 55 | 23 |
| Binary | 1000111 | 11011 | 111010 | 0 | 111110 | 10010 | 1001000 | 100111110 | 101101 | 10011 |
Color Harmonies of #471B3A
Complementary color
Monochromatic Colors of #471B3A
Black with #471B3A
Text Example
Text Example
White with #471B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B3A; }
p { color: rgb(71,27,58); }
H1.HeaderClassName
{
color: #471B3A;
}
.AnyTagClassName
{
color: #471B3A;
}
</style>
background-color css
<style>
a { background-color: #471B3A; }
a { background-color: rgb(71,27,58); }
div.DivClassName
{
background-color: #471B3A;
}
.BgClassName
{
background-color: #471B3A;
}
</style>
border-color css
<style>
span { border-color: #471B3A; }
span { border-color: rgb(71,27,58); }
td.TdClassName
{
border-color: #471B3A;
}
.TagClassName
{
border-color: #471B3A;
}
</style>