Shades of Blackberry #490232
Tints of Blackberry #490232
RGB
CMYK
RGB Variations
Color information
#490232 (or 0x490232) is known color: Blackberry. HEX triplet: 49, 02 and 32. RGB value is (73,2,50). Sum of RGB (Red+Green+Blue) = 73+2+50=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #490232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490232 is #B6FDCD. Grayscale: #1C1C1C. Windows color (decimal): -11992526 or 3277385. OLE color: 3277385.
HSL color Cylindrical-coordinate representation of color #490232: hue angle of 319.44º 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 #490232 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 50 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.71 |
| HSL | 319.44º | 0.95% | 0.15% | - |
| HSV(B) | 319.44º | 0.97% | 0.29% | - |
| XYZ | 3.35 | 1.69 | 3.17 | - |
| YUV | 28.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 50 | 0 | 0.97 | 0.32 | 0.71 | 319.44 | 0.95 | 0.15 |
| Hex | 49 | 2 | 32 | 0 | 61 | 20 | 47 | 13F | 5F | F |
| Octal | 111 | 2 | 62 | 0 | 141 | 40 | 107 | 477 | 137 | 17 |
| Binary | 1001001 | 10 | 110010 | 0 | 1100001 | 100000 | 1000111 | 100111111 | 1011111 | 1111 |
Color Harmonies of #490232
Complementary color
Monochromatic Colors of #490232
Black with #490232
Text Example
Text Example
White with #490232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490232; }
p { color: rgb(73,2,50); }
H1.HeaderClassName
{
color: #490232;
}
.AnyTagClassName
{
color: #490232;
}
</style>
background-color css
<style>
a { background-color: #490232; }
a { background-color: rgb(73,2,50); }
div.DivClassName
{
background-color: #490232;
}
.BgClassName
{
background-color: #490232;
}
</style>
border-color css
<style>
span { border-color: #490232; }
span { border-color: rgb(73,2,50); }
td.TdClassName
{
border-color: #490232;
}
.TagClassName
{
border-color: #490232;
}
</style>