Shades of Blackberry #470C22
Tints of Blackberry #470C22
RGB
CMYK
RGB Variations
Color information
#470C22 (or 0x470C22) is known color: Blackberry. HEX triplet: 47, 0C and 22. RGB value is (71,12,34). Sum of RGB (Red+Green+Blue) = 71+12+34=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 34 (13.67% from 255 or 29.06% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #470C22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C22 is #B8F3DD. Grayscale: #202020. Windows color (decimal): -12121054 or 2231367. OLE color: 2231367.
HSL color Cylindrical-coordinate representation of color #470C22: hue angle of 337.63º 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 #470C22 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 34 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.72 |
| HSL | 337.63º | 0.71% | 0.16% | - |
| HSV(B) | 337.63º | 0.83% | 0.28% | - |
| XYZ | 3.02 | 1.72 | 1.69 | - |
| YUV | 32.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 34 | 0 | 0.83 | 0.52 | 0.72 | 337.63 | 0.71 | 0.16 |
| Hex | 47 | C | 22 | 0 | 53 | 34 | 48 | 152 | 47 | 10 |
| Octal | 107 | 14 | 42 | 0 | 123 | 64 | 110 | 522 | 107 | 20 |
| Binary | 1000111 | 1100 | 100010 | 0 | 1010011 | 110100 | 1001000 | 101010010 | 1000111 | 10000 |
Color Harmonies of #470C22
Complementary color
Monochromatic Colors of #470C22
Black with #470C22
Text Example
Text Example
White with #470C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C22; }
p { color: rgb(71,12,34); }
H1.HeaderClassName
{
color: #470C22;
}
.AnyTagClassName
{
color: #470C22;
}
</style>
background-color css
<style>
a { background-color: #470C22; }
a { background-color: rgb(71,12,34); }
div.DivClassName
{
background-color: #470C22;
}
.BgClassName
{
background-color: #470C22;
}
</style>
border-color css
<style>
span { border-color: #470C22; }
span { border-color: rgb(71,12,34); }
td.TdClassName
{
border-color: #470C22;
}
.TagClassName
{
border-color: #470C22;
}
</style>