Shades of Blackberry #471B3C
Tints of Blackberry #471B3C
RGB
CMYK
RGB Variations
Color information
#471B3C (or 0x471B3C) is known color: Blackberry. HEX triplet: 47, 1B and 3C. RGB value is (71,27,60). Sum of RGB (Red+Green+Blue) = 71+27+60=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #471B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B3C is #B8E4C3. Grayscale: #2B2B2B. Windows color (decimal): -12117188 or 3939143. OLE color: 3939143.
HSL color Cylindrical-coordinate representation of color #471B3C: hue angle of 315º 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 #471B3C is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 27 | 60 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.72 |
| HSL | 315º | 0.45% | 0.19% | - |
| HSV(B) | 315º | 0.62% | 0.28% | - |
| XYZ | 3.81 | 2.45 | 4.55 | - |
| YUV | 43.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 60 | 0 | 0.62 | 0.15 | 0.72 | 315 | 0.45 | 0.19 |
| Hex | 47 | 1B | 3C | 0 | 3E | F | 48 | 13B | 2D | 13 |
| Octal | 107 | 33 | 74 | 0 | 76 | 17 | 110 | 473 | 55 | 23 |
| Binary | 1000111 | 11011 | 111100 | 0 | 111110 | 1111 | 1001000 | 100111011 | 101101 | 10011 |
Color Harmonies of #471B3C
Complementary color
Monochromatic Colors of #471B3C
Black with #471B3C
Text Example
Text Example
White with #471B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B3C; }
p { color: rgb(71,27,60); }
H1.HeaderClassName
{
color: #471B3C;
}
.AnyTagClassName
{
color: #471B3C;
}
</style>
background-color css
<style>
a { background-color: #471B3C; }
a { background-color: rgb(71,27,60); }
div.DivClassName
{
background-color: #471B3C;
}
.BgClassName
{
background-color: #471B3C;
}
</style>
border-color css
<style>
span { border-color: #471B3C; }
span { border-color: rgb(71,27,60); }
td.TdClassName
{
border-color: #471B3C;
}
.TagClassName
{
border-color: #471B3C;
}
</style>