Shades of Blackberry #47152D
Tints of Blackberry #47152D
RGB
CMYK
RGB Variations
Color information
#47152D (or 0x47152D) is known color: Blackberry. HEX triplet: 47, 15 and 2D. RGB value is (71,21,45). Sum of RGB (Red+Green+Blue) = 71+21+45=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47152D is #B8EAD2. Grayscale: #262626. Windows color (decimal): -12118739 or 2954567. OLE color: 2954567.
HSL color Cylindrical-coordinate representation of color #47152D: hue angle of 331.2º 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 #47152D is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 21 | 45 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.72 |
| HSL | 331.2º | 0.54% | 0.18% | - |
| HSV(B) | 331.2º | 0.7% | 0.28% | - |
| XYZ | 3.34 | 2.07 | 2.71 | - |
| YUV | 38.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 45 | 0 | 0.70 | 0.37 | 0.72 | 331.2 | 0.54 | 0.18 |
| Hex | 47 | 15 | 2D | 0 | 46 | 25 | 48 | 14B | 36 | 12 |
| Octal | 107 | 25 | 55 | 0 | 106 | 45 | 110 | 513 | 66 | 22 |
| Binary | 1000111 | 10101 | 101101 | 0 | 1000110 | 100101 | 1001000 | 101001011 | 110110 | 10010 |
Color Harmonies of #47152D
Complementary color
Monochromatic Colors of #47152D
Black with #47152D
Text Example
Text Example
White with #47152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47152D; }
p { color: rgb(71,21,45); }
H1.HeaderClassName
{
color: #47152D;
}
.AnyTagClassName
{
color: #47152D;
}
</style>
background-color css
<style>
a { background-color: #47152D; }
a { background-color: rgb(71,21,45); }
div.DivClassName
{
background-color: #47152D;
}
.BgClassName
{
background-color: #47152D;
}
</style>
border-color css
<style>
span { border-color: #47152D; }
span { border-color: rgb(71,21,45); }
td.TdClassName
{
border-color: #47152D;
}
.TagClassName
{
border-color: #47152D;
}
</style>