Shades of Blackberry #470C38
Tints of Blackberry #470C38
RGB
CMYK
RGB Variations
Color information
#470C38 (or 0x470C38) is known color: Blackberry. HEX triplet: 47, 0C and 38. RGB value is (71,12,56). Sum of RGB (Red+Green+Blue) = 71+12+56=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #470C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C38 is #B8F3C7. Grayscale: #222222. Windows color (decimal): -12121032 or 3673159. OLE color: 3673159.
HSL color Cylindrical-coordinate representation of color #470C38: hue angle of 315.25º 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 #470C38 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 56 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.72 |
| HSL | 315.25º | 0.71% | 0.16% | - |
| HSV(B) | 315.25º | 0.83% | 0.28% | - |
| XYZ | 3.44 | 1.89 | 3.92 | - |
| YUV | 34.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 56 | 0 | 0.83 | 0.21 | 0.72 | 315.25 | 0.71 | 0.16 |
| Hex | 47 | C | 38 | 0 | 53 | 15 | 48 | 13B | 47 | 10 |
| Octal | 107 | 14 | 70 | 0 | 123 | 25 | 110 | 473 | 107 | 20 |
| Binary | 1000111 | 1100 | 111000 | 0 | 1010011 | 10101 | 1001000 | 100111011 | 1000111 | 10000 |
Color Harmonies of #470C38
Complementary color
Monochromatic Colors of #470C38
Black with #470C38
Text Example
Text Example
White with #470C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C38; }
p { color: rgb(71,12,56); }
H1.HeaderClassName
{
color: #470C38;
}
.AnyTagClassName
{
color: #470C38;
}
</style>
background-color css
<style>
a { background-color: #470C38; }
a { background-color: rgb(71,12,56); }
div.DivClassName
{
background-color: #470C38;
}
.BgClassName
{
background-color: #470C38;
}
</style>
border-color css
<style>
span { border-color: #470C38; }
span { border-color: rgb(71,12,56); }
td.TdClassName
{
border-color: #470C38;
}
.TagClassName
{
border-color: #470C38;
}
</style>