Shades of Blackberry #490328
Tints of Blackberry #490328
RGB
CMYK
RGB Variations
Color information
#490328 (or 0x490328) is known color: Blackberry. HEX triplet: 49, 03 and 28. RGB value is (73,3,40). Sum of RGB (Red+Green+Blue) = 73+3+40=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #490328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490328 is #B6FCD7. Grayscale: #1C1C1C. Windows color (decimal): -11992280 or 2622281. OLE color: 2622281.
HSL color Cylindrical-coordinate representation of color #490328: hue angle of 328.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490328 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 3 | 40 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.71 |
| HSL | 328.29º | 0.92% | 0.15% | - |
| HSV(B) | 328.29º | 0.96% | 0.29% | - |
| XYZ | 3.16 | 1.63 | 2.16 | - |
| YUV | 28.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 40 | 0 | 0.96 | 0.45 | 0.71 | 328.29 | 0.92 | 0.15 |
| Hex | 49 | 3 | 28 | 0 | 60 | 2D | 47 | 148 | 5C | F |
| Octal | 111 | 3 | 50 | 0 | 140 | 55 | 107 | 510 | 134 | 17 |
| Binary | 1001001 | 11 | 101000 | 0 | 1100000 | 101101 | 1000111 | 101001000 | 1011100 | 1111 |
Color Harmonies of #490328
Complementary color
Monochromatic Colors of #490328
Black with #490328
Text Example
Text Example
White with #490328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490328; }
p { color: rgb(73,3,40); }
H1.HeaderClassName
{
color: #490328;
}
.AnyTagClassName
{
color: #490328;
}
</style>
background-color css
<style>
a { background-color: #490328; }
a { background-color: rgb(73,3,40); }
div.DivClassName
{
background-color: #490328;
}
.BgClassName
{
background-color: #490328;
}
</style>
border-color css
<style>
span { border-color: #490328; }
span { border-color: rgb(73,3,40); }
td.TdClassName
{
border-color: #490328;
}
.TagClassName
{
border-color: #490328;
}
</style>