Shades of Blackberry #47022D
Tints of Blackberry #47022D
RGB
CMYK
RGB Variations
Color information
#47022D (or 0x47022D) is known color: Blackberry. HEX triplet: 47, 02 and 2D. RGB value is (71,2,45). Sum of RGB (Red+Green+Blue) = 71+2+45=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47022D is #B8FDD2. Grayscale: #1B1B1B. Windows color (decimal): -12123603 or 2949703. OLE color: 2949703.
HSL color Cylindrical-coordinate representation of color #47022D: hue angle of 322.61º 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 #47022D is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 2 | 45 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.72 |
| HSL | 322.61º | 0.95% | 0.14% | - |
| HSV(B) | 322.61º | 0.97% | 0.28% | - |
| XYZ | 3.09 | 1.57 | 2.62 | - |
| YUV | 27.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 45 | 0 | 0.97 | 0.37 | 0.72 | 322.61 | 0.95 | 0.14 |
| Hex | 47 | 2 | 2D | 0 | 61 | 25 | 48 | 143 | 5F | E |
| Octal | 107 | 2 | 55 | 0 | 141 | 45 | 110 | 503 | 137 | 16 |
| Binary | 1000111 | 10 | 101101 | 0 | 1100001 | 100101 | 1001000 | 101000011 | 1011111 | 1110 |
Color Harmonies of #47022D
Complementary color
Monochromatic Colors of #47022D
Black with #47022D
Text Example
Text Example
White with #47022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47022D; }
p { color: rgb(71,2,45); }
H1.HeaderClassName
{
color: #47022D;
}
.AnyTagClassName
{
color: #47022D;
}
</style>
background-color css
<style>
a { background-color: #47022D; }
a { background-color: rgb(71,2,45); }
div.DivClassName
{
background-color: #47022D;
}
.BgClassName
{
background-color: #47022D;
}
</style>
border-color css
<style>
span { border-color: #47022D; }
span { border-color: rgb(71,2,45); }
td.TdClassName
{
border-color: #47022D;
}
.TagClassName
{
border-color: #47022D;
}
</style>