Shades of Blackberry #471232
Tints of Blackberry #471232
RGB
CMYK
RGB Variations
Color information
#471232 (or 0x471232) is known color: Blackberry. HEX triplet: 47, 12 and 32. RGB value is (71,18,50). Sum of RGB (Red+Green+Blue) = 71+18+50=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #471232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471232 is #B8EDCD. Grayscale: #252525. Windows color (decimal): -12119502 or 3281479. OLE color: 3281479.
HSL color Cylindrical-coordinate representation of color #471232: hue angle of 323.77º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471232 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 18 | 50 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.72 |
| HSL | 323.77º | 0.6% | 0.17% | - |
| HSV(B) | 323.77º | 0.75% | 0.28% | - |
| XYZ | 3.39 | 2 | 3.23 | - |
| YUV | 37.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 50 | 0 | 0.75 | 0.30 | 0.72 | 323.77 | 0.6 | 0.17 |
| Hex | 47 | 12 | 32 | 0 | 4B | 1E | 48 | 144 | 3C | 11 |
| Octal | 107 | 22 | 62 | 0 | 113 | 36 | 110 | 504 | 74 | 21 |
| Binary | 1000111 | 10010 | 110010 | 0 | 1001011 | 11110 | 1001000 | 101000100 | 111100 | 10001 |
Color Harmonies of #471232
Complementary color
Monochromatic Colors of #471232
Black with #471232
Text Example
Text Example
White with #471232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471232; }
p { color: rgb(71,18,50); }
H1.HeaderClassName
{
color: #471232;
}
.AnyTagClassName
{
color: #471232;
}
</style>
background-color css
<style>
a { background-color: #471232; }
a { background-color: rgb(71,18,50); }
div.DivClassName
{
background-color: #471232;
}
.BgClassName
{
background-color: #471232;
}
</style>
border-color css
<style>
span { border-color: #471232; }
span { border-color: rgb(71,18,50); }
td.TdClassName
{
border-color: #471232;
}
.TagClassName
{
border-color: #471232;
}
</style>