Shades of Blackberry #490D34
Tints of Blackberry #490D34
RGB
CMYK
RGB Variations
Color information
#490D34 (or 0x490D34) is known color: Blackberry. HEX triplet: 49, 0D and 34. RGB value is (73,13,52). Sum of RGB (Red+Green+Blue) = 73+13+52=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #490D34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490D34 is #B6F2CB. Grayscale: #232323. Windows color (decimal): -11989708 or 3411273. OLE color: 3411273.
HSL color Cylindrical-coordinate representation of color #490D34: hue angle of 321º 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 #490D34 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 13 | 52 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.71 |
| HSL | 321º | 0.7% | 0.17% | - |
| HSV(B) | 321º | 0.82% | 0.29% | - |
| XYZ | 3.51 | 1.95 | 3.44 | - |
| YUV | 35.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 52 | 0 | 0.82 | 0.29 | 0.71 | 321 | 0.7 | 0.17 |
| Hex | 49 | D | 34 | 0 | 52 | 1D | 47 | 141 | 46 | 11 |
| Octal | 111 | 15 | 64 | 0 | 122 | 35 | 107 | 501 | 106 | 21 |
| Binary | 1001001 | 1101 | 110100 | 0 | 1010010 | 11101 | 1000111 | 101000001 | 1000110 | 10001 |
Color Harmonies of #490D34
Complementary color
Monochromatic Colors of #490D34
Black with #490D34
Text Example
Text Example
White with #490D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D34; }
p { color: rgb(73,13,52); }
H1.HeaderClassName
{
color: #490D34;
}
.AnyTagClassName
{
color: #490D34;
}
</style>
background-color css
<style>
a { background-color: #490D34; }
a { background-color: rgb(73,13,52); }
div.DivClassName
{
background-color: #490D34;
}
.BgClassName
{
background-color: #490D34;
}
</style>
border-color css
<style>
span { border-color: #490D34; }
span { border-color: rgb(73,13,52); }
td.TdClassName
{
border-color: #490D34;
}
.TagClassName
{
border-color: #490D34;
}
</style>