Shades of Blackberry #470D2D
Tints of Blackberry #470D2D
RGB
CMYK
RGB Variations
Color information
#470D2D (or 0x470D2D) is known color: Blackberry. HEX triplet: 47, 0D and 2D. RGB value is (71,13,45). Sum of RGB (Red+Green+Blue) = 71+13+45=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #470D2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D2D is #B8F2D2. Grayscale: #212121. Windows color (decimal): -12120787 or 2952519. OLE color: 2952519.
HSL color Cylindrical-coordinate representation of color #470D2D: hue angle of 326.9º 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 #470D2D is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 13 | 45 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.72 |
| HSL | 326.9º | 0.69% | 0.16% | - |
| HSV(B) | 326.9º | 0.82% | 0.28% | - |
| XYZ | 3.22 | 1.82 | 2.66 | - |
| YUV | 33.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 45 | 0 | 0.82 | 0.37 | 0.72 | 326.9 | 0.69 | 0.16 |
| Hex | 47 | D | 2D | 0 | 52 | 25 | 48 | 147 | 45 | 10 |
| Octal | 107 | 15 | 55 | 0 | 122 | 45 | 110 | 507 | 105 | 20 |
| Binary | 1000111 | 1101 | 101101 | 0 | 1010010 | 100101 | 1001000 | 101000111 | 1000101 | 10000 |
Color Harmonies of #470D2D
Complementary color
Monochromatic Colors of #470D2D
Black with #470D2D
Text Example
Text Example
White with #470D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470D2D; }
p { color: rgb(71,13,45); }
H1.HeaderClassName
{
color: #470D2D;
}
.AnyTagClassName
{
color: #470D2D;
}
</style>
background-color css
<style>
a { background-color: #470D2D; }
a { background-color: rgb(71,13,45); }
div.DivClassName
{
background-color: #470D2D;
}
.BgClassName
{
background-color: #470D2D;
}
</style>
border-color css
<style>
span { border-color: #470D2D; }
span { border-color: rgb(71,13,45); }
td.TdClassName
{
border-color: #470D2D;
}
.TagClassName
{
border-color: #470D2D;
}
</style>