Shades of Blackberry #47152E
Tints of Blackberry #47152E
RGB
CMYK
RGB Variations
Color information
#47152E (or 0x47152E) is known color: Blackberry. HEX triplet: 47, 15 and 2E. RGB value is (71,21,46). Sum of RGB (Red+Green+Blue) = 71+21+46=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47152E is #B8EAD1. Grayscale: #262626. Windows color (decimal): -12118738 or 3020103. OLE color: 3020103.
HSL color Cylindrical-coordinate representation of color #47152E: hue angle of 330º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47152E is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 21 | 46 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.72 |
| HSL | 330º | 0.54% | 0.18% | - |
| HSV(B) | 330º | 0.7% | 0.28% | - |
| XYZ | 3.36 | 2.07 | 2.81 | - |
| YUV | 38.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 46 | 0 | 0.70 | 0.35 | 0.72 | 330 | 0.54 | 0.18 |
| Hex | 47 | 15 | 2E | 0 | 46 | 23 | 48 | 14A | 36 | 12 |
| Octal | 107 | 25 | 56 | 0 | 106 | 43 | 110 | 512 | 66 | 22 |
| Binary | 1000111 | 10101 | 101110 | 0 | 1000110 | 100011 | 1001000 | 101001010 | 110110 | 10010 |
Color Harmonies of #47152E
Complementary color
Monochromatic Colors of #47152E
Black with #47152E
Text Example
Text Example
White with #47152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47152E; }
p { color: rgb(71,21,46); }
H1.HeaderClassName
{
color: #47152E;
}
.AnyTagClassName
{
color: #47152E;
}
</style>
background-color css
<style>
a { background-color: #47152E; }
a { background-color: rgb(71,21,46); }
div.DivClassName
{
background-color: #47152E;
}
.BgClassName
{
background-color: #47152E;
}
</style>
border-color css
<style>
span { border-color: #47152E; }
span { border-color: rgb(71,21,46); }
td.TdClassName
{
border-color: #47152E;
}
.TagClassName
{
border-color: #47152E;
}
</style>