Shades of Blackberry #47073A
Tints of Blackberry #47073A
RGB
CMYK
RGB Variations
Color information
#47073A (or 0x47073A) is known color: Blackberry. HEX triplet: 47, 07 and 3A. RGB value is (71,7,58). Sum of RGB (Red+Green+Blue) = 71+7+58=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47073A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47073A is #B8F8C5. Grayscale: #1F1F1F. Windows color (decimal): -12122310 or 3802951. OLE color: 3802951.
HSL color Cylindrical-coordinate representation of color #47073A: hue angle of 312.19º 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 #47073A is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 7 | 58 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.72 |
| HSL | 312.19º | 0.82% | 0.15% | - |
| HSV(B) | 312.19º | 0.9% | 0.28% | - |
| XYZ | 3.44 | 1.8 | 4.17 | - |
| YUV | 31.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 58 | 0 | 0.90 | 0.18 | 0.72 | 312.19 | 0.82 | 0.15 |
| Hex | 47 | 7 | 3A | 0 | 5A | 12 | 48 | 138 | 52 | F |
| Octal | 107 | 7 | 72 | 0 | 132 | 22 | 110 | 470 | 122 | 17 |
| Binary | 1000111 | 111 | 111010 | 0 | 1011010 | 10010 | 1001000 | 100111000 | 1010010 | 1111 |
Color Harmonies of #47073A
Complementary color
Monochromatic Colors of #47073A
Black with #47073A
Text Example
Text Example
White with #47073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47073A; }
p { color: rgb(71,7,58); }
H1.HeaderClassName
{
color: #47073A;
}
.AnyTagClassName
{
color: #47073A;
}
</style>
background-color css
<style>
a { background-color: #47073A; }
a { background-color: rgb(71,7,58); }
div.DivClassName
{
background-color: #47073A;
}
.BgClassName
{
background-color: #47073A;
}
</style>
border-color css
<style>
span { border-color: #47073A; }
span { border-color: rgb(71,7,58); }
td.TdClassName
{
border-color: #47073A;
}
.TagClassName
{
border-color: #47073A;
}
</style>