Shades of Blackberry #470334
Tints of Blackberry #470334
RGB
CMYK
RGB Variations
Color information
#470334 (or 0x470334) is known color: Blackberry. HEX triplet: 47, 03 and 34. RGB value is (71,3,52). Sum of RGB (Red+Green+Blue) = 71+3+52=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #470334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470334 is #B8FCCB. Grayscale: #1C1C1C. Windows color (decimal): -12123340 or 3408711. OLE color: 3408711.
HSL color Cylindrical-coordinate representation of color #470334: hue angle of 316.76º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470334 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 3 | 52 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.72 |
| HSL | 316.76º | 0.92% | 0.15% | - |
| HSV(B) | 316.76º | 0.96% | 0.28% | - |
| XYZ | 3.25 | 1.65 | 3.4 | - |
| YUV | 28.92 | 141.03 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 3 | 52 | 0 | 0.96 | 0.27 | 0.72 | 316.76 | 0.92 | 0.15 |
| Hex | 47 | 3 | 34 | 0 | 60 | 1B | 48 | 13D | 5C | F |
| Octal | 107 | 3 | 64 | 0 | 140 | 33 | 110 | 475 | 134 | 17 |
| Binary | 1000111 | 11 | 110100 | 0 | 1100000 | 11011 | 1001000 | 100111101 | 1011100 | 1111 |
Color Harmonies of #470334
Complementary color
Monochromatic Colors of #470334
Black with #470334
Text Example
Text Example
White with #470334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470334; }
p { color: rgb(71,3,52); }
H1.HeaderClassName
{
color: #470334;
}
.AnyTagClassName
{
color: #470334;
}
</style>
background-color css
<style>
a { background-color: #470334; }
a { background-color: rgb(71,3,52); }
div.DivClassName
{
background-color: #470334;
}
.BgClassName
{
background-color: #470334;
}
</style>
border-color css
<style>
span { border-color: #470334; }
span { border-color: rgb(71,3,52); }
td.TdClassName
{
border-color: #470334;
}
.TagClassName
{
border-color: #470334;
}
</style>