Shades of Blackberry #47143B
Tints of Blackberry #47143B
RGB
CMYK
RGB Variations
Color information
#47143B (or 0x47143B) is known color: Blackberry. HEX triplet: 47, 14 and 3B. RGB value is (71,20,59). Sum of RGB (Red+Green+Blue) = 71+20+59=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47143B is #B8EBC4. Grayscale: #272727. Windows color (decimal): -12118981 or 3871815. OLE color: 3871815.
HSL color Cylindrical-coordinate representation of color #47143B: hue angle of 314.12º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47143B is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 20 | 59 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.72 |
| HSL | 314.12º | 0.56% | 0.18% | - |
| HSV(B) | 314.12º | 0.72% | 0.28% | - |
| XYZ | 3.64 | 2.16 | 4.36 | - |
| YUV | 39.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 59 | 0 | 0.72 | 0.17 | 0.72 | 314.12 | 0.56 | 0.18 |
| Hex | 47 | 14 | 3B | 0 | 48 | 11 | 48 | 13A | 38 | 12 |
| Octal | 107 | 24 | 73 | 0 | 110 | 21 | 110 | 472 | 70 | 22 |
| Binary | 1000111 | 10100 | 111011 | 0 | 1001000 | 10001 | 1001000 | 100111010 | 111000 | 10010 |
Color Harmonies of #47143B
Complementary color
Monochromatic Colors of #47143B
Black with #47143B
Text Example
Text Example
White with #47143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47143B; }
p { color: rgb(71,20,59); }
H1.HeaderClassName
{
color: #47143B;
}
.AnyTagClassName
{
color: #47143B;
}
</style>
background-color css
<style>
a { background-color: #47143B; }
a { background-color: rgb(71,20,59); }
div.DivClassName
{
background-color: #47143B;
}
.BgClassName
{
background-color: #47143B;
}
</style>
border-color css
<style>
span { border-color: #47143B; }
span { border-color: rgb(71,20,59); }
td.TdClassName
{
border-color: #47143B;
}
.TagClassName
{
border-color: #47143B;
}
</style>