Shades of Blackberry #490222
Tints of Blackberry #490222
RGB
CMYK
RGB Variations
Color information
#490222 (or 0x490222) is known color: Blackberry. HEX triplet: 49, 02 and 22. RGB value is (73,2,34). Sum of RGB (Red+Green+Blue) = 73+2+34=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #490222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490222 is #B6FDDD. Grayscale: #1A1A1A. Windows color (decimal): -11992542 or 2228809. OLE color: 2228809.
HSL color Cylindrical-coordinate representation of color #490222: hue angle of 332.96º 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 #490222 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 34 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.71 |
| HSL | 332.96º | 0.95% | 0.15% | - |
| HSV(B) | 332.96º | 0.97% | 0.29% | - |
| XYZ | 3.06 | 1.58 | 1.66 | - |
| YUV | 26.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 34 | 0 | 0.97 | 0.53 | 0.71 | 332.96 | 0.95 | 0.15 |
| Hex | 49 | 2 | 22 | 0 | 61 | 35 | 47 | 14D | 5F | F |
| Octal | 111 | 2 | 42 | 0 | 141 | 65 | 107 | 515 | 137 | 17 |
| Binary | 1001001 | 10 | 100010 | 0 | 1100001 | 110101 | 1000111 | 101001101 | 1011111 | 1111 |
Color Harmonies of #490222
Complementary color
Monochromatic Colors of #490222
Black with #490222
Text Example
Text Example
White with #490222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490222; }
p { color: rgb(73,2,34); }
H1.HeaderClassName
{
color: #490222;
}
.AnyTagClassName
{
color: #490222;
}
</style>
background-color css
<style>
a { background-color: #490222; }
a { background-color: rgb(73,2,34); }
div.DivClassName
{
background-color: #490222;
}
.BgClassName
{
background-color: #490222;
}
</style>
border-color css
<style>
span { border-color: #490222; }
span { border-color: rgb(73,2,34); }
td.TdClassName
{
border-color: #490222;
}
.TagClassName
{
border-color: #490222;
}
</style>