Shades of Blackberry #470B2E
Tints of Blackberry #470B2E
RGB
CMYK
RGB Variations
Color information
#470B2E (or 0x470B2E) is known color: Blackberry. HEX triplet: 47, 0B and 2E. RGB value is (71,11,46). Sum of RGB (Red+Green+Blue) = 71+11+46=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #470B2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B2E is #B8F4D1. Grayscale: #202020. Windows color (decimal): -12121298 or 3017543. OLE color: 3017543.
HSL color Cylindrical-coordinate representation of color #470B2E: hue angle of 325º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #470B2E is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 11 | 46 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.72 |
| HSL | 325º | 0.73% | 0.16% | - |
| HSV(B) | 325º | 0.85% | 0.28% | - |
| XYZ | 3.21 | 1.78 | 2.76 | - |
| YUV | 32.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 11 | 46 | 0 | 0.85 | 0.35 | 0.72 | 325 | 0.73 | 0.16 |
| Hex | 47 | B | 2E | 0 | 55 | 23 | 48 | 145 | 49 | 10 |
| Octal | 107 | 13 | 56 | 0 | 125 | 43 | 110 | 505 | 111 | 20 |
| Binary | 1000111 | 1011 | 101110 | 0 | 1010101 | 100011 | 1001000 | 101000101 | 1001001 | 10000 |
Color Harmonies of #470B2E
Complementary color
Monochromatic Colors of #470B2E
Black with #470B2E
Text Example
Text Example
White with #470B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470B2E; }
p { color: rgb(71,11,46); }
H1.HeaderClassName
{
color: #470B2E;
}
.AnyTagClassName
{
color: #470B2E;
}
</style>
background-color css
<style>
a { background-color: #470B2E; }
a { background-color: rgb(71,11,46); }
div.DivClassName
{
background-color: #470B2E;
}
.BgClassName
{
background-color: #470B2E;
}
</style>
border-color css
<style>
span { border-color: #470B2E; }
span { border-color: rgb(71,11,46); }
td.TdClassName
{
border-color: #470B2E;
}
.TagClassName
{
border-color: #470B2E;
}
</style>