Shades of Blackberry #47102E
Tints of Blackberry #47102E
RGB
CMYK
RGB Variations
Color information
#47102E (or 0x47102E) is known color: Blackberry. HEX triplet: 47, 10 and 2E. RGB value is (71,16,46). Sum of RGB (Red+Green+Blue) = 71+16+46=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47102E is #B8EFD1. Grayscale: #232323. Windows color (decimal): -12120018 or 3018823. OLE color: 3018823.
HSL color Cylindrical-coordinate representation of color #47102E: hue angle of 327.27º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47102E is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 16 | 46 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.72 |
| HSL | 327.27º | 0.63% | 0.17% | - |
| HSV(B) | 327.27º | 0.77% | 0.28% | - |
| XYZ | 3.28 | 1.91 | 2.78 | - |
| YUV | 35.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 46 | 0 | 0.77 | 0.35 | 0.72 | 327.27 | 0.63 | 0.17 |
| Hex | 47 | 10 | 2E | 0 | 4D | 23 | 48 | 147 | 3F | 11 |
| Octal | 107 | 20 | 56 | 0 | 115 | 43 | 110 | 507 | 77 | 21 |
| Binary | 1000111 | 10000 | 101110 | 0 | 1001101 | 100011 | 1001000 | 101000111 | 111111 | 10001 |
Color Harmonies of #47102E
Complementary color
Monochromatic Colors of #47102E
Black with #47102E
Text Example
Text Example
White with #47102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47102E; }
p { color: rgb(71,16,46); }
H1.HeaderClassName
{
color: #47102E;
}
.AnyTagClassName
{
color: #47102E;
}
</style>
background-color css
<style>
a { background-color: #47102E; }
a { background-color: rgb(71,16,46); }
div.DivClassName
{
background-color: #47102E;
}
.BgClassName
{
background-color: #47102E;
}
</style>
border-color css
<style>
span { border-color: #47102E; }
span { border-color: rgb(71,16,46); }
td.TdClassName
{
border-color: #47102E;
}
.TagClassName
{
border-color: #47102E;
}
</style>