Shades of Blackberry #490D39
Tints of Blackberry #490D39
RGB
CMYK
RGB Variations
Color information
#490D39 (or 0x490D39) is known color: Blackberry. HEX triplet: 49, 0D and 39. RGB value is (73,13,57). Sum of RGB (Red+Green+Blue) = 73+13+57=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #490D39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D39 is #B6F2C6. Grayscale: #232323. Windows color (decimal): -11989703 or 3738953. OLE color: 3738953.
HSL color Cylindrical-coordinate representation of color #490D39: hue angle of 316º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #490D39 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 13 | 57 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.71 |
| HSL | 316º | 0.7% | 0.17% | - |
| HSV(B) | 316º | 0.82% | 0.29% | - |
| XYZ | 3.63 | 2 | 4.07 | - |
| YUV | 35.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 57 | 0 | 0.82 | 0.22 | 0.71 | 316 | 0.7 | 0.17 |
| Hex | 49 | D | 39 | 0 | 52 | 16 | 47 | 13C | 46 | 11 |
| Octal | 111 | 15 | 71 | 0 | 122 | 26 | 107 | 474 | 106 | 21 |
| Binary | 1001001 | 1101 | 111001 | 0 | 1010010 | 10110 | 1000111 | 100111100 | 1000110 | 10001 |
Color Harmonies of #490D39
Complementary color
Monochromatic Colors of #490D39
Black with #490D39
Text Example
Text Example
White with #490D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D39; }
p { color: rgb(73,13,57); }
H1.HeaderClassName
{
color: #490D39;
}
.AnyTagClassName
{
color: #490D39;
}
</style>
background-color css
<style>
a { background-color: #490D39; }
a { background-color: rgb(73,13,57); }
div.DivClassName
{
background-color: #490D39;
}
.BgClassName
{
background-color: #490D39;
}
</style>
border-color css
<style>
span { border-color: #490D39; }
span { border-color: rgb(73,13,57); }
td.TdClassName
{
border-color: #490D39;
}
.TagClassName
{
border-color: #490D39;
}
</style>