Shades of Blackberry #470232
Tints of Blackberry #470232
RGB
CMYK
RGB Variations
Color information
#470232 (or 0x470232) is known color: Blackberry. HEX triplet: 47, 02 and 32. RGB value is (71,2,50). Sum of RGB (Red+Green+Blue) = 71+2+50=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #470232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470232 is #B8FDCD. Grayscale: #1B1B1B. Windows color (decimal): -12123598 or 3277383. OLE color: 3277383.
HSL color Cylindrical-coordinate representation of color #470232: hue angle of 318.26º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470232 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 2 | 50 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.72 |
| HSL | 318.26º | 0.95% | 0.14% | - |
| HSV(B) | 318.26º | 0.97% | 0.28% | - |
| XYZ | 3.2 | 1.61 | 3.16 | - |
| YUV | 28.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 50 | 0 | 0.97 | 0.30 | 0.72 | 318.26 | 0.95 | 0.14 |
| Hex | 47 | 2 | 32 | 0 | 61 | 1E | 48 | 13E | 5F | E |
| Octal | 107 | 2 | 62 | 0 | 141 | 36 | 110 | 476 | 137 | 16 |
| Binary | 1000111 | 10 | 110010 | 0 | 1100001 | 11110 | 1001000 | 100111110 | 1011111 | 1110 |
Color Harmonies of #470232
Complementary color
Monochromatic Colors of #470232
Black with #470232
Text Example
Text Example
White with #470232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470232; }
p { color: rgb(71,2,50); }
H1.HeaderClassName
{
color: #470232;
}
.AnyTagClassName
{
color: #470232;
}
</style>
background-color css
<style>
a { background-color: #470232; }
a { background-color: rgb(71,2,50); }
div.DivClassName
{
background-color: #470232;
}
.BgClassName
{
background-color: #470232;
}
</style>
border-color css
<style>
span { border-color: #470232; }
span { border-color: rgb(71,2,50); }
td.TdClassName
{
border-color: #470232;
}
.TagClassName
{
border-color: #470232;
}
</style>