Shades of Blackberry #470D3A
Tints of Blackberry #470D3A
RGB
CMYK
RGB Variations
Color information
#470D3A (or 0x470D3A) is known color: Blackberry. HEX triplet: 47, 0D and 3A. RGB value is (71,13,58). Sum of RGB (Red+Green+Blue) = 71+13+58=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #470D3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D3A is #B8F2C5. Grayscale: #232323. Windows color (decimal): -12120774 or 3804487. OLE color: 3804487.
HSL color Cylindrical-coordinate representation of color #470D3A: hue angle of 313.45º 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 #470D3A is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 13 | 58 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.72 |
| HSL | 313.45º | 0.69% | 0.16% | - |
| HSV(B) | 313.45º | 0.82% | 0.28% | - |
| XYZ | 3.51 | 1.93 | 4.19 | - |
| YUV | 35.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 58 | 0 | 0.82 | 0.18 | 0.72 | 313.45 | 0.69 | 0.16 |
| Hex | 47 | D | 3A | 0 | 52 | 12 | 48 | 139 | 45 | 10 |
| Octal | 107 | 15 | 72 | 0 | 122 | 22 | 110 | 471 | 105 | 20 |
| Binary | 1000111 | 1101 | 111010 | 0 | 1010010 | 10010 | 1001000 | 100111001 | 1000101 | 10000 |
Color Harmonies of #470D3A
Complementary color
Monochromatic Colors of #470D3A
Black with #470D3A
Text Example
Text Example
White with #470D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470D3A; }
p { color: rgb(71,13,58); }
H1.HeaderClassName
{
color: #470D3A;
}
.AnyTagClassName
{
color: #470D3A;
}
</style>
background-color css
<style>
a { background-color: #470D3A; }
a { background-color: rgb(71,13,58); }
div.DivClassName
{
background-color: #470D3A;
}
.BgClassName
{
background-color: #470D3A;
}
</style>
border-color css
<style>
span { border-color: #470D3A; }
span { border-color: rgb(71,13,58); }
td.TdClassName
{
border-color: #470D3A;
}
.TagClassName
{
border-color: #470D3A;
}
</style>