Shades of Blackberry #490723
Tints of Blackberry #490723
RGB
CMYK
RGB Variations
Color information
#490723 (or 0x490723) is known color: Blackberry. HEX triplet: 49, 07 and 23. RGB value is (73,7,35). Sum of RGB (Red+Green+Blue) = 73+7+35=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #490723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490723 is #B6F8DC. Grayscale: #1D1D1D. Windows color (decimal): -11991261 or 2295625. OLE color: 2295625.
HSL color Cylindrical-coordinate representation of color #490723: hue angle of 334.55º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490723 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 35 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.71 |
| HSL | 334.55º | 0.83% | 0.16% | - |
| HSV(B) | 334.55º | 0.9% | 0.29% | - |
| XYZ | 3.13 | 1.69 | 1.75 | - |
| YUV | 29.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 35 | 0 | 0.90 | 0.52 | 0.71 | 334.55 | 0.83 | 0.16 |
| Hex | 49 | 7 | 23 | 0 | 5A | 34 | 47 | 14F | 52 | 10 |
| Octal | 111 | 7 | 43 | 0 | 132 | 64 | 107 | 517 | 122 | 20 |
| Binary | 1001001 | 111 | 100011 | 0 | 1011010 | 110100 | 1000111 | 101001111 | 1010010 | 10000 |
Color Harmonies of #490723
Complementary color
Monochromatic Colors of #490723
Black with #490723
Text Example
Text Example
White with #490723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490723; }
p { color: rgb(73,7,35); }
H1.HeaderClassName
{
color: #490723;
}
.AnyTagClassName
{
color: #490723;
}
</style>
background-color css
<style>
a { background-color: #490723; }
a { background-color: rgb(73,7,35); }
div.DivClassName
{
background-color: #490723;
}
.BgClassName
{
background-color: #490723;
}
</style>
border-color css
<style>
span { border-color: #490723; }
span { border-color: rgb(73,7,35); }
td.TdClassName
{
border-color: #490723;
}
.TagClassName
{
border-color: #490723;
}
</style>