Shades of Blackberry #47172D
Tints of Blackberry #47172D
RGB
CMYK
RGB Variations
Color information
#47172D (or 0x47172D) is known color: Blackberry. HEX triplet: 47, 17 and 2D. RGB value is (71,23,45). Sum of RGB (Red+Green+Blue) = 71+23+45=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47172D is #B8E8D2. Grayscale: #272727. Windows color (decimal): -12118227 or 2955079. OLE color: 2955079.
HSL color Cylindrical-coordinate representation of color #47172D: hue angle of 332.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 #47172D is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 23 | 45 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.72 |
| HSL | 332.5º | 0.51% | 0.18% | - |
| HSV(B) | 332.5º | 0.68% | 0.28% | - |
| XYZ | 3.38 | 2.14 | 2.72 | - |
| YUV | 39.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 45 | 0 | 0.68 | 0.37 | 0.72 | 332.5 | 0.51 | 0.18 |
| Hex | 47 | 17 | 2D | 0 | 44 | 25 | 48 | 14C | 33 | 12 |
| Octal | 107 | 27 | 55 | 0 | 104 | 45 | 110 | 514 | 63 | 22 |
| Binary | 1000111 | 10111 | 101101 | 0 | 1000100 | 100101 | 1001000 | 101001100 | 110011 | 10010 |
Color Harmonies of #47172D
Complementary color
Monochromatic Colors of #47172D
Black with #47172D
Text Example
Text Example
White with #47172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47172D; }
p { color: rgb(71,23,45); }
H1.HeaderClassName
{
color: #47172D;
}
.AnyTagClassName
{
color: #47172D;
}
</style>
background-color css
<style>
a { background-color: #47172D; }
a { background-color: rgb(71,23,45); }
div.DivClassName
{
background-color: #47172D;
}
.BgClassName
{
background-color: #47172D;
}
</style>
border-color css
<style>
span { border-color: #47172D; }
span { border-color: rgb(71,23,45); }
td.TdClassName
{
border-color: #47172D;
}
.TagClassName
{
border-color: #47172D;
}
</style>