Shades of Blackberry #490D3B
Tints of Blackberry #490D3B
RGB
CMYK
RGB Variations
Color information
#490D3B (or 0x490D3B) is known color: Blackberry. HEX triplet: 49, 0D and 3B. RGB value is (73,13,59). Sum of RGB (Red+Green+Blue) = 73+13+59=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #490D3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D3B is #B6F2C4. Grayscale: #242424. Windows color (decimal): -11989701 or 3870025. OLE color: 3870025.
HSL color Cylindrical-coordinate representation of color #490D3B: hue angle of 314º 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 #490D3B is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 13 | 59 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.71 |
| HSL | 314º | 0.7% | 0.17% | - |
| HSV(B) | 314º | 0.82% | 0.29% | - |
| XYZ | 3.68 | 2.02 | 4.33 | - |
| YUV | 36.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 59 | 0 | 0.82 | 0.19 | 0.71 | 314 | 0.7 | 0.17 |
| Hex | 49 | D | 3B | 0 | 52 | 13 | 47 | 13A | 46 | 11 |
| Octal | 111 | 15 | 73 | 0 | 122 | 23 | 107 | 472 | 106 | 21 |
| Binary | 1001001 | 1101 | 111011 | 0 | 1010010 | 10011 | 1000111 | 100111010 | 1000110 | 10001 |
Color Harmonies of #490D3B
Complementary color
Monochromatic Colors of #490D3B
Black with #490D3B
Text Example
Text Example
White with #490D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D3B; }
p { color: rgb(73,13,59); }
H1.HeaderClassName
{
color: #490D3B;
}
.AnyTagClassName
{
color: #490D3B;
}
</style>
background-color css
<style>
a { background-color: #490D3B; }
a { background-color: rgb(73,13,59); }
div.DivClassName
{
background-color: #490D3B;
}
.BgClassName
{
background-color: #490D3B;
}
</style>
border-color css
<style>
span { border-color: #490D3B; }
span { border-color: rgb(73,13,59); }
td.TdClassName
{
border-color: #490D3B;
}
.TagClassName
{
border-color: #490D3B;
}
</style>