Shades of Blackberry #47122A
Tints of Blackberry #47122A
RGB
CMYK
RGB Variations
Color information
#47122A (or 0x47122A) is known color: Blackberry. HEX triplet: 47, 12 and 2A. RGB value is (71,18,42). Sum of RGB (Red+Green+Blue) = 71+18+42=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #47122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47122A is #B8EDD5. Grayscale: #242424. Windows color (decimal): -12119510 or 2757191. OLE color: 2757191.
HSL color Cylindrical-coordinate representation of color #47122A: hue angle of 332.83º 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 #47122A is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 18 | 42 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.72 |
| HSL | 332.83º | 0.6% | 0.17% | - |
| HSV(B) | 332.83º | 0.75% | 0.28% | - |
| XYZ | 3.23 | 1.94 | 2.39 | - |
| YUV | 36.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 42 | 0 | 0.75 | 0.41 | 0.72 | 332.83 | 0.6 | 0.17 |
| Hex | 47 | 12 | 2A | 0 | 4B | 29 | 48 | 14D | 3C | 11 |
| Octal | 107 | 22 | 52 | 0 | 113 | 51 | 110 | 515 | 74 | 21 |
| Binary | 1000111 | 10010 | 101010 | 0 | 1001011 | 101001 | 1001000 | 101001101 | 111100 | 10001 |
Color Harmonies of #47122A
Complementary color
Monochromatic Colors of #47122A
Black with #47122A
Text Example
Text Example
White with #47122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47122A; }
p { color: rgb(71,18,42); }
H1.HeaderClassName
{
color: #47122A;
}
.AnyTagClassName
{
color: #47122A;
}
</style>
background-color css
<style>
a { background-color: #47122A; }
a { background-color: rgb(71,18,42); }
div.DivClassName
{
background-color: #47122A;
}
.BgClassName
{
background-color: #47122A;
}
</style>
border-color css
<style>
span { border-color: #47122A; }
span { border-color: rgb(71,18,42); }
td.TdClassName
{
border-color: #47122A;
}
.TagClassName
{
border-color: #47122A;
}
</style>