Shades of Blackberry #471D31
Tints of Blackberry #471D31
RGB
CMYK
RGB Variations
Color information
#471D31 (or 0x471D31) is known color: Blackberry. HEX triplet: 47, 1D and 31. RGB value is (71,29,49). Sum of RGB (Red+Green+Blue) = 71+29+49=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #471D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D31 is #B8E2CE. Grayscale: #2B2B2B. Windows color (decimal): -12116687 or 3218759. OLE color: 3218759.
HSL color Cylindrical-coordinate representation of color #471D31: hue angle of 331.43º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #471D31 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 49 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.72 |
| HSL | 331.43º | 0.42% | 0.2% | - |
| HSV(B) | 331.43º | 0.59% | 0.28% | - |
| XYZ | 3.59 | 2.44 | 3.19 | - |
| YUV | 43.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 49 | 0 | 0.59 | 0.31 | 0.72 | 331.43 | 0.42 | 0.2 |
| Hex | 47 | 1D | 31 | 0 | 3B | 1F | 48 | 14B | 2A | 14 |
| Octal | 107 | 35 | 61 | 0 | 73 | 37 | 110 | 513 | 52 | 24 |
| Binary | 1000111 | 11101 | 110001 | 0 | 111011 | 11111 | 1001000 | 101001011 | 101010 | 10100 |
Color Harmonies of #471D31
Complementary color
Monochromatic Colors of #471D31
Black with #471D31
Text Example
Text Example
White with #471D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D31; }
p { color: rgb(71,29,49); }
H1.HeaderClassName
{
color: #471D31;
}
.AnyTagClassName
{
color: #471D31;
}
</style>
background-color css
<style>
a { background-color: #471D31; }
a { background-color: rgb(71,29,49); }
div.DivClassName
{
background-color: #471D31;
}
.BgClassName
{
background-color: #471D31;
}
</style>
border-color css
<style>
span { border-color: #471D31; }
span { border-color: rgb(71,29,49); }
td.TdClassName
{
border-color: #471D31;
}
.TagClassName
{
border-color: #471D31;
}
</style>