Shades of Blackberry #47122E
Tints of Blackberry #47122E
RGB
CMYK
RGB Variations
Color information
#47122E (or 0x47122E) is known color: Blackberry. HEX triplet: 47, 12 and 2E. RGB value is (71,18,46). Sum of RGB (Red+Green+Blue) = 71+18+46=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47122E is #B8EDD1. Grayscale: #242424. Windows color (decimal): -12119506 or 3019335. OLE color: 3019335.
HSL color Cylindrical-coordinate representation of color #47122E: hue angle of 328.3º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47122E is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 18 | 46 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.72 |
| HSL | 328.3º | 0.6% | 0.17% | - |
| HSV(B) | 328.3º | 0.75% | 0.28% | - |
| XYZ | 3.31 | 1.97 | 2.79 | - |
| YUV | 37.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 46 | 0 | 0.75 | 0.35 | 0.72 | 328.3 | 0.6 | 0.17 |
| Hex | 47 | 12 | 2E | 0 | 4B | 23 | 48 | 148 | 3C | 11 |
| Octal | 107 | 22 | 56 | 0 | 113 | 43 | 110 | 510 | 74 | 21 |
| Binary | 1000111 | 10010 | 101110 | 0 | 1001011 | 100011 | 1001000 | 101001000 | 111100 | 10001 |
Color Harmonies of #47122E
Complementary color
Monochromatic Colors of #47122E
Black with #47122E
Text Example
Text Example
White with #47122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47122E; }
p { color: rgb(71,18,46); }
H1.HeaderClassName
{
color: #47122E;
}
.AnyTagClassName
{
color: #47122E;
}
</style>
background-color css
<style>
a { background-color: #47122E; }
a { background-color: rgb(71,18,46); }
div.DivClassName
{
background-color: #47122E;
}
.BgClassName
{
background-color: #47122E;
}
</style>
border-color css
<style>
span { border-color: #47122E; }
span { border-color: rgb(71,18,46); }
td.TdClassName
{
border-color: #47122E;
}
.TagClassName
{
border-color: #47122E;
}
</style>