Shades of Blackberry #471C34
Tints of Blackberry #471C34
RGB
CMYK
RGB Variations
Color information
#471C34 (or 0x471C34) is known color: Blackberry. HEX triplet: 47, 1C and 34. RGB value is (71,28,52). Sum of RGB (Red+Green+Blue) = 71+28+52=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #471C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C34 is #B8E3CB. Grayscale: #2B2B2B. Windows color (decimal): -12116940 or 3415111. OLE color: 3415111.
HSL color Cylindrical-coordinate representation of color #471C34: hue angle of 326.51º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #471C34 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 52 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.72 |
| HSL | 326.51º | 0.43% | 0.19% | - |
| HSV(B) | 326.51º | 0.61% | 0.28% | - |
| XYZ | 3.63 | 2.42 | 3.52 | - |
| YUV | 43.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 52 | 0 | 0.61 | 0.27 | 0.72 | 326.51 | 0.43 | 0.19 |
| Hex | 47 | 1C | 34 | 0 | 3D | 1B | 48 | 147 | 2B | 13 |
| Octal | 107 | 34 | 64 | 0 | 75 | 33 | 110 | 507 | 53 | 23 |
| Binary | 1000111 | 11100 | 110100 | 0 | 111101 | 11011 | 1001000 | 101000111 | 101011 | 10011 |
Color Harmonies of #471C34
Complementary color
Monochromatic Colors of #471C34
Black with #471C34
Text Example
Text Example
White with #471C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C34; }
p { color: rgb(71,28,52); }
H1.HeaderClassName
{
color: #471C34;
}
.AnyTagClassName
{
color: #471C34;
}
</style>
background-color css
<style>
a { background-color: #471C34; }
a { background-color: rgb(71,28,52); }
div.DivClassName
{
background-color: #471C34;
}
.BgClassName
{
background-color: #471C34;
}
</style>
border-color css
<style>
span { border-color: #471C34; }
span { border-color: rgb(71,28,52); }
td.TdClassName
{
border-color: #471C34;
}
.TagClassName
{
border-color: #471C34;
}
</style>