Shades of Blackberry #490F2B
Tints of Blackberry #490F2B
RGB
CMYK
RGB Variations
Color information
#490F2B (or 0x490F2B) is known color: Blackberry. HEX triplet: 49, 0F and 2B. RGB value is (73,15,43). Sum of RGB (Red+Green+Blue) = 73+15+43=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #490F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490F2B is #B6F0D4. Grayscale: #232323. Windows color (decimal): -11989205 or 2821961. OLE color: 2821961.
HSL color Cylindrical-coordinate representation of color #490F2B: hue angle of 331.03º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #490F2B is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 15 | 43 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.71 |
| HSL | 331.03º | 0.66% | 0.17% | - |
| HSV(B) | 331.03º | 0.79% | 0.29% | - |
| XYZ | 3.35 | 1.93 | 2.48 | - |
| YUV | 35.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 43 | 0 | 0.79 | 0.41 | 0.71 | 331.03 | 0.66 | 0.17 |
| Hex | 49 | F | 2B | 0 | 4F | 29 | 47 | 14B | 42 | 11 |
| Octal | 111 | 17 | 53 | 0 | 117 | 51 | 107 | 513 | 102 | 21 |
| Binary | 1001001 | 1111 | 101011 | 0 | 1001111 | 101001 | 1000111 | 101001011 | 1000010 | 10001 |
Color Harmonies of #490F2B
Complementary color
Monochromatic Colors of #490F2B
Black with #490F2B
Text Example
Text Example
White with #490F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F2B; }
p { color: rgb(73,15,43); }
H1.HeaderClassName
{
color: #490F2B;
}
.AnyTagClassName
{
color: #490F2B;
}
</style>
background-color css
<style>
a { background-color: #490F2B; }
a { background-color: rgb(73,15,43); }
div.DivClassName
{
background-color: #490F2B;
}
.BgClassName
{
background-color: #490F2B;
}
</style>
border-color css
<style>
span { border-color: #490F2B; }
span { border-color: rgb(73,15,43); }
td.TdClassName
{
border-color: #490F2B;
}
.TagClassName
{
border-color: #490F2B;
}
</style>