Shades of Blackberry #47162A
Tints of Blackberry #47162A
RGB
CMYK
RGB Variations
Color information
#47162A (or 0x47162A) is known color: Blackberry. HEX triplet: 47, 16 and 2A. RGB value is (71,22,42). Sum of RGB (Red+Green+Blue) = 71+22+42=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47162A is #B8E9D5. Grayscale: #262626. Windows color (decimal): -12118486 or 2758215. OLE color: 2758215.
HSL color Cylindrical-coordinate representation of color #47162A: hue angle of 335.51º 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 #47162A is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 22 | 42 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.72 |
| HSL | 335.51º | 0.53% | 0.18% | - |
| HSV(B) | 335.51º | 0.69% | 0.28% | - |
| XYZ | 3.3 | 2.08 | 2.42 | - |
| YUV | 38.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 42 | 0 | 0.69 | 0.41 | 0.72 | 335.51 | 0.53 | 0.18 |
| Hex | 47 | 16 | 2A | 0 | 45 | 29 | 48 | 150 | 35 | 12 |
| Octal | 107 | 26 | 52 | 0 | 105 | 51 | 110 | 520 | 65 | 22 |
| Binary | 1000111 | 10110 | 101010 | 0 | 1000101 | 101001 | 1001000 | 101010000 | 110101 | 10010 |
Color Harmonies of #47162A
Complementary color
Monochromatic Colors of #47162A
Black with #47162A
Text Example
Text Example
White with #47162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47162A; }
p { color: rgb(71,22,42); }
H1.HeaderClassName
{
color: #47162A;
}
.AnyTagClassName
{
color: #47162A;
}
</style>
background-color css
<style>
a { background-color: #47162A; }
a { background-color: rgb(71,22,42); }
div.DivClassName
{
background-color: #47162A;
}
.BgClassName
{
background-color: #47162A;
}
</style>
border-color css
<style>
span { border-color: #47162A; }
span { border-color: rgb(71,22,42); }
td.TdClassName
{
border-color: #47162A;
}
.TagClassName
{
border-color: #47162A;
}
</style>