Shades of Blackberry #490B2F
Tints of Blackberry #490B2F
RGB
CMYK
RGB Variations
Color information
#490B2F (or 0x490B2F) is known color: Blackberry. HEX triplet: 49, 0B and 2F. RGB value is (73,11,47). Sum of RGB (Red+Green+Blue) = 73+11+47=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #490B2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B2F is #B6F4D0. Grayscale: #212121. Windows color (decimal): -11990225 or 3083081. OLE color: 3083081.
HSL color Cylindrical-coordinate representation of color #490B2F: hue angle of 325.16º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #490B2F is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 11 | 47 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.71 |
| HSL | 325.16º | 0.74% | 0.16% | - |
| HSV(B) | 325.16º | 0.85% | 0.29% | - |
| XYZ | 3.38 | 1.86 | 2.87 | - |
| YUV | 33.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 47 | 0 | 0.85 | 0.36 | 0.71 | 325.16 | 0.74 | 0.16 |
| Hex | 49 | B | 2F | 0 | 55 | 24 | 47 | 145 | 4A | 10 |
| Octal | 111 | 13 | 57 | 0 | 125 | 44 | 107 | 505 | 112 | 20 |
| Binary | 1001001 | 1011 | 101111 | 0 | 1010101 | 100100 | 1000111 | 101000101 | 1001010 | 10000 |
Color Harmonies of #490B2F
Complementary color
Monochromatic Colors of #490B2F
Black with #490B2F
Text Example
Text Example
White with #490B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B2F; }
p { color: rgb(73,11,47); }
H1.HeaderClassName
{
color: #490B2F;
}
.AnyTagClassName
{
color: #490B2F;
}
</style>
background-color css
<style>
a { background-color: #490B2F; }
a { background-color: rgb(73,11,47); }
div.DivClassName
{
background-color: #490B2F;
}
.BgClassName
{
background-color: #490B2F;
}
</style>
border-color css
<style>
span { border-color: #490B2F; }
span { border-color: rgb(73,11,47); }
td.TdClassName
{
border-color: #490B2F;
}
.TagClassName
{
border-color: #490B2F;
}
</style>