Shades of Blackberry #471F36
Tints of Blackberry #471F36
RGB
CMYK
RGB Variations
Color information
#471F36 (or 0x471F36) is known color: Blackberry. HEX triplet: 47, 1F and 36. RGB value is (71,31,54). Sum of RGB (Red+Green+Blue) = 71+31+54=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #471F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F36 is #B8E0C9. Grayscale: #2D2D2D. Windows color (decimal): -12116170 or 3546951. OLE color: 3546951.
HSL color Cylindrical-coordinate representation of color #471F36: hue angle of 325.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #471F36 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 31 | 54 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.72 |
| HSL | 325.5º | 0.39% | 0.2% | - |
| HSV(B) | 325.5º | 0.56% | 0.28% | - |
| XYZ | 3.75 | 2.59 | 3.79 | - |
| YUV | 45.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 54 | 0 | 0.56 | 0.24 | 0.72 | 325.5 | 0.39 | 0.2 |
| Hex | 47 | 1F | 36 | 0 | 38 | 18 | 48 | 146 | 27 | 14 |
| Octal | 107 | 37 | 66 | 0 | 70 | 30 | 110 | 506 | 47 | 24 |
| Binary | 1000111 | 11111 | 110110 | 0 | 111000 | 11000 | 1001000 | 101000110 | 100111 | 10100 |
Color Harmonies of #471F36
Complementary color
Monochromatic Colors of #471F36
Black with #471F36
Text Example
Text Example
White with #471F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F36; }
p { color: rgb(71,31,54); }
H1.HeaderClassName
{
color: #471F36;
}
.AnyTagClassName
{
color: #471F36;
}
</style>
background-color css
<style>
a { background-color: #471F36; }
a { background-color: rgb(71,31,54); }
div.DivClassName
{
background-color: #471F36;
}
.BgClassName
{
background-color: #471F36;
}
</style>
border-color css
<style>
span { border-color: #471F36; }
span { border-color: rgb(71,31,54); }
td.TdClassName
{
border-color: #471F36;
}
.TagClassName
{
border-color: #471F36;
}
</style>