Shades of Blackberry #470C2C
Tints of Blackberry #470C2C
RGB
CMYK
RGB Variations
Color information
#470C2C (or 0x470C2C) is known color: Blackberry. HEX triplet: 47, 0C and 2C. RGB value is (71,12,44). Sum of RGB (Red+Green+Blue) = 71+12+44=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #470C2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C2C is #B8F3D3. Grayscale: #212121. Windows color (decimal): -12121044 or 2886727. OLE color: 2886727.
HSL color Cylindrical-coordinate representation of color #470C2C: hue angle of 327.46º 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 #470C2C is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 44 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.72 |
| HSL | 327.46º | 0.71% | 0.16% | - |
| HSV(B) | 327.46º | 0.83% | 0.28% | - |
| XYZ | 3.18 | 1.78 | 2.56 | - |
| YUV | 33.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 44 | 0 | 0.83 | 0.38 | 0.72 | 327.46 | 0.71 | 0.16 |
| Hex | 47 | C | 2C | 0 | 53 | 26 | 48 | 147 | 47 | 10 |
| Octal | 107 | 14 | 54 | 0 | 123 | 46 | 110 | 507 | 107 | 20 |
| Binary | 1000111 | 1100 | 101100 | 0 | 1010011 | 100110 | 1001000 | 101000111 | 1000111 | 10000 |
Color Harmonies of #470C2C
Complementary color
Monochromatic Colors of #470C2C
Black with #470C2C
Text Example
Text Example
White with #470C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C2C; }
p { color: rgb(71,12,44); }
H1.HeaderClassName
{
color: #470C2C;
}
.AnyTagClassName
{
color: #470C2C;
}
</style>
background-color css
<style>
a { background-color: #470C2C; }
a { background-color: rgb(71,12,44); }
div.DivClassName
{
background-color: #470C2C;
}
.BgClassName
{
background-color: #470C2C;
}
</style>
border-color css
<style>
span { border-color: #470C2C; }
span { border-color: rgb(71,12,44); }
td.TdClassName
{
border-color: #470C2C;
}
.TagClassName
{
border-color: #470C2C;
}
</style>