Shades of Blackberry #47072F
Tints of Blackberry #47072F
RGB
CMYK
RGB Variations
Color information
#47072F (or 0x47072F) is known color: Blackberry. HEX triplet: 47, 07 and 2F. RGB value is (71,7,47). Sum of RGB (Red+Green+Blue) = 71+7+47=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #47072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47072F is #B8F8D0. Grayscale: #1E1E1E. Windows color (decimal): -12122321 or 3082055. OLE color: 3082055.
HSL color Cylindrical-coordinate representation of color #47072F: hue angle of 322.5º 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 #47072F is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 7 | 47 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.72 |
| HSL | 322.5º | 0.82% | 0.15% | - |
| HSV(B) | 322.5º | 0.9% | 0.28% | - |
| XYZ | 3.19 | 1.7 | 2.85 | - |
| YUV | 30.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 47 | 0 | 0.90 | 0.34 | 0.72 | 322.5 | 0.82 | 0.15 |
| Hex | 47 | 7 | 2F | 0 | 5A | 22 | 48 | 142 | 52 | F |
| Octal | 107 | 7 | 57 | 0 | 132 | 42 | 110 | 502 | 122 | 17 |
| Binary | 1000111 | 111 | 101111 | 0 | 1011010 | 100010 | 1001000 | 101000010 | 1010010 | 1111 |
Color Harmonies of #47072F
Complementary color
Monochromatic Colors of #47072F
Black with #47072F
Text Example
Text Example
White with #47072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47072F; }
p { color: rgb(71,7,47); }
H1.HeaderClassName
{
color: #47072F;
}
.AnyTagClassName
{
color: #47072F;
}
</style>
background-color css
<style>
a { background-color: #47072F; }
a { background-color: rgb(71,7,47); }
div.DivClassName
{
background-color: #47072F;
}
.BgClassName
{
background-color: #47072F;
}
</style>
border-color css
<style>
span { border-color: #47072F; }
span { border-color: rgb(71,7,47); }
td.TdClassName
{
border-color: #47072F;
}
.TagClassName
{
border-color: #47072F;
}
</style>