Shades of Blackberry #470D2B
Tints of Blackberry #470D2B
RGB
CMYK
RGB Variations
Color information
#470D2B (or 0x470D2B) is known color: Blackberry. HEX triplet: 47, 0D and 2B. RGB value is (71,13,43). Sum of RGB (Red+Green+Blue) = 71+13+43=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #470D2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D2B is #B8F2D4. Grayscale: #212121. Windows color (decimal): -12120789 or 2821447. OLE color: 2821447.
HSL color Cylindrical-coordinate representation of color #470D2B: hue angle of 328.97º 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 #470D2B is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 13 | 43 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.72 |
| HSL | 328.97º | 0.69% | 0.16% | - |
| HSV(B) | 328.97º | 0.82% | 0.28% | - |
| XYZ | 3.18 | 1.8 | 2.47 | - |
| YUV | 33.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 43 | 0 | 0.82 | 0.39 | 0.72 | 328.97 | 0.69 | 0.16 |
| Hex | 47 | D | 2B | 0 | 52 | 27 | 48 | 149 | 45 | 10 |
| Octal | 107 | 15 | 53 | 0 | 122 | 47 | 110 | 511 | 105 | 20 |
| Binary | 1000111 | 1101 | 101011 | 0 | 1010010 | 100111 | 1001000 | 101001001 | 1000101 | 10000 |
Color Harmonies of #470D2B
Complementary color
Monochromatic Colors of #470D2B
Black with #470D2B
Text Example
Text Example
White with #470D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470D2B; }
p { color: rgb(71,13,43); }
H1.HeaderClassName
{
color: #470D2B;
}
.AnyTagClassName
{
color: #470D2B;
}
</style>
background-color css
<style>
a { background-color: #470D2B; }
a { background-color: rgb(71,13,43); }
div.DivClassName
{
background-color: #470D2B;
}
.BgClassName
{
background-color: #470D2B;
}
</style>
border-color css
<style>
span { border-color: #470D2B; }
span { border-color: rgb(71,13,43); }
td.TdClassName
{
border-color: #470D2B;
}
.TagClassName
{
border-color: #470D2B;
}
</style>