Shades of Blackberry #47162F
Tints of Blackberry #47162F
RGB
CMYK
RGB Variations
Color information
#47162F (or 0x47162F) is known color: Blackberry. HEX triplet: 47, 16 and 2F. RGB value is (71,22,47). Sum of RGB (Red+Green+Blue) = 71+22+47=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #47162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47162F is #B8E9D0. Grayscale: #272727. Windows color (decimal): -12118481 or 3085895. OLE color: 3085895.
HSL color Cylindrical-coordinate representation of color #47162F: hue angle of 329.39º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47162F is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 22 | 47 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.72 |
| HSL | 329.39º | 0.53% | 0.18% | - |
| HSV(B) | 329.39º | 0.69% | 0.28% | - |
| XYZ | 3.4 | 2.12 | 2.92 | - |
| YUV | 39.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 47 | 0 | 0.69 | 0.34 | 0.72 | 329.39 | 0.53 | 0.18 |
| Hex | 47 | 16 | 2F | 0 | 45 | 22 | 48 | 149 | 35 | 12 |
| Octal | 107 | 26 | 57 | 0 | 105 | 42 | 110 | 511 | 65 | 22 |
| Binary | 1000111 | 10110 | 101111 | 0 | 1000101 | 100010 | 1001000 | 101001001 | 110101 | 10010 |
Color Harmonies of #47162F
Complementary color
Monochromatic Colors of #47162F
Black with #47162F
Text Example
Text Example
White with #47162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47162F; }
p { color: rgb(71,22,47); }
H1.HeaderClassName
{
color: #47162F;
}
.AnyTagClassName
{
color: #47162F;
}
</style>
background-color css
<style>
a { background-color: #47162F; }
a { background-color: rgb(71,22,47); }
div.DivClassName
{
background-color: #47162F;
}
.BgClassName
{
background-color: #47162F;
}
</style>
border-color css
<style>
span { border-color: #47162F; }
span { border-color: rgb(71,22,47); }
td.TdClassName
{
border-color: #47162F;
}
.TagClassName
{
border-color: #47162F;
}
</style>