Shades of Blackberry #47032F
Tints of Blackberry #47032F
RGB
CMYK
RGB Variations
Color information
#47032F (or 0x47032F) is known color: Blackberry. HEX triplet: 47, 03 and 2F. RGB value is (71,3,47). Sum of RGB (Red+Green+Blue) = 71+3+47=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47032F is #B8FCD0. Grayscale: #1C1C1C. Windows color (decimal): -12123345 or 3081031. OLE color: 3081031.
HSL color Cylindrical-coordinate representation of color #47032F: hue angle of 321.18º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47032F is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 3 | 47 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.72 |
| HSL | 321.18º | 0.92% | 0.15% | - |
| HSV(B) | 321.18º | 0.96% | 0.28% | - |
| XYZ | 3.14 | 1.61 | 2.83 | - |
| YUV | 28.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 3 | 47 | 0 | 0.96 | 0.34 | 0.72 | 321.18 | 0.92 | 0.15 |
| Hex | 47 | 3 | 2F | 0 | 60 | 22 | 48 | 141 | 5C | F |
| Octal | 107 | 3 | 57 | 0 | 140 | 42 | 110 | 501 | 134 | 17 |
| Binary | 1000111 | 11 | 101111 | 0 | 1100000 | 100010 | 1001000 | 101000001 | 1011100 | 1111 |
Color Harmonies of #47032F
Complementary color
Monochromatic Colors of #47032F
Black with #47032F
Text Example
Text Example
White with #47032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47032F; }
p { color: rgb(71,3,47); }
H1.HeaderClassName
{
color: #47032F;
}
.AnyTagClassName
{
color: #47032F;
}
</style>
background-color css
<style>
a { background-color: #47032F; }
a { background-color: rgb(71,3,47); }
div.DivClassName
{
background-color: #47032F;
}
.BgClassName
{
background-color: #47032F;
}
</style>
border-color css
<style>
span { border-color: #47032F; }
span { border-color: rgb(71,3,47); }
td.TdClassName
{
border-color: #47032F;
}
.TagClassName
{
border-color: #47032F;
}
</style>