Shades of Blackberry #470924
Tints of Blackberry #470924
RGB
CMYK
RGB Variations
Color information
#470924 (or 0x470924) is known color: Blackberry. HEX triplet: 47, 09 and 24. RGB value is (71,9,36). Sum of RGB (Red+Green+Blue) = 71+9+36=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #470924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470924 is #B8F6DB. Grayscale: #1E1E1E. Windows color (decimal): -12121820 or 2361671. OLE color: 2361671.
HSL color Cylindrical-coordinate representation of color #470924: hue angle of 333.87º 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 #470924 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 9 | 36 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.72 |
| HSL | 333.87º | 0.78% | 0.16% | - |
| HSV(B) | 333.87º | 0.87% | 0.28% | - |
| XYZ | 3.01 | 1.66 | 1.83 | - |
| YUV | 30.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 36 | 0 | 0.87 | 0.49 | 0.72 | 333.87 | 0.78 | 0.16 |
| Hex | 47 | 9 | 24 | 0 | 57 | 31 | 48 | 14E | 4E | 10 |
| Octal | 107 | 11 | 44 | 0 | 127 | 61 | 110 | 516 | 116 | 20 |
| Binary | 1000111 | 1001 | 100100 | 0 | 1010111 | 110001 | 1001000 | 101001110 | 1001110 | 10000 |
Color Harmonies of #470924
Complementary color
Monochromatic Colors of #470924
Black with #470924
Text Example
Text Example
White with #470924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470924; }
p { color: rgb(71,9,36); }
H1.HeaderClassName
{
color: #470924;
}
.AnyTagClassName
{
color: #470924;
}
</style>
background-color css
<style>
a { background-color: #470924; }
a { background-color: rgb(71,9,36); }
div.DivClassName
{
background-color: #470924;
}
.BgClassName
{
background-color: #470924;
}
</style>
border-color css
<style>
span { border-color: #470924; }
span { border-color: rgb(71,9,36); }
td.TdClassName
{
border-color: #470924;
}
.TagClassName
{
border-color: #470924;
}
</style>