Shades of Blackberry #47203B
Tints of Blackberry #47203B
RGB
CMYK
RGB Variations
Color information
#47203B (or 0x47203B) is known color: Blackberry. HEX triplet: 47, 20 and 3B. RGB value is (71,32,59). Sum of RGB (Red+Green+Blue) = 71+32+59=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #47203B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47203B is #B8DFC4. Grayscale: #2E2E2E. Windows color (decimal): -12115909 or 3874887. OLE color: 3874887.
HSL color Cylindrical-coordinate representation of color #47203B: hue angle of 318.46º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47203B is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 32 | 59 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.72 |
| HSL | 318.46º | 0.38% | 0.2% | - |
| HSV(B) | 318.46º | 0.55% | 0.28% | - |
| XYZ | 3.9 | 2.69 | 4.45 | - |
| YUV | 46.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 59 | 0 | 0.55 | 0.17 | 0.72 | 318.46 | 0.38 | 0.2 |
| Hex | 47 | 20 | 3B | 0 | 37 | 11 | 48 | 13E | 26 | 14 |
| Octal | 107 | 40 | 73 | 0 | 67 | 21 | 110 | 476 | 46 | 24 |
| Binary | 1000111 | 100000 | 111011 | 0 | 110111 | 10001 | 1001000 | 100111110 | 100110 | 10100 |
Color Harmonies of #47203B
Complementary color
Monochromatic Colors of #47203B
Black with #47203B
Text Example
Text Example
White with #47203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47203B; }
p { color: rgb(71,32,59); }
H1.HeaderClassName
{
color: #47203B;
}
.AnyTagClassName
{
color: #47203B;
}
</style>
background-color css
<style>
a { background-color: #47203B; }
a { background-color: rgb(71,32,59); }
div.DivClassName
{
background-color: #47203B;
}
.BgClassName
{
background-color: #47203B;
}
</style>
border-color css
<style>
span { border-color: #47203B; }
span { border-color: rgb(71,32,59); }
td.TdClassName
{
border-color: #47203B;
}
.TagClassName
{
border-color: #47203B;
}
</style>