Shades of Blackberry #490228
Tints of Blackberry #490228
RGB
CMYK
RGB Variations
Color information
#490228 (or 0x490228) is known color: Blackberry. HEX triplet: 49, 02 and 28. RGB value is (73,2,40). Sum of RGB (Red+Green+Blue) = 73+2+40=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #490228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490228 is #B6FDD7. Grayscale: #1B1B1B. Windows color (decimal): -11992536 or 2622025. OLE color: 2622025.
HSL color Cylindrical-coordinate representation of color #490228: hue angle of 327.89º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490228 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 40 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.71 |
| HSL | 327.89º | 0.95% | 0.15% | - |
| HSV(B) | 327.89º | 0.97% | 0.29% | - |
| XYZ | 3.15 | 1.61 | 2.15 | - |
| YUV | 27.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 40 | 0 | 0.97 | 0.45 | 0.71 | 327.89 | 0.95 | 0.15 |
| Hex | 49 | 2 | 28 | 0 | 61 | 2D | 47 | 148 | 5F | F |
| Octal | 111 | 2 | 50 | 0 | 141 | 55 | 107 | 510 | 137 | 17 |
| Binary | 1001001 | 10 | 101000 | 0 | 1100001 | 101101 | 1000111 | 101001000 | 1011111 | 1111 |
Color Harmonies of #490228
Complementary color
Monochromatic Colors of #490228
Black with #490228
Text Example
Text Example
White with #490228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490228; }
p { color: rgb(73,2,40); }
H1.HeaderClassName
{
color: #490228;
}
.AnyTagClassName
{
color: #490228;
}
</style>
background-color css
<style>
a { background-color: #490228; }
a { background-color: rgb(73,2,40); }
div.DivClassName
{
background-color: #490228;
}
.BgClassName
{
background-color: #490228;
}
</style>
border-color css
<style>
span { border-color: #490228; }
span { border-color: rgb(73,2,40); }
td.TdClassName
{
border-color: #490228;
}
.TagClassName
{
border-color: #490228;
}
</style>