Shades of Blackberry #470528
Tints of Blackberry #470528
RGB
CMYK
RGB Variations
Color information
#470528 (or 0x470528) is known color: Blackberry. HEX triplet: 47, 05 and 28. RGB value is (71,5,40). Sum of RGB (Red+Green+Blue) = 71+5+40=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #470528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470528 is #B8FAD7. Grayscale: #1C1C1C. Windows color (decimal): -12122840 or 2622791. OLE color: 2622791.
HSL color Cylindrical-coordinate representation of color #470528: hue angle of 328.18º 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 #470528 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 5 | 40 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.72 |
| HSL | 328.18º | 0.87% | 0.15% | - |
| HSV(B) | 328.18º | 0.93% | 0.28% | - |
| XYZ | 3.04 | 1.6 | 2.16 | - |
| YUV | 28.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 40 | 0 | 0.93 | 0.44 | 0.72 | 328.18 | 0.87 | 0.15 |
| Hex | 47 | 5 | 28 | 0 | 5D | 2C | 48 | 148 | 57 | F |
| Octal | 107 | 5 | 50 | 0 | 135 | 54 | 110 | 510 | 127 | 17 |
| Binary | 1000111 | 101 | 101000 | 0 | 1011101 | 101100 | 1001000 | 101001000 | 1010111 | 1111 |
Color Harmonies of #470528
Complementary color
Monochromatic Colors of #470528
Black with #470528
Text Example
Text Example
White with #470528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470528; }
p { color: rgb(71,5,40); }
H1.HeaderClassName
{
color: #470528;
}
.AnyTagClassName
{
color: #470528;
}
</style>
background-color css
<style>
a { background-color: #470528; }
a { background-color: rgb(71,5,40); }
div.DivClassName
{
background-color: #470528;
}
.BgClassName
{
background-color: #470528;
}
</style>
border-color css
<style>
span { border-color: #470528; }
span { border-color: rgb(71,5,40); }
td.TdClassName
{
border-color: #470528;
}
.TagClassName
{
border-color: #470528;
}
</style>