Shades of Blackberry #471733
Tints of Blackberry #471733
RGB
CMYK
RGB Variations
Color information
#471733 (or 0x471733) is known color: Blackberry. HEX triplet: 47, 17 and 33. RGB value is (71,23,51). Sum of RGB (Red+Green+Blue) = 71+23+51=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #471733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471733 is #B8E8CC. Grayscale: #282828. Windows color (decimal): -12118221 or 3348295. OLE color: 3348295.
HSL color Cylindrical-coordinate representation of color #471733: hue angle of 325º 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 #471733 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 23 | 51 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.72 |
| HSL | 325º | 0.51% | 0.18% | - |
| HSV(B) | 325º | 0.68% | 0.28% | - |
| XYZ | 3.5 | 2.19 | 3.37 | - |
| YUV | 40.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 51 | 0 | 0.68 | 0.28 | 0.72 | 325 | 0.51 | 0.18 |
| Hex | 47 | 17 | 33 | 0 | 44 | 1C | 48 | 145 | 33 | 12 |
| Octal | 107 | 27 | 63 | 0 | 104 | 34 | 110 | 505 | 63 | 22 |
| Binary | 1000111 | 10111 | 110011 | 0 | 1000100 | 11100 | 1001000 | 101000101 | 110011 | 10010 |
Color Harmonies of #471733
Complementary color
Monochromatic Colors of #471733
Black with #471733
Text Example
Text Example
White with #471733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471733; }
p { color: rgb(71,23,51); }
H1.HeaderClassName
{
color: #471733;
}
.AnyTagClassName
{
color: #471733;
}
</style>
background-color css
<style>
a { background-color: #471733; }
a { background-color: rgb(71,23,51); }
div.DivClassName
{
background-color: #471733;
}
.BgClassName
{
background-color: #471733;
}
</style>
border-color css
<style>
span { border-color: #471733; }
span { border-color: rgb(71,23,51); }
td.TdClassName
{
border-color: #471733;
}
.TagClassName
{
border-color: #471733;
}
</style>