Shades of Blackberry #470927
Tints of Blackberry #470927
RGB
CMYK
RGB Variations
Color information
#470927 (or 0x470927) is known color: Blackberry. HEX triplet: 47, 09 and 27. RGB value is (71,9,39). Sum of RGB (Red+Green+Blue) = 71+9+39=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #470927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470927 is #B8F6D8. Grayscale: #1E1E1E. Windows color (decimal): -12121817 or 2558279. OLE color: 2558279.
HSL color Cylindrical-coordinate representation of color #470927: hue angle of 330.97º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #470927 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 9 | 39 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.72 |
| HSL | 330.97º | 0.78% | 0.16% | - |
| HSV(B) | 330.97º | 0.87% | 0.28% | - |
| XYZ | 3.06 | 1.68 | 2.08 | - |
| YUV | 30.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 39 | 0 | 0.87 | 0.45 | 0.72 | 330.97 | 0.78 | 0.16 |
| Hex | 47 | 9 | 27 | 0 | 57 | 2D | 48 | 14B | 4E | 10 |
| Octal | 107 | 11 | 47 | 0 | 127 | 55 | 110 | 513 | 116 | 20 |
| Binary | 1000111 | 1001 | 100111 | 0 | 1010111 | 101101 | 1001000 | 101001011 | 1001110 | 10000 |
Color Harmonies of #470927
Complementary color
Monochromatic Colors of #470927
Black with #470927
Text Example
Text Example
White with #470927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470927; }
p { color: rgb(71,9,39); }
H1.HeaderClassName
{
color: #470927;
}
.AnyTagClassName
{
color: #470927;
}
</style>
background-color css
<style>
a { background-color: #470927; }
a { background-color: rgb(71,9,39); }
div.DivClassName
{
background-color: #470927;
}
.BgClassName
{
background-color: #470927;
}
</style>
border-color css
<style>
span { border-color: #470927; }
span { border-color: rgb(71,9,39); }
td.TdClassName
{
border-color: #470927;
}
.TagClassName
{
border-color: #470927;
}
</style>