Shades of Blackberry #47142C
Tints of Blackberry #47142C
RGB
CMYK
RGB Variations
Color information
#47142C (or 0x47142C) is known color: Blackberry. HEX triplet: 47, 14 and 2C. RGB value is (71,20,44). Sum of RGB (Red+Green+Blue) = 71+20+44=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47142C is #B8EBD3. Grayscale: #252525. Windows color (decimal): -12118996 or 2888775. OLE color: 2888775.
HSL color Cylindrical-coordinate representation of color #47142C: hue angle of 331.76º 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 #47142C is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 20 | 44 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.72 |
| HSL | 331.76º | 0.56% | 0.18% | - |
| HSV(B) | 331.76º | 0.72% | 0.28% | - |
| XYZ | 3.3 | 2.02 | 2.6 | - |
| YUV | 37.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 44 | 0 | 0.72 | 0.38 | 0.72 | 331.76 | 0.56 | 0.18 |
| Hex | 47 | 14 | 2C | 0 | 48 | 26 | 48 | 14C | 38 | 12 |
| Octal | 107 | 24 | 54 | 0 | 110 | 46 | 110 | 514 | 70 | 22 |
| Binary | 1000111 | 10100 | 101100 | 0 | 1001000 | 100110 | 1001000 | 101001100 | 111000 | 10010 |
Color Harmonies of #47142C
Complementary color
Monochromatic Colors of #47142C
Black with #47142C
Text Example
Text Example
White with #47142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47142C; }
p { color: rgb(71,20,44); }
H1.HeaderClassName
{
color: #47142C;
}
.AnyTagClassName
{
color: #47142C;
}
</style>
background-color css
<style>
a { background-color: #47142C; }
a { background-color: rgb(71,20,44); }
div.DivClassName
{
background-color: #47142C;
}
.BgClassName
{
background-color: #47142C;
}
</style>
border-color css
<style>
span { border-color: #47142C; }
span { border-color: rgb(71,20,44); }
td.TdClassName
{
border-color: #47142C;
}
.TagClassName
{
border-color: #47142C;
}
</style>