Shades of Blackberry #470D29
Tints of Blackberry #470D29
RGB
CMYK
RGB Variations
Color information
#470D29 (or 0x470D29) is known color: Blackberry. HEX triplet: 47, 0D and 29. RGB value is (71,13,41). Sum of RGB (Red+Green+Blue) = 71+13+41=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #470D29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D29 is #B8F2D6. Grayscale: #212121. Windows color (decimal): -12120791 or 2690375. OLE color: 2690375.
HSL color Cylindrical-coordinate representation of color #470D29: hue angle of 331.03º 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 #470D29 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 13 | 41 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.72 |
| HSL | 331.03º | 0.69% | 0.16% | - |
| HSV(B) | 331.03º | 0.82% | 0.28% | - |
| XYZ | 3.14 | 1.79 | 2.28 | - |
| YUV | 33.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 41 | 0 | 0.82 | 0.42 | 0.72 | 331.03 | 0.69 | 0.16 |
| Hex | 47 | D | 29 | 0 | 52 | 2A | 48 | 14B | 45 | 10 |
| Octal | 107 | 15 | 51 | 0 | 122 | 52 | 110 | 513 | 105 | 20 |
| Binary | 1000111 | 1101 | 101001 | 0 | 1010010 | 101010 | 1001000 | 101001011 | 1000101 | 10000 |
Color Harmonies of #470D29
Complementary color
Monochromatic Colors of #470D29
Black with #470D29
Text Example
Text Example
White with #470D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470D29; }
p { color: rgb(71,13,41); }
H1.HeaderClassName
{
color: #470D29;
}
.AnyTagClassName
{
color: #470D29;
}
</style>
background-color css
<style>
a { background-color: #470D29; }
a { background-color: rgb(71,13,41); }
div.DivClassName
{
background-color: #470D29;
}
.BgClassName
{
background-color: #470D29;
}
</style>
border-color css
<style>
span { border-color: #470D29; }
span { border-color: rgb(71,13,41); }
td.TdClassName
{
border-color: #470D29;
}
.TagClassName
{
border-color: #470D29;
}
</style>