Shades of Blackberry #470F32
Tints of Blackberry #470F32
RGB
CMYK
RGB Variations
Color information
#470F32 (or 0x470F32) is known color: Blackberry. HEX triplet: 47, 0F and 32. RGB value is (71,15,50). Sum of RGB (Red+Green+Blue) = 71+15+50=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #470F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470F32 is #B8F0CD. Grayscale: #232323. Windows color (decimal): -12120270 or 3280711. OLE color: 3280711.
HSL color Cylindrical-coordinate representation of color #470F32: hue angle of 322.5º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #470F32 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 15 | 50 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.72 |
| HSL | 322.5º | 0.65% | 0.17% | - |
| HSV(B) | 322.5º | 0.79% | 0.28% | - |
| XYZ | 3.35 | 1.91 | 3.21 | - |
| YUV | 35.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 15 | 50 | 0 | 0.79 | 0.30 | 0.72 | 322.5 | 0.65 | 0.17 |
| Hex | 47 | F | 32 | 0 | 4F | 1E | 48 | 142 | 41 | 11 |
| Octal | 107 | 17 | 62 | 0 | 117 | 36 | 110 | 502 | 101 | 21 |
| Binary | 1000111 | 1111 | 110010 | 0 | 1001111 | 11110 | 1001000 | 101000010 | 1000001 | 10001 |
Color Harmonies of #470F32
Complementary color
Monochromatic Colors of #470F32
Black with #470F32
Text Example
Text Example
White with #470F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470F32; }
p { color: rgb(71,15,50); }
H1.HeaderClassName
{
color: #470F32;
}
.AnyTagClassName
{
color: #470F32;
}
</style>
background-color css
<style>
a { background-color: #470F32; }
a { background-color: rgb(71,15,50); }
div.DivClassName
{
background-color: #470F32;
}
.BgClassName
{
background-color: #470F32;
}
</style>
border-color css
<style>
span { border-color: #470F32; }
span { border-color: rgb(71,15,50); }
td.TdClassName
{
border-color: #470F32;
}
.TagClassName
{
border-color: #470F32;
}
</style>