Shades of Blackberry #490D2A
Tints of Blackberry #490D2A
RGB
CMYK
RGB Variations
Color information
#490D2A (or 0x490D2A) is known color: Blackberry. HEX triplet: 49, 0D and 2A. RGB value is (73,13,42). Sum of RGB (Red+Green+Blue) = 73+13+42=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #490D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D2A is #B6F2D5. Grayscale: #222222. Windows color (decimal): -11989718 or 2755913. OLE color: 2755913.
HSL color Cylindrical-coordinate representation of color #490D2A: hue angle of 331º 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 #490D2A is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 13 | 42 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.71 |
| HSL | 331º | 0.7% | 0.17% | - |
| HSV(B) | 331º | 0.82% | 0.29% | - |
| XYZ | 3.31 | 1.87 | 2.38 | - |
| YUV | 34.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 42 | 0 | 0.82 | 0.42 | 0.71 | 331 | 0.7 | 0.17 |
| Hex | 49 | D | 2A | 0 | 52 | 2A | 47 | 14B | 46 | 11 |
| Octal | 111 | 15 | 52 | 0 | 122 | 52 | 107 | 513 | 106 | 21 |
| Binary | 1001001 | 1101 | 101010 | 0 | 1010010 | 101010 | 1000111 | 101001011 | 1000110 | 10001 |
Color Harmonies of #490D2A
Complementary color
Monochromatic Colors of #490D2A
Black with #490D2A
Text Example
Text Example
White with #490D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D2A; }
p { color: rgb(73,13,42); }
H1.HeaderClassName
{
color: #490D2A;
}
.AnyTagClassName
{
color: #490D2A;
}
</style>
background-color css
<style>
a { background-color: #490D2A; }
a { background-color: rgb(73,13,42); }
div.DivClassName
{
background-color: #490D2A;
}
.BgClassName
{
background-color: #490D2A;
}
</style>
border-color css
<style>
span { border-color: #490D2A; }
span { border-color: rgb(73,13,42); }
td.TdClassName
{
border-color: #490D2A;
}
.TagClassName
{
border-color: #490D2A;
}
</style>