Shades of Blackberry #470B2B
Tints of Blackberry #470B2B
RGB
CMYK
RGB Variations
Color information
#470B2B (or 0x470B2B) is known color: Blackberry. HEX triplet: 47, 0B and 2B. RGB value is (71,11,43). Sum of RGB (Red+Green+Blue) = 71+11+43=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #470B2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B2B is #B8F4D4. Grayscale: #202020. Windows color (decimal): -12121301 or 2820935. OLE color: 2820935.
HSL color Cylindrical-coordinate representation of color #470B2B: hue angle of 328º 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 #470B2B is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 11 | 43 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.72 |
| HSL | 328º | 0.73% | 0.16% | - |
| HSV(B) | 328º | 0.85% | 0.28% | - |
| XYZ | 3.15 | 1.75 | 2.46 | - |
| YUV | 32.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 11 | 43 | 0 | 0.85 | 0.39 | 0.72 | 328 | 0.73 | 0.16 |
| Hex | 47 | B | 2B | 0 | 55 | 27 | 48 | 148 | 49 | 10 |
| Octal | 107 | 13 | 53 | 0 | 125 | 47 | 110 | 510 | 111 | 20 |
| Binary | 1000111 | 1011 | 101011 | 0 | 1010101 | 100111 | 1001000 | 101001000 | 1001001 | 10000 |
Color Harmonies of #470B2B
Complementary color
Monochromatic Colors of #470B2B
Black with #470B2B
Text Example
Text Example
White with #470B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470B2B; }
p { color: rgb(71,11,43); }
H1.HeaderClassName
{
color: #470B2B;
}
.AnyTagClassName
{
color: #470B2B;
}
</style>
background-color css
<style>
a { background-color: #470B2B; }
a { background-color: rgb(71,11,43); }
div.DivClassName
{
background-color: #470B2B;
}
.BgClassName
{
background-color: #470B2B;
}
</style>
border-color css
<style>
span { border-color: #470B2B; }
span { border-color: rgb(71,11,43); }
td.TdClassName
{
border-color: #470B2B;
}
.TagClassName
{
border-color: #470B2B;
}
</style>