Shades of Blackberry #490728
Tints of Blackberry #490728
RGB
CMYK
RGB Variations
Color information
#490728 (or 0x490728) is known color: Blackberry. HEX triplet: 49, 07 and 28. RGB value is (73,7,40). Sum of RGB (Red+Green+Blue) = 73+7+40=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #490728 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490728 is #B6F8D7. Grayscale: #1E1E1E. Windows color (decimal): -11991256 or 2623305. OLE color: 2623305.
HSL color Cylindrical-coordinate representation of color #490728: hue angle of 330º 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 #490728 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 40 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.71 |
| HSL | 330º | 0.83% | 0.16% | - |
| HSV(B) | 330º | 0.9% | 0.29% | - |
| XYZ | 3.21 | 1.72 | 2.17 | - |
| YUV | 30.5 | 133.37 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 40 | 0 | 0.90 | 0.45 | 0.71 | 330 | 0.83 | 0.16 |
| Hex | 49 | 7 | 28 | 0 | 5A | 2D | 47 | 14A | 52 | 10 |
| Octal | 111 | 7 | 50 | 0 | 132 | 55 | 107 | 512 | 122 | 20 |
| Binary | 1001001 | 111 | 101000 | 0 | 1011010 | 101101 | 1000111 | 101001010 | 1010010 | 10000 |
Color Harmonies of #490728
Complementary color
Monochromatic Colors of #490728
Black with #490728
Text Example
Text Example
White with #490728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490728; }
p { color: rgb(73,7,40); }
H1.HeaderClassName
{
color: #490728;
}
.AnyTagClassName
{
color: #490728;
}
</style>
background-color css
<style>
a { background-color: #490728; }
a { background-color: rgb(73,7,40); }
div.DivClassName
{
background-color: #490728;
}
.BgClassName
{
background-color: #490728;
}
</style>
border-color css
<style>
span { border-color: #490728; }
span { border-color: rgb(73,7,40); }
td.TdClassName
{
border-color: #490728;
}
.TagClassName
{
border-color: #490728;
}
</style>