Shades of Blackberry #470F3B
Tints of Blackberry #470F3B
RGB
CMYK
RGB Variations
Color information
#470F3B (or 0x470F3B) is known color: Blackberry. HEX triplet: 47, 0F and 3B. RGB value is (71,15,59). Sum of RGB (Red+Green+Blue) = 71+15+59=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #470F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470F3B is #B8F0C4. Grayscale: #242424. Windows color (decimal): -12120261 or 3870535. OLE color: 3870535.
HSL color Cylindrical-coordinate representation of color #470F3B: hue angle of 312.86º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #470F3B is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 15 | 59 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.72 |
| HSL | 312.86º | 0.65% | 0.17% | - |
| HSV(B) | 312.86º | 0.79% | 0.28% | - |
| XYZ | 3.56 | 2 | 4.34 | - |
| YUV | 36.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 15 | 59 | 0 | 0.79 | 0.17 | 0.72 | 312.86 | 0.65 | 0.17 |
| Hex | 47 | F | 3B | 0 | 4F | 11 | 48 | 139 | 41 | 11 |
| Octal | 107 | 17 | 73 | 0 | 117 | 21 | 110 | 471 | 101 | 21 |
| Binary | 1000111 | 1111 | 111011 | 0 | 1001111 | 10001 | 1001000 | 100111001 | 1000001 | 10001 |
Color Harmonies of #470F3B
Complementary color
Monochromatic Colors of #470F3B
Black with #470F3B
Text Example
Text Example
White with #470F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470F3B; }
p { color: rgb(71,15,59); }
H1.HeaderClassName
{
color: #470F3B;
}
.AnyTagClassName
{
color: #470F3B;
}
</style>
background-color css
<style>
a { background-color: #470F3B; }
a { background-color: rgb(71,15,59); }
div.DivClassName
{
background-color: #470F3B;
}
.BgClassName
{
background-color: #470F3B;
}
</style>
border-color css
<style>
span { border-color: #470F3B; }
span { border-color: rgb(71,15,59); }
td.TdClassName
{
border-color: #470F3B;
}
.TagClassName
{
border-color: #470F3B;
}
</style>