Shades of Blackberry #490234
Tints of Blackberry #490234
RGB
CMYK
RGB Variations
Color information
#490234 (or 0x490234) is known color: Blackberry. HEX triplet: 49, 02 and 34. RGB value is (73,2,52). Sum of RGB (Red+Green+Blue) = 73+2+52=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #490234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490234 is #B6FDCB. Grayscale: #1C1C1C. Windows color (decimal): -11992524 or 3408457. OLE color: 3408457.
HSL color Cylindrical-coordinate representation of color #490234: hue angle of 317.75º 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 #490234 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 52 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.71 |
| HSL | 317.75º | 0.95% | 0.15% | - |
| HSV(B) | 317.75º | 0.97% | 0.29% | - |
| XYZ | 3.39 | 1.71 | 3.4 | - |
| YUV | 28.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 52 | 0 | 0.97 | 0.29 | 0.71 | 317.75 | 0.95 | 0.15 |
| Hex | 49 | 2 | 34 | 0 | 61 | 1D | 47 | 13E | 5F | F |
| Octal | 111 | 2 | 64 | 0 | 141 | 35 | 107 | 476 | 137 | 17 |
| Binary | 1001001 | 10 | 110100 | 0 | 1100001 | 11101 | 1000111 | 100111110 | 1011111 | 1111 |
Color Harmonies of #490234
Complementary color
Monochromatic Colors of #490234
Black with #490234
Text Example
Text Example
White with #490234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490234; }
p { color: rgb(73,2,52); }
H1.HeaderClassName
{
color: #490234;
}
.AnyTagClassName
{
color: #490234;
}
</style>
background-color css
<style>
a { background-color: #490234; }
a { background-color: rgb(73,2,52); }
div.DivClassName
{
background-color: #490234;
}
.BgClassName
{
background-color: #490234;
}
</style>
border-color css
<style>
span { border-color: #490234; }
span { border-color: rgb(73,2,52); }
td.TdClassName
{
border-color: #490234;
}
.TagClassName
{
border-color: #490234;
}
</style>