Shades of Blackberry #47072C
Tints of Blackberry #47072C
RGB
CMYK
RGB Variations
Color information
#47072C (or 0x47072C) is known color: Blackberry. HEX triplet: 47, 07 and 2C. RGB value is (71,7,44). Sum of RGB (Red+Green+Blue) = 71+7+44=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47072C is #B8F8D3. Grayscale: #1E1E1E. Windows color (decimal): -12122324 or 2885447. OLE color: 2885447.
HSL color Cylindrical-coordinate representation of color #47072C: hue angle of 325.31º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47072C is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 7 | 44 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.72 |
| HSL | 325.31º | 0.82% | 0.15% | - |
| HSV(B) | 325.31º | 0.9% | 0.28% | - |
| XYZ | 3.13 | 1.67 | 2.54 | - |
| YUV | 30.35 | 135.7 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 44 | 0 | 0.90 | 0.38 | 0.72 | 325.31 | 0.82 | 0.15 |
| Hex | 47 | 7 | 2C | 0 | 5A | 26 | 48 | 145 | 52 | F |
| Octal | 107 | 7 | 54 | 0 | 132 | 46 | 110 | 505 | 122 | 17 |
| Binary | 1000111 | 111 | 101100 | 0 | 1011010 | 100110 | 1001000 | 101000101 | 1010010 | 1111 |
Color Harmonies of #47072C
Complementary color
Monochromatic Colors of #47072C
Black with #47072C
Text Example
Text Example
White with #47072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47072C; }
p { color: rgb(71,7,44); }
H1.HeaderClassName
{
color: #47072C;
}
.AnyTagClassName
{
color: #47072C;
}
</style>
background-color css
<style>
a { background-color: #47072C; }
a { background-color: rgb(71,7,44); }
div.DivClassName
{
background-color: #47072C;
}
.BgClassName
{
background-color: #47072C;
}
</style>
border-color css
<style>
span { border-color: #47072C; }
span { border-color: rgb(71,7,44); }
td.TdClassName
{
border-color: #47072C;
}
.TagClassName
{
border-color: #47072C;
}
</style>