Shades of Blackberry #470733
Tints of Blackberry #470733
RGB
CMYK
RGB Variations
Color information
#470733 (or 0x470733) is known color: Blackberry. HEX triplet: 47, 07 and 33. RGB value is (71,7,51). Sum of RGB (Red+Green+Blue) = 71+7+51=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #470733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470733 is #B8F8CC. Grayscale: #1F1F1F. Windows color (decimal): -12122317 or 3344199. OLE color: 3344199.
HSL color Cylindrical-coordinate representation of color #470733: hue angle of 318.75º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470733 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 7 | 51 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.72 |
| HSL | 318.75º | 0.82% | 0.15% | - |
| HSV(B) | 318.75º | 0.9% | 0.28% | - |
| XYZ | 3.27 | 1.73 | 3.29 | - |
| YUV | 31.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 51 | 0 | 0.90 | 0.28 | 0.72 | 318.75 | 0.82 | 0.15 |
| Hex | 47 | 7 | 33 | 0 | 5A | 1C | 48 | 13F | 52 | F |
| Octal | 107 | 7 | 63 | 0 | 132 | 34 | 110 | 477 | 122 | 17 |
| Binary | 1000111 | 111 | 110011 | 0 | 1011010 | 11100 | 1001000 | 100111111 | 1010010 | 1111 |
Color Harmonies of #470733
Complementary color
Monochromatic Colors of #470733
Black with #470733
Text Example
Text Example
White with #470733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470733; }
p { color: rgb(71,7,51); }
H1.HeaderClassName
{
color: #470733;
}
.AnyTagClassName
{
color: #470733;
}
</style>
background-color css
<style>
a { background-color: #470733; }
a { background-color: rgb(71,7,51); }
div.DivClassName
{
background-color: #470733;
}
.BgClassName
{
background-color: #470733;
}
</style>
border-color css
<style>
span { border-color: #470733; }
span { border-color: rgb(71,7,51); }
td.TdClassName
{
border-color: #470733;
}
.TagClassName
{
border-color: #470733;
}
</style>