Shades of Blackberry #47142F
Tints of Blackberry #47142F
RGB
CMYK
RGB Variations
Color information
#47142F (or 0x47142F) is known color: Blackberry. HEX triplet: 47, 14 and 2F. RGB value is (71,20,47). Sum of RGB (Red+Green+Blue) = 71+20+47=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47142F is #B8EBD0. Grayscale: #262626. Windows color (decimal): -12118993 or 3085383. OLE color: 3085383.
HSL color Cylindrical-coordinate representation of color #47142F: hue angle of 328.24º 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 #47142F is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 20 | 47 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.72 |
| HSL | 328.24º | 0.56% | 0.18% | - |
| HSV(B) | 328.24º | 0.72% | 0.28% | - |
| XYZ | 3.36 | 2.05 | 2.91 | - |
| YUV | 38.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 47 | 0 | 0.72 | 0.34 | 0.72 | 328.24 | 0.56 | 0.18 |
| Hex | 47 | 14 | 2F | 0 | 48 | 22 | 48 | 148 | 38 | 12 |
| Octal | 107 | 24 | 57 | 0 | 110 | 42 | 110 | 510 | 70 | 22 |
| Binary | 1000111 | 10100 | 101111 | 0 | 1001000 | 100010 | 1001000 | 101001000 | 111000 | 10010 |
Color Harmonies of #47142F
Complementary color
Monochromatic Colors of #47142F
Black with #47142F
Text Example
Text Example
White with #47142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47142F; }
p { color: rgb(71,20,47); }
H1.HeaderClassName
{
color: #47142F;
}
.AnyTagClassName
{
color: #47142F;
}
</style>
background-color css
<style>
a { background-color: #47142F; }
a { background-color: rgb(71,20,47); }
div.DivClassName
{
background-color: #47142F;
}
.BgClassName
{
background-color: #47142F;
}
</style>
border-color css
<style>
span { border-color: #47142F; }
span { border-color: rgb(71,20,47); }
td.TdClassName
{
border-color: #47142F;
}
.TagClassName
{
border-color: #47142F;
}
</style>