Shades of Blackberry #47093B
Tints of Blackberry #47093B
RGB
CMYK
RGB Variations
Color information
#47093B (or 0x47093B) is known color: Blackberry. HEX triplet: 47, 09 and 3B. RGB value is (71,9,59). Sum of RGB (Red+Green+Blue) = 71+9+59=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47093B is #B8F6C4. Grayscale: #212121. Windows color (decimal): -12121797 or 3868999. OLE color: 3868999.
HSL color Cylindrical-coordinate representation of color #47093B: hue angle of 311.61º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47093B is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 9 | 59 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.72 |
| HSL | 311.61º | 0.78% | 0.16% | - |
| HSV(B) | 311.61º | 0.87% | 0.28% | - |
| XYZ | 3.49 | 1.85 | 4.31 | - |
| YUV | 33.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 59 | 0 | 0.87 | 0.17 | 0.72 | 311.61 | 0.78 | 0.16 |
| Hex | 47 | 9 | 3B | 0 | 57 | 11 | 48 | 138 | 4E | 10 |
| Octal | 107 | 11 | 73 | 0 | 127 | 21 | 110 | 470 | 116 | 20 |
| Binary | 1000111 | 1001 | 111011 | 0 | 1010111 | 10001 | 1001000 | 100111000 | 1001110 | 10000 |
Color Harmonies of #47093B
Complementary color
Monochromatic Colors of #47093B
Black with #47093B
Text Example
Text Example
White with #47093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47093B; }
p { color: rgb(71,9,59); }
H1.HeaderClassName
{
color: #47093B;
}
.AnyTagClassName
{
color: #47093B;
}
</style>
background-color css
<style>
a { background-color: #47093B; }
a { background-color: rgb(71,9,59); }
div.DivClassName
{
background-color: #47093B;
}
.BgClassName
{
background-color: #47093B;
}
</style>
border-color css
<style>
span { border-color: #47093B; }
span { border-color: rgb(71,9,59); }
td.TdClassName
{
border-color: #47093B;
}
.TagClassName
{
border-color: #47093B;
}
</style>