Shades of Blackberry #470723
Tints of Blackberry #470723
RGB
CMYK
RGB Variations
Color information
#470723 (or 0x470723) is known color: Blackberry. HEX triplet: 47, 07 and 23. RGB value is (71,7,35). Sum of RGB (Red+Green+Blue) = 71+7+35=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #470723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470723 is #B8F8DC. Grayscale: #1D1D1D. Windows color (decimal): -12122333 or 2295623. OLE color: 2295623.
HSL color Cylindrical-coordinate representation of color #470723: hue angle of 333.75º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470723 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 7 | 35 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.72 |
| HSL | 333.75º | 0.82% | 0.15% | - |
| HSV(B) | 333.75º | 0.9% | 0.28% | - |
| XYZ | 2.98 | 1.61 | 1.74 | - |
| YUV | 29.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 35 | 0 | 0.90 | 0.51 | 0.72 | 333.75 | 0.82 | 0.15 |
| Hex | 47 | 7 | 23 | 0 | 5A | 33 | 48 | 14E | 52 | F |
| Octal | 107 | 7 | 43 | 0 | 132 | 63 | 110 | 516 | 122 | 17 |
| Binary | 1000111 | 111 | 100011 | 0 | 1011010 | 110011 | 1001000 | 101001110 | 1010010 | 1111 |
Color Harmonies of #470723
Complementary color
Monochromatic Colors of #470723
Black with #470723
Text Example
Text Example
White with #470723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470723; }
p { color: rgb(71,7,35); }
H1.HeaderClassName
{
color: #470723;
}
.AnyTagClassName
{
color: #470723;
}
</style>
background-color css
<style>
a { background-color: #470723; }
a { background-color: rgb(71,7,35); }
div.DivClassName
{
background-color: #470723;
}
.BgClassName
{
background-color: #470723;
}
</style>
border-color css
<style>
span { border-color: #470723; }
span { border-color: rgb(71,7,35); }
td.TdClassName
{
border-color: #470723;
}
.TagClassName
{
border-color: #470723;
}
</style>