Shades of Blackberry #490223
Tints of Blackberry #490223
RGB
CMYK
RGB Variations
Color information
#490223 (or 0x490223) is known color: Blackberry. HEX triplet: 49, 02 and 23. RGB value is (73,2,35). Sum of RGB (Red+Green+Blue) = 73+2+35=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #490223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490223 is #B6FDDC. Grayscale: #1A1A1A. Windows color (decimal): -11992541 or 2294345. OLE color: 2294345.
HSL color Cylindrical-coordinate representation of color #490223: hue angle of 332.11º 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 #490223 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 35 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.71 |
| HSL | 332.11º | 0.95% | 0.15% | - |
| HSV(B) | 332.11º | 0.97% | 0.29% | - |
| XYZ | 3.07 | 1.58 | 1.73 | - |
| YUV | 26.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 35 | 0 | 0.97 | 0.52 | 0.71 | 332.11 | 0.95 | 0.15 |
| Hex | 49 | 2 | 23 | 0 | 61 | 34 | 47 | 14C | 5F | F |
| Octal | 111 | 2 | 43 | 0 | 141 | 64 | 107 | 514 | 137 | 17 |
| Binary | 1001001 | 10 | 100011 | 0 | 1100001 | 110100 | 1000111 | 101001100 | 1011111 | 1111 |
Color Harmonies of #490223
Complementary color
Monochromatic Colors of #490223
Black with #490223
Text Example
Text Example
White with #490223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490223; }
p { color: rgb(73,2,35); }
H1.HeaderClassName
{
color: #490223;
}
.AnyTagClassName
{
color: #490223;
}
</style>
background-color css
<style>
a { background-color: #490223; }
a { background-color: rgb(73,2,35); }
div.DivClassName
{
background-color: #490223;
}
.BgClassName
{
background-color: #490223;
}
</style>
border-color css
<style>
span { border-color: #490223; }
span { border-color: rgb(73,2,35); }
td.TdClassName
{
border-color: #490223;
}
.TagClassName
{
border-color: #490223;
}
</style>