Shades of Blackberry #471B3B
Tints of Blackberry #471B3B
RGB
CMYK
RGB Variations
Color information
#471B3B (or 0x471B3B) is known color: Blackberry. HEX triplet: 47, 1B and 3B. RGB value is (71,27,59). Sum of RGB (Red+Green+Blue) = 71+27+59=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #471B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B3B is #B8E4C4. Grayscale: #2B2B2B. Windows color (decimal): -12117189 or 3873607. OLE color: 3873607.
HSL color Cylindrical-coordinate representation of color #471B3B: hue angle of 316.36º 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 #471B3B is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 27 | 59 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.72 |
| HSL | 316.36º | 0.45% | 0.19% | - |
| HSV(B) | 316.36º | 0.62% | 0.28% | - |
| XYZ | 3.78 | 2.44 | 4.41 | - |
| YUV | 43.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 59 | 0 | 0.62 | 0.17 | 0.72 | 316.36 | 0.45 | 0.19 |
| Hex | 47 | 1B | 3B | 0 | 3E | 11 | 48 | 13C | 2D | 13 |
| Octal | 107 | 33 | 73 | 0 | 76 | 21 | 110 | 474 | 55 | 23 |
| Binary | 1000111 | 11011 | 111011 | 0 | 111110 | 10001 | 1001000 | 100111100 | 101101 | 10011 |
Color Harmonies of #471B3B
Complementary color
Monochromatic Colors of #471B3B
Black with #471B3B
Text Example
Text Example
White with #471B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B3B; }
p { color: rgb(71,27,59); }
H1.HeaderClassName
{
color: #471B3B;
}
.AnyTagClassName
{
color: #471B3B;
}
</style>
background-color css
<style>
a { background-color: #471B3B; }
a { background-color: rgb(71,27,59); }
div.DivClassName
{
background-color: #471B3B;
}
.BgClassName
{
background-color: #471B3B;
}
</style>
border-color css
<style>
span { border-color: #471B3B; }
span { border-color: rgb(71,27,59); }
td.TdClassName
{
border-color: #471B3B;
}
.TagClassName
{
border-color: #471B3B;
}
</style>