Shades of Blackberry #470D37
Tints of Blackberry #470D37
RGB
CMYK
RGB Variations
Color information
#470D37 (or 0x470D37) is known color: Blackberry. HEX triplet: 47, 0D and 37. RGB value is (71,13,55). Sum of RGB (Red+Green+Blue) = 71+13+55=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #470D37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D37 is #B8F2C8. Grayscale: #232323. Windows color (decimal): -12120777 or 3607879. OLE color: 3607879.
HSL color Cylindrical-coordinate representation of color #470D37: hue angle of 316.55º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #470D37 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 13 | 55 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.72 |
| HSL | 316.55º | 0.69% | 0.16% | - |
| HSV(B) | 316.55º | 0.82% | 0.28% | - |
| XYZ | 3.43 | 1.9 | 3.8 | - |
| YUV | 35.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 55 | 0 | 0.82 | 0.23 | 0.72 | 316.55 | 0.69 | 0.16 |
| Hex | 47 | D | 37 | 0 | 52 | 17 | 48 | 13D | 45 | 10 |
| Octal | 107 | 15 | 67 | 0 | 122 | 27 | 110 | 475 | 105 | 20 |
| Binary | 1000111 | 1101 | 110111 | 0 | 1010010 | 10111 | 1001000 | 100111101 | 1000101 | 10000 |
Color Harmonies of #470D37
Complementary color
Monochromatic Colors of #470D37
Black with #470D37
Text Example
Text Example
White with #470D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470D37; }
p { color: rgb(71,13,55); }
H1.HeaderClassName
{
color: #470D37;
}
.AnyTagClassName
{
color: #470D37;
}
</style>
background-color css
<style>
a { background-color: #470D37; }
a { background-color: rgb(71,13,55); }
div.DivClassName
{
background-color: #470D37;
}
.BgClassName
{
background-color: #470D37;
}
</style>
border-color css
<style>
span { border-color: #470D37; }
span { border-color: rgb(71,13,55); }
td.TdClassName
{
border-color: #470D37;
}
.TagClassName
{
border-color: #470D37;
}
</style>