Shades of Blackberry #47022F
Tints of Blackberry #47022F
RGB
CMYK
RGB Variations
Color information
#47022F (or 0x47022F) is known color: Blackberry. HEX triplet: 47, 02 and 2F. RGB value is (71,2,47). Sum of RGB (Red+Green+Blue) = 71+2+47=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #47022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47022F is #B8FDD0. Grayscale: #1B1B1B. Windows color (decimal): -12123601 or 3080775. OLE color: 3080775.
HSL color Cylindrical-coordinate representation of color #47022F: hue angle of 320.87º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47022F is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 2 | 47 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.72 |
| HSL | 320.87º | 0.95% | 0.14% | - |
| HSV(B) | 320.87º | 0.97% | 0.28% | - |
| XYZ | 3.13 | 1.59 | 2.83 | - |
| YUV | 27.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 47 | 0 | 0.97 | 0.34 | 0.72 | 320.87 | 0.95 | 0.14 |
| Hex | 47 | 2 | 2F | 0 | 61 | 22 | 48 | 141 | 5F | E |
| Octal | 107 | 2 | 57 | 0 | 141 | 42 | 110 | 501 | 137 | 16 |
| Binary | 1000111 | 10 | 101111 | 0 | 1100001 | 100010 | 1001000 | 101000001 | 1011111 | 1110 |
Color Harmonies of #47022F
Complementary color
Monochromatic Colors of #47022F
Black with #47022F
Text Example
Text Example
White with #47022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47022F; }
p { color: rgb(71,2,47); }
H1.HeaderClassName
{
color: #47022F;
}
.AnyTagClassName
{
color: #47022F;
}
</style>
background-color css
<style>
a { background-color: #47022F; }
a { background-color: rgb(71,2,47); }
div.DivClassName
{
background-color: #47022F;
}
.BgClassName
{
background-color: #47022F;
}
</style>
border-color css
<style>
span { border-color: #47022F; }
span { border-color: rgb(71,2,47); }
td.TdClassName
{
border-color: #47022F;
}
.TagClassName
{
border-color: #47022F;
}
</style>