Shades of Blackberry #470C2B
Tints of Blackberry #470C2B
RGB
CMYK
RGB Variations
Color information
#470C2B (or 0x470C2B) is known color: Blackberry. HEX triplet: 47, 0C and 2B. RGB value is (71,12,43). Sum of RGB (Red+Green+Blue) = 71+12+43=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #470C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C2B is #B8F3D4. Grayscale: #212121. Windows color (decimal): -12121045 or 2821191. OLE color: 2821191.
HSL color Cylindrical-coordinate representation of color #470C2B: hue angle of 328.47º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #470C2B is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 43 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.72 |
| HSL | 328.47º | 0.71% | 0.16% | - |
| HSV(B) | 328.47º | 0.83% | 0.28% | - |
| XYZ | 3.17 | 1.78 | 2.46 | - |
| YUV | 33.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 43 | 0 | 0.83 | 0.39 | 0.72 | 328.47 | 0.71 | 0.16 |
| Hex | 47 | C | 2B | 0 | 53 | 27 | 48 | 148 | 47 | 10 |
| Octal | 107 | 14 | 53 | 0 | 123 | 47 | 110 | 510 | 107 | 20 |
| Binary | 1000111 | 1100 | 101011 | 0 | 1010011 | 100111 | 1001000 | 101001000 | 1000111 | 10000 |
Color Harmonies of #470C2B
Complementary color
Monochromatic Colors of #470C2B
Black with #470C2B
Text Example
Text Example
White with #470C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C2B; }
p { color: rgb(71,12,43); }
H1.HeaderClassName
{
color: #470C2B;
}
.AnyTagClassName
{
color: #470C2B;
}
</style>
background-color css
<style>
a { background-color: #470C2B; }
a { background-color: rgb(71,12,43); }
div.DivClassName
{
background-color: #470C2B;
}
.BgClassName
{
background-color: #470C2B;
}
</style>
border-color css
<style>
span { border-color: #470C2B; }
span { border-color: rgb(71,12,43); }
td.TdClassName
{
border-color: #470C2B;
}
.TagClassName
{
border-color: #470C2B;
}
</style>