Shades of Blackberry #47103C
Tints of Blackberry #47103C
RGB
CMYK
RGB Variations
Color information
#47103C (or 0x47103C) is known color: Blackberry. HEX triplet: 47, 10 and 3C. RGB value is (71,16,60). Sum of RGB (Red+Green+Blue) = 71+16+60=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #47103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47103C is #B8EFC3. Grayscale: #252525. Windows color (decimal): -12120004 or 3936327. OLE color: 3936327.
HSL color Cylindrical-coordinate representation of color #47103C: hue angle of 312º 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 #47103C is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 16 | 60 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.72 |
| HSL | 312º | 0.63% | 0.17% | - |
| HSV(B) | 312º | 0.77% | 0.28% | - |
| XYZ | 3.6 | 2.04 | 4.48 | - |
| YUV | 37.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 60 | 0 | 0.77 | 0.15 | 0.72 | 312 | 0.63 | 0.17 |
| Hex | 47 | 10 | 3C | 0 | 4D | F | 48 | 138 | 3F | 11 |
| Octal | 107 | 20 | 74 | 0 | 115 | 17 | 110 | 470 | 77 | 21 |
| Binary | 1000111 | 10000 | 111100 | 0 | 1001101 | 1111 | 1001000 | 100111000 | 111111 | 10001 |
Color Harmonies of #47103C
Complementary color
Monochromatic Colors of #47103C
Black with #47103C
Text Example
Text Example
White with #47103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47103C; }
p { color: rgb(71,16,60); }
H1.HeaderClassName
{
color: #47103C;
}
.AnyTagClassName
{
color: #47103C;
}
</style>
background-color css
<style>
a { background-color: #47103C; }
a { background-color: rgb(71,16,60); }
div.DivClassName
{
background-color: #47103C;
}
.BgClassName
{
background-color: #47103C;
}
</style>
border-color css
<style>
span { border-color: #47103C; }
span { border-color: rgb(71,16,60); }
td.TdClassName
{
border-color: #47103C;
}
.TagClassName
{
border-color: #47103C;
}
</style>