Shades of Blackberry #470C32
Tints of Blackberry #470C32
RGB
CMYK
RGB Variations
Color information
#470C32 (or 0x470C32) is known color: Blackberry. HEX triplet: 47, 0C and 32. RGB value is (71,12,50). Sum of RGB (Red+Green+Blue) = 71+12+50=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #470C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C32 is #B8F3CD. Grayscale: #212121. Windows color (decimal): -12121038 or 3279943. OLE color: 3279943.
HSL color Cylindrical-coordinate representation of color #470C32: hue angle of 321.36º 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 #470C32 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 50 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.72 |
| HSL | 321.36º | 0.71% | 0.16% | - |
| HSV(B) | 321.36º | 0.83% | 0.28% | - |
| XYZ | 3.31 | 1.83 | 3.2 | - |
| YUV | 33.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 50 | 0 | 0.83 | 0.30 | 0.72 | 321.36 | 0.71 | 0.16 |
| Hex | 47 | C | 32 | 0 | 53 | 1E | 48 | 141 | 47 | 10 |
| Octal | 107 | 14 | 62 | 0 | 123 | 36 | 110 | 501 | 107 | 20 |
| Binary | 1000111 | 1100 | 110010 | 0 | 1010011 | 11110 | 1001000 | 101000001 | 1000111 | 10000 |
Color Harmonies of #470C32
Complementary color
Monochromatic Colors of #470C32
Black with #470C32
Text Example
Text Example
White with #470C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C32; }
p { color: rgb(71,12,50); }
H1.HeaderClassName
{
color: #470C32;
}
.AnyTagClassName
{
color: #470C32;
}
</style>
background-color css
<style>
a { background-color: #470C32; }
a { background-color: rgb(71,12,50); }
div.DivClassName
{
background-color: #470C32;
}
.BgClassName
{
background-color: #470C32;
}
</style>
border-color css
<style>
span { border-color: #470C32; }
span { border-color: rgb(71,12,50); }
td.TdClassName
{
border-color: #470C32;
}
.TagClassName
{
border-color: #470C32;
}
</style>