Shades of Blackberry #490127
Tints of Blackberry #490127
RGB
CMYK
RGB Variations
Color information
#490127 (or 0x490127) is known color: Blackberry. HEX triplet: 49, 01 and 27. RGB value is (73,1,39). Sum of RGB (Red+Green+Blue) = 73+1+39=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #490127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490127 is #B6FED8. Grayscale: #1A1A1A. Windows color (decimal): -11992793 or 2556233. OLE color: 2556233.
HSL color Cylindrical-coordinate representation of color #490127: hue angle of 328.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490127 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.71 |
| HSL | 328.33º | 0.97% | 0.15% | - |
| HSV(B) | 328.33º | 0.99% | 0.29% | - |
| XYZ | 3.12 | 1.58 | 2.06 | - |
| YUV | 26.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 39 | 0 | 0.99 | 0.47 | 0.71 | 328.33 | 0.97 | 0.15 |
| Hex | 49 | 1 | 27 | 0 | 63 | 2F | 47 | 148 | 61 | F |
| Octal | 111 | 1 | 47 | 0 | 143 | 57 | 107 | 510 | 141 | 17 |
| Binary | 1001001 | 1 | 100111 | 0 | 1100011 | 101111 | 1000111 | 101001000 | 1100001 | 1111 |
Color Harmonies of #490127
Complementary color
Monochromatic Colors of #490127
Black with #490127
Text Example
Text Example
White with #490127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490127; }
p { color: rgb(73,1,39); }
H1.HeaderClassName
{
color: #490127;
}
.AnyTagClassName
{
color: #490127;
}
</style>
background-color css
<style>
a { background-color: #490127; }
a { background-color: rgb(73,1,39); }
div.DivClassName
{
background-color: #490127;
}
.BgClassName
{
background-color: #490127;
}
</style>
border-color css
<style>
span { border-color: #490127; }
span { border-color: rgb(73,1,39); }
td.TdClassName
{
border-color: #490127;
}
.TagClassName
{
border-color: #490127;
}
</style>