Shades of Blackberry #47172A
Tints of Blackberry #47172A
RGB
CMYK
RGB Variations
Color information
#47172A (or 0x47172A) is known color: Blackberry. HEX triplet: 47, 17 and 2A. RGB value is (71,23,42). Sum of RGB (Red+Green+Blue) = 71+23+42=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47172A is #B8E8D5. Grayscale: #272727. Windows color (decimal): -12118230 or 2758471. OLE color: 2758471.
HSL color Cylindrical-coordinate representation of color #47172A: hue angle of 336.25º 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 #47172A is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 23 | 42 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.72 |
| HSL | 336.25º | 0.51% | 0.18% | - |
| HSV(B) | 336.25º | 0.68% | 0.28% | - |
| XYZ | 3.32 | 2.12 | 2.42 | - |
| YUV | 39.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 42 | 0 | 0.68 | 0.41 | 0.72 | 336.25 | 0.51 | 0.18 |
| Hex | 47 | 17 | 2A | 0 | 44 | 29 | 48 | 150 | 33 | 12 |
| Octal | 107 | 27 | 52 | 0 | 104 | 51 | 110 | 520 | 63 | 22 |
| Binary | 1000111 | 10111 | 101010 | 0 | 1000100 | 101001 | 1001000 | 101010000 | 110011 | 10010 |
Color Harmonies of #47172A
Complementary color
Monochromatic Colors of #47172A
Black with #47172A
Text Example
Text Example
White with #47172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47172A; }
p { color: rgb(71,23,42); }
H1.HeaderClassName
{
color: #47172A;
}
.AnyTagClassName
{
color: #47172A;
}
</style>
background-color css
<style>
a { background-color: #47172A; }
a { background-color: rgb(71,23,42); }
div.DivClassName
{
background-color: #47172A;
}
.BgClassName
{
background-color: #47172A;
}
</style>
border-color css
<style>
span { border-color: #47172A; }
span { border-color: rgb(71,23,42); }
td.TdClassName
{
border-color: #47172A;
}
.TagClassName
{
border-color: #47172A;
}
</style>