Shades of Blackberry #470524
Tints of Blackberry #470524
RGB
CMYK
RGB Variations
Color information
#470524 (or 0x470524) is known color: Blackberry. HEX triplet: 47, 05 and 24. RGB value is (71,5,36). Sum of RGB (Red+Green+Blue) = 71+5+36=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #470524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470524 is #B8FADB. Grayscale: #1C1C1C. Windows color (decimal): -12122844 or 2360647. OLE color: 2360647.
HSL color Cylindrical-coordinate representation of color #470524: hue angle of 331.82º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470524 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 5 | 36 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.72 |
| HSL | 331.82º | 0.87% | 0.15% | - |
| HSV(B) | 331.82º | 0.93% | 0.28% | - |
| XYZ | 2.97 | 1.58 | 1.82 | - |
| YUV | 28.27 | 132.37 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 36 | 0 | 0.93 | 0.49 | 0.72 | 331.82 | 0.87 | 0.15 |
| Hex | 47 | 5 | 24 | 0 | 5D | 31 | 48 | 14C | 57 | F |
| Octal | 107 | 5 | 44 | 0 | 135 | 61 | 110 | 514 | 127 | 17 |
| Binary | 1000111 | 101 | 100100 | 0 | 1011101 | 110001 | 1001000 | 101001100 | 1010111 | 1111 |
Color Harmonies of #470524
Complementary color
Monochromatic Colors of #470524
Black with #470524
Text Example
Text Example
White with #470524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470524; }
p { color: rgb(71,5,36); }
H1.HeaderClassName
{
color: #470524;
}
.AnyTagClassName
{
color: #470524;
}
</style>
background-color css
<style>
a { background-color: #470524; }
a { background-color: rgb(71,5,36); }
div.DivClassName
{
background-color: #470524;
}
.BgClassName
{
background-color: #470524;
}
</style>
border-color css
<style>
span { border-color: #470524; }
span { border-color: rgb(71,5,36); }
td.TdClassName
{
border-color: #470524;
}
.TagClassName
{
border-color: #470524;
}
</style>