Shades of Blackberry #47173D
Tints of Blackberry #47173D
RGB
CMYK
RGB Variations
Color information
#47173D (or 0x47173D) is known color: Blackberry. HEX triplet: 47, 17 and 3D. RGB value is (71,23,61). Sum of RGB (Red+Green+Blue) = 71+23+61=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47173D is #B8E8C2. Grayscale: #292929. Windows color (decimal): -12118211 or 4003655. OLE color: 4003655.
HSL color Cylindrical-coordinate representation of color #47173D: hue angle of 312.5º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47173D is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 23 | 61 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.72 |
| HSL | 312.5º | 0.51% | 0.18% | - |
| HSV(B) | 312.5º | 0.68% | 0.28% | - |
| XYZ | 3.75 | 2.29 | 4.66 | - |
| YUV | 41.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 61 | 0 | 0.68 | 0.14 | 0.72 | 312.5 | 0.51 | 0.18 |
| Hex | 47 | 17 | 3D | 0 | 44 | E | 48 | 138 | 33 | 12 |
| Octal | 107 | 27 | 75 | 0 | 104 | 16 | 110 | 470 | 63 | 22 |
| Binary | 1000111 | 10111 | 111101 | 0 | 1000100 | 1110 | 1001000 | 100111000 | 110011 | 10010 |
Color Harmonies of #47173D
Complementary color
Monochromatic Colors of #47173D
Black with #47173D
Text Example
Text Example
White with #47173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47173D; }
p { color: rgb(71,23,61); }
H1.HeaderClassName
{
color: #47173D;
}
.AnyTagClassName
{
color: #47173D;
}
</style>
background-color css
<style>
a { background-color: #47173D; }
a { background-color: rgb(71,23,61); }
div.DivClassName
{
background-color: #47173D;
}
.BgClassName
{
background-color: #47173D;
}
</style>
border-color css
<style>
span { border-color: #47173D; }
span { border-color: rgb(71,23,61); }
td.TdClassName
{
border-color: #47173D;
}
.TagClassName
{
border-color: #47173D;
}
</style>