Shades of Blackberry #47102F
Tints of Blackberry #47102F
RGB
CMYK
RGB Variations
Color information
#47102F (or 0x47102F) is known color: Blackberry. HEX triplet: 47, 10 and 2F. RGB value is (71,16,47). Sum of RGB (Red+Green+Blue) = 71+16+47=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47102F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47102F is #B8EFD0. Grayscale: #232323. Windows color (decimal): -12120017 or 3084359. OLE color: 3084359.
HSL color Cylindrical-coordinate representation of color #47102F: hue angle of 326.18º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47102F is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 16 | 47 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.72 |
| HSL | 326.18º | 0.63% | 0.17% | - |
| HSV(B) | 326.18º | 0.77% | 0.28% | - |
| XYZ | 3.3 | 1.92 | 2.89 | - |
| YUV | 35.98 | 134.22 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 47 | 0 | 0.77 | 0.34 | 0.72 | 326.18 | 0.63 | 0.17 |
| Hex | 47 | 10 | 2F | 0 | 4D | 22 | 48 | 146 | 3F | 11 |
| Octal | 107 | 20 | 57 | 0 | 115 | 42 | 110 | 506 | 77 | 21 |
| Binary | 1000111 | 10000 | 101111 | 0 | 1001101 | 100010 | 1001000 | 101000110 | 111111 | 10001 |
Color Harmonies of #47102F
Complementary color
Monochromatic Colors of #47102F
Black with #47102F
Text Example
Text Example
White with #47102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47102F; }
p { color: rgb(71,16,47); }
H1.HeaderClassName
{
color: #47102F;
}
.AnyTagClassName
{
color: #47102F;
}
</style>
background-color css
<style>
a { background-color: #47102F; }
a { background-color: rgb(71,16,47); }
div.DivClassName
{
background-color: #47102F;
}
.BgClassName
{
background-color: #47102F;
}
</style>
border-color css
<style>
span { border-color: #47102F; }
span { border-color: rgb(71,16,47); }
td.TdClassName
{
border-color: #47102F;
}
.TagClassName
{
border-color: #47102F;
}
</style>