Shades of Blackberry #490E27
Tints of Blackberry #490E27
RGB
CMYK
RGB Variations
Color information
#490E27 (or 0x490E27) is known color: Blackberry. HEX triplet: 49, 0E and 27. RGB value is (73,14,39). Sum of RGB (Red+Green+Blue) = 73+14+39=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #490E27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490E27 is #B6F1D8. Grayscale: #222222. Windows color (decimal): -11989465 or 2559561. OLE color: 2559561.
HSL color Cylindrical-coordinate representation of color #490E27: hue angle of 334.58º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #490E27 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 14 | 39 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.71 |
| HSL | 334.58º | 0.68% | 0.17% | - |
| HSV(B) | 334.58º | 0.81% | 0.29% | - |
| XYZ | 3.27 | 1.88 | 2.11 | - |
| YUV | 34.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 39 | 0 | 0.81 | 0.47 | 0.71 | 334.58 | 0.68 | 0.17 |
| Hex | 49 | E | 27 | 0 | 51 | 2F | 47 | 14F | 44 | 11 |
| Octal | 111 | 16 | 47 | 0 | 121 | 57 | 107 | 517 | 104 | 21 |
| Binary | 1001001 | 1110 | 100111 | 0 | 1010001 | 101111 | 1000111 | 101001111 | 1000100 | 10001 |
Color Harmonies of #490E27
Complementary color
Monochromatic Colors of #490E27
Black with #490E27
Text Example
Text Example
White with #490E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490E27; }
p { color: rgb(73,14,39); }
H1.HeaderClassName
{
color: #490E27;
}
.AnyTagClassName
{
color: #490E27;
}
</style>
background-color css
<style>
a { background-color: #490E27; }
a { background-color: rgb(73,14,39); }
div.DivClassName
{
background-color: #490E27;
}
.BgClassName
{
background-color: #490E27;
}
</style>
border-color css
<style>
span { border-color: #490E27; }
span { border-color: rgb(73,14,39); }
td.TdClassName
{
border-color: #490E27;
}
.TagClassName
{
border-color: #490E27;
}
</style>