Shades of Blackberry #470C36
Tints of Blackberry #470C36
RGB
CMYK
RGB Variations
Color information
#470C36 (or 0x470C36) is known color: Blackberry. HEX triplet: 47, 0C and 36. RGB value is (71,12,54). Sum of RGB (Red+Green+Blue) = 71+12+54=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #470C36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C36 is #B8F3C9. Grayscale: #222222. Windows color (decimal): -12121034 or 3542087. OLE color: 3542087.
HSL color Cylindrical-coordinate representation of color #470C36: hue angle of 317.29º 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 #470C36 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 54 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.72 |
| HSL | 317.29º | 0.71% | 0.16% | - |
| HSV(B) | 317.29º | 0.83% | 0.28% | - |
| XYZ | 3.4 | 1.87 | 3.67 | - |
| YUV | 34.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 54 | 0 | 0.83 | 0.24 | 0.72 | 317.29 | 0.71 | 0.16 |
| Hex | 47 | C | 36 | 0 | 53 | 18 | 48 | 13D | 47 | 10 |
| Octal | 107 | 14 | 66 | 0 | 123 | 30 | 110 | 475 | 107 | 20 |
| Binary | 1000111 | 1100 | 110110 | 0 | 1010011 | 11000 | 1001000 | 100111101 | 1000111 | 10000 |
Color Harmonies of #470C36
Complementary color
Monochromatic Colors of #470C36
Black with #470C36
Text Example
Text Example
White with #470C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C36; }
p { color: rgb(71,12,54); }
H1.HeaderClassName
{
color: #470C36;
}
.AnyTagClassName
{
color: #470C36;
}
</style>
background-color css
<style>
a { background-color: #470C36; }
a { background-color: rgb(71,12,54); }
div.DivClassName
{
background-color: #470C36;
}
.BgClassName
{
background-color: #470C36;
}
</style>
border-color css
<style>
span { border-color: #470C36; }
span { border-color: rgb(71,12,54); }
td.TdClassName
{
border-color: #470C36;
}
.TagClassName
{
border-color: #470C36;
}
</style>