Shades of Blackberry #47152B
Tints of Blackberry #47152B
RGB
CMYK
RGB Variations
Color information
#47152B (or 0x47152B) is known color: Blackberry. HEX triplet: 47, 15 and 2B. RGB value is (71,21,43). Sum of RGB (Red+Green+Blue) = 71+21+43=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47152B is #B8EAD4. Grayscale: #262626. Windows color (decimal): -12118741 or 2823495. OLE color: 2823495.
HSL color Cylindrical-coordinate representation of color #47152B: hue angle of 333.6º 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 #47152B is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 21 | 43 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.72 |
| HSL | 333.6º | 0.54% | 0.18% | - |
| HSV(B) | 333.6º | 0.7% | 0.28% | - |
| XYZ | 3.3 | 2.05 | 2.51 | - |
| YUV | 38.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 43 | 0 | 0.70 | 0.39 | 0.72 | 333.6 | 0.54 | 0.18 |
| Hex | 47 | 15 | 2B | 0 | 46 | 27 | 48 | 14E | 36 | 12 |
| Octal | 107 | 25 | 53 | 0 | 106 | 47 | 110 | 516 | 66 | 22 |
| Binary | 1000111 | 10101 | 101011 | 0 | 1000110 | 100111 | 1001000 | 101001110 | 110110 | 10010 |
Color Harmonies of #47152B
Complementary color
Monochromatic Colors of #47152B
Black with #47152B
Text Example
Text Example
White with #47152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47152B; }
p { color: rgb(71,21,43); }
H1.HeaderClassName
{
color: #47152B;
}
.AnyTagClassName
{
color: #47152B;
}
</style>
background-color css
<style>
a { background-color: #47152B; }
a { background-color: rgb(71,21,43); }
div.DivClassName
{
background-color: #47152B;
}
.BgClassName
{
background-color: #47152B;
}
</style>
border-color css
<style>
span { border-color: #47152B; }
span { border-color: rgb(71,21,43); }
td.TdClassName
{
border-color: #47152B;
}
.TagClassName
{
border-color: #47152B;
}
</style>