Shades of Blackberry #47073B
Tints of Blackberry #47073B
RGB
CMYK
RGB Variations
Color information
#47073B (or 0x47073B) is known color: Blackberry. HEX triplet: 47, 07 and 3B. RGB value is (71,7,59). Sum of RGB (Red+Green+Blue) = 71+7+59=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47073B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47073B is #B8F8C4. Grayscale: #1F1F1F. Windows color (decimal): -12122309 or 3868487. OLE color: 3868487.
HSL color Cylindrical-coordinate representation of color #47073B: hue angle of 311.25º 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 #47073B is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 7 | 59 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.72 |
| HSL | 311.25º | 0.82% | 0.15% | - |
| HSV(B) | 311.25º | 0.9% | 0.28% | - |
| XYZ | 3.46 | 1.81 | 4.3 | - |
| YUV | 32.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 59 | 0 | 0.90 | 0.17 | 0.72 | 311.25 | 0.82 | 0.15 |
| Hex | 47 | 7 | 3B | 0 | 5A | 11 | 48 | 137 | 52 | F |
| Octal | 107 | 7 | 73 | 0 | 132 | 21 | 110 | 467 | 122 | 17 |
| Binary | 1000111 | 111 | 111011 | 0 | 1011010 | 10001 | 1001000 | 100110111 | 1010010 | 1111 |
Color Harmonies of #47073B
Complementary color
Monochromatic Colors of #47073B
Black with #47073B
Text Example
Text Example
White with #47073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47073B; }
p { color: rgb(71,7,59); }
H1.HeaderClassName
{
color: #47073B;
}
.AnyTagClassName
{
color: #47073B;
}
</style>
background-color css
<style>
a { background-color: #47073B; }
a { background-color: rgb(71,7,59); }
div.DivClassName
{
background-color: #47073B;
}
.BgClassName
{
background-color: #47073B;
}
</style>
border-color css
<style>
span { border-color: #47073B; }
span { border-color: rgb(71,7,59); }
td.TdClassName
{
border-color: #47073B;
}
.TagClassName
{
border-color: #47073B;
}
</style>