Shades of Blackberry #470C29
Tints of Blackberry #470C29
RGB
CMYK
RGB Variations
Color information
#470C29 (or 0x470C29) is known color: Blackberry. HEX triplet: 47, 0C and 29. RGB value is (71,12,41). Sum of RGB (Red+Green+Blue) = 71+12+41=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #470C29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C29 is #B8F3D6. Grayscale: #202020. Windows color (decimal): -12121047 or 2690119. OLE color: 2690119.
HSL color Cylindrical-coordinate representation of color #470C29: hue angle of 330.51º 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 #470C29 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 41 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.72 |
| HSL | 330.51º | 0.71% | 0.16% | - |
| HSV(B) | 330.51º | 0.83% | 0.28% | - |
| XYZ | 3.13 | 1.76 | 2.27 | - |
| YUV | 32.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 41 | 0 | 0.83 | 0.42 | 0.72 | 330.51 | 0.71 | 0.16 |
| Hex | 47 | C | 29 | 0 | 53 | 2A | 48 | 14B | 47 | 10 |
| Octal | 107 | 14 | 51 | 0 | 123 | 52 | 110 | 513 | 107 | 20 |
| Binary | 1000111 | 1100 | 101001 | 0 | 1010011 | 101010 | 1001000 | 101001011 | 1000111 | 10000 |
Color Harmonies of #470C29
Complementary color
Monochromatic Colors of #470C29
Black with #470C29
Text Example
Text Example
White with #470C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C29; }
p { color: rgb(71,12,41); }
H1.HeaderClassName
{
color: #470C29;
}
.AnyTagClassName
{
color: #470C29;
}
</style>
background-color css
<style>
a { background-color: #470C29; }
a { background-color: rgb(71,12,41); }
div.DivClassName
{
background-color: #470C29;
}
.BgClassName
{
background-color: #470C29;
}
</style>
border-color css
<style>
span { border-color: #470C29; }
span { border-color: rgb(71,12,41); }
td.TdClassName
{
border-color: #470C29;
}
.TagClassName
{
border-color: #470C29;
}
</style>