Shades of Blackberry #471A39
Tints of Blackberry #471A39
RGB
CMYK
RGB Variations
Color information
#471A39 (or 0x471A39) is known color: Blackberry. HEX triplet: 47, 1A and 39. RGB value is (71,26,57). Sum of RGB (Red+Green+Blue) = 71+26+57=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #471A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A39 is #B8E5C6. Grayscale: #2A2A2A. Windows color (decimal): -12117447 or 3742279. OLE color: 3742279.
HSL color Cylindrical-coordinate representation of color #471A39: hue angle of 318.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471A39 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 26 | 57 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.72 |
| HSL | 318.67º | 0.46% | 0.19% | - |
| HSV(B) | 318.67º | 0.63% | 0.28% | - |
| XYZ | 3.71 | 2.37 | 4.13 | - |
| YUV | 42.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 57 | 0 | 0.63 | 0.20 | 0.72 | 318.67 | 0.46 | 0.19 |
| Hex | 47 | 1A | 39 | 0 | 3F | 14 | 48 | 13F | 2E | 13 |
| Octal | 107 | 32 | 71 | 0 | 77 | 24 | 110 | 477 | 56 | 23 |
| Binary | 1000111 | 11010 | 111001 | 0 | 111111 | 10100 | 1001000 | 100111111 | 101110 | 10011 |
Color Harmonies of #471A39
Complementary color
Monochromatic Colors of #471A39
Black with #471A39
Text Example
Text Example
White with #471A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A39; }
p { color: rgb(71,26,57); }
H1.HeaderClassName
{
color: #471A39;
}
.AnyTagClassName
{
color: #471A39;
}
</style>
background-color css
<style>
a { background-color: #471A39; }
a { background-color: rgb(71,26,57); }
div.DivClassName
{
background-color: #471A39;
}
.BgClassName
{
background-color: #471A39;
}
</style>
border-color css
<style>
span { border-color: #471A39; }
span { border-color: rgb(71,26,57); }
td.TdClassName
{
border-color: #471A39;
}
.TagClassName
{
border-color: #471A39;
}
</style>