Shades of Blackberry #470C3A
Tints of Blackberry #470C3A
RGB
CMYK
RGB Variations
Color information
#470C3A (or 0x470C3A) is known color: Blackberry. HEX triplet: 47, 0C and 3A. RGB value is (71,12,58). Sum of RGB (Red+Green+Blue) = 71+12+58=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #470C3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C3A is #B8F3C5. Grayscale: #222222. Windows color (decimal): -12121030 or 3804231. OLE color: 3804231.
HSL color Cylindrical-coordinate representation of color #470C3A: hue angle of 313.22º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #470C3A is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 58 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.72 |
| HSL | 313.22º | 0.71% | 0.16% | - |
| HSV(B) | 313.22º | 0.83% | 0.28% | - |
| XYZ | 3.49 | 1.91 | 4.19 | - |
| YUV | 34.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 58 | 0 | 0.83 | 0.18 | 0.72 | 313.22 | 0.71 | 0.16 |
| Hex | 47 | C | 3A | 0 | 53 | 12 | 48 | 139 | 47 | 10 |
| Octal | 107 | 14 | 72 | 0 | 123 | 22 | 110 | 471 | 107 | 20 |
| Binary | 1000111 | 1100 | 111010 | 0 | 1010011 | 10010 | 1001000 | 100111001 | 1000111 | 10000 |
Color Harmonies of #470C3A
Complementary color
Monochromatic Colors of #470C3A
Black with #470C3A
Text Example
Text Example
White with #470C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C3A; }
p { color: rgb(71,12,58); }
H1.HeaderClassName
{
color: #470C3A;
}
.AnyTagClassName
{
color: #470C3A;
}
</style>
background-color css
<style>
a { background-color: #470C3A; }
a { background-color: rgb(71,12,58); }
div.DivClassName
{
background-color: #470C3A;
}
.BgClassName
{
background-color: #470C3A;
}
</style>
border-color css
<style>
span { border-color: #470C3A; }
span { border-color: rgb(71,12,58); }
td.TdClassName
{
border-color: #470C3A;
}
.TagClassName
{
border-color: #470C3A;
}
</style>