Shades of Blackberry #470C3C
Tints of Blackberry #470C3C
RGB
CMYK
RGB Variations
Color information
#470C3C (or 0x470C3C) is known color: Blackberry. HEX triplet: 47, 0C and 3C. RGB value is (71,12,60). Sum of RGB (Red+Green+Blue) = 71+12+60=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #470C3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C3C is #B8F3C3. Grayscale: #222222. Windows color (decimal): -12121028 or 3935303. OLE color: 3935303.
HSL color Cylindrical-coordinate representation of color #470C3C: hue angle of 311.19º 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 #470C3C is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 60 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.72 |
| HSL | 311.19º | 0.71% | 0.16% | - |
| HSV(B) | 311.19º | 0.83% | 0.28% | - |
| XYZ | 3.55 | 1.93 | 4.46 | - |
| YUV | 35.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 60 | 0 | 0.83 | 0.15 | 0.72 | 311.19 | 0.71 | 0.16 |
| Hex | 47 | C | 3C | 0 | 53 | F | 48 | 137 | 47 | 10 |
| Octal | 107 | 14 | 74 | 0 | 123 | 17 | 110 | 467 | 107 | 20 |
| Binary | 1000111 | 1100 | 111100 | 0 | 1010011 | 1111 | 1001000 | 100110111 | 1000111 | 10000 |
Color Harmonies of #470C3C
Complementary color
Monochromatic Colors of #470C3C
Black with #470C3C
Text Example
Text Example
White with #470C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C3C; }
p { color: rgb(71,12,60); }
H1.HeaderClassName
{
color: #470C3C;
}
.AnyTagClassName
{
color: #470C3C;
}
</style>
background-color css
<style>
a { background-color: #470C3C; }
a { background-color: rgb(71,12,60); }
div.DivClassName
{
background-color: #470C3C;
}
.BgClassName
{
background-color: #470C3C;
}
</style>
border-color css
<style>
span { border-color: #470C3C; }
span { border-color: rgb(71,12,60); }
td.TdClassName
{
border-color: #470C3C;
}
.TagClassName
{
border-color: #470C3C;
}
</style>