Shades of Blackberry #47102D
Tints of Blackberry #47102D
RGB
CMYK
RGB Variations
Color information
#47102D (or 0x47102D) is known color: Blackberry. HEX triplet: 47, 10 and 2D. RGB value is (71,16,45). Sum of RGB (Red+Green+Blue) = 71+16+45=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47102D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47102D is #B8EFD2. Grayscale: #232323. Windows color (decimal): -12120019 or 2953287. OLE color: 2953287.
HSL color Cylindrical-coordinate representation of color #47102D: hue angle of 328.36º 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 #47102D is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 16 | 45 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.72 |
| HSL | 328.36º | 0.63% | 0.17% | - |
| HSV(B) | 328.36º | 0.77% | 0.28% | - |
| XYZ | 3.26 | 1.9 | 2.68 | - |
| YUV | 35.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 45 | 0 | 0.77 | 0.37 | 0.72 | 328.36 | 0.63 | 0.17 |
| Hex | 47 | 10 | 2D | 0 | 4D | 25 | 48 | 148 | 3F | 11 |
| Octal | 107 | 20 | 55 | 0 | 115 | 45 | 110 | 510 | 77 | 21 |
| Binary | 1000111 | 10000 | 101101 | 0 | 1001101 | 100101 | 1001000 | 101001000 | 111111 | 10001 |
Color Harmonies of #47102D
Complementary color
Monochromatic Colors of #47102D
Black with #47102D
Text Example
Text Example
White with #47102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47102D; }
p { color: rgb(71,16,45); }
H1.HeaderClassName
{
color: #47102D;
}
.AnyTagClassName
{
color: #47102D;
}
</style>
background-color css
<style>
a { background-color: #47102D; }
a { background-color: rgb(71,16,45); }
div.DivClassName
{
background-color: #47102D;
}
.BgClassName
{
background-color: #47102D;
}
</style>
border-color css
<style>
span { border-color: #47102D; }
span { border-color: rgb(71,16,45); }
td.TdClassName
{
border-color: #47102D;
}
.TagClassName
{
border-color: #47102D;
}
</style>