Shades of Blackberry #490227
Tints of Blackberry #490227
RGB
CMYK
RGB Variations
Color information
#490227 (or 0x490227) is known color: Blackberry. HEX triplet: 49, 02 and 27. RGB value is (73,2,39). Sum of RGB (Red+Green+Blue) = 73+2+39=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #490227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490227 is #B6FDD8. Grayscale: #1B1B1B. Windows color (decimal): -11992537 or 2556489. OLE color: 2556489.
HSL color Cylindrical-coordinate representation of color #490227: hue angle of 328.73º 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 #490227 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 39 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.71 |
| HSL | 328.73º | 0.95% | 0.15% | - |
| HSV(B) | 328.73º | 0.97% | 0.29% | - |
| XYZ | 3.14 | 1.61 | 2.06 | - |
| YUV | 27.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 39 | 0 | 0.97 | 0.47 | 0.71 | 328.73 | 0.95 | 0.15 |
| Hex | 49 | 2 | 27 | 0 | 61 | 2F | 47 | 149 | 5F | F |
| Octal | 111 | 2 | 47 | 0 | 141 | 57 | 107 | 511 | 137 | 17 |
| Binary | 1001001 | 10 | 100111 | 0 | 1100001 | 101111 | 1000111 | 101001001 | 1011111 | 1111 |
Color Harmonies of #490227
Complementary color
Monochromatic Colors of #490227
Black with #490227
Text Example
Text Example
White with #490227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490227; }
p { color: rgb(73,2,39); }
H1.HeaderClassName
{
color: #490227;
}
.AnyTagClassName
{
color: #490227;
}
</style>
background-color css
<style>
a { background-color: #490227; }
a { background-color: rgb(73,2,39); }
div.DivClassName
{
background-color: #490227;
}
.BgClassName
{
background-color: #490227;
}
</style>
border-color css
<style>
span { border-color: #490227; }
span { border-color: rgb(73,2,39); }
td.TdClassName
{
border-color: #490227;
}
.TagClassName
{
border-color: #490227;
}
</style>