Shades of Blackberry #47133C
Tints of Blackberry #47133C
RGB
CMYK
RGB Variations
Color information
#47133C (or 0x47133C) is known color: Blackberry. HEX triplet: 47, 13 and 3C. RGB value is (71,19,60). Sum of RGB (Red+Green+Blue) = 71+19+60=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47133C is #B8ECC3. Grayscale: #272727. Windows color (decimal): -12119236 or 3937095. OLE color: 3937095.
HSL color Cylindrical-coordinate representation of color #47133C: hue angle of 312.69º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47133C is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 19 | 60 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.72 |
| HSL | 312.69º | 0.58% | 0.18% | - |
| HSV(B) | 312.69º | 0.73% | 0.28% | - |
| XYZ | 3.65 | 2.13 | 4.49 | - |
| YUV | 39.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 60 | 0 | 0.73 | 0.15 | 0.72 | 312.69 | 0.58 | 0.18 |
| Hex | 47 | 13 | 3C | 0 | 49 | F | 48 | 139 | 3A | 12 |
| Octal | 107 | 23 | 74 | 0 | 111 | 17 | 110 | 471 | 72 | 22 |
| Binary | 1000111 | 10011 | 111100 | 0 | 1001001 | 1111 | 1001000 | 100111001 | 111010 | 10010 |
Color Harmonies of #47133C
Complementary color
Monochromatic Colors of #47133C
Black with #47133C
Text Example
Text Example
White with #47133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47133C; }
p { color: rgb(71,19,60); }
H1.HeaderClassName
{
color: #47133C;
}
.AnyTagClassName
{
color: #47133C;
}
</style>
background-color css
<style>
a { background-color: #47133C; }
a { background-color: rgb(71,19,60); }
div.DivClassName
{
background-color: #47133C;
}
.BgClassName
{
background-color: #47133C;
}
</style>
border-color css
<style>
span { border-color: #47133C; }
span { border-color: rgb(71,19,60); }
td.TdClassName
{
border-color: #47133C;
}
.TagClassName
{
border-color: #47133C;
}
</style>