Shades of Blackberry #490F2C
Tints of Blackberry #490F2C
RGB
CMYK
RGB Variations
Color information
#490F2C (or 0x490F2C) is known color: Blackberry. HEX triplet: 49, 0F and 2C. RGB value is (73,15,44). Sum of RGB (Red+Green+Blue) = 73+15+44=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #490F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490F2C is #B6F0D3. Grayscale: #232323. Windows color (decimal): -11989204 or 2887497. OLE color: 2887497.
HSL color Cylindrical-coordinate representation of color #490F2C: hue angle of 330º 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 #490F2C is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 15 | 44 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.71 |
| HSL | 330º | 0.66% | 0.17% | - |
| HSV(B) | 330º | 0.79% | 0.29% | - |
| XYZ | 3.37 | 1.94 | 2.58 | - |
| YUV | 35.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 44 | 0 | 0.79 | 0.40 | 0.71 | 330 | 0.66 | 0.17 |
| Hex | 49 | F | 2C | 0 | 4F | 28 | 47 | 14A | 42 | 11 |
| Octal | 111 | 17 | 54 | 0 | 117 | 50 | 107 | 512 | 102 | 21 |
| Binary | 1001001 | 1111 | 101100 | 0 | 1001111 | 101000 | 1000111 | 101001010 | 1000010 | 10001 |
Color Harmonies of #490F2C
Complementary color
Monochromatic Colors of #490F2C
Black with #490F2C
Text Example
Text Example
White with #490F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F2C; }
p { color: rgb(73,15,44); }
H1.HeaderClassName
{
color: #490F2C;
}
.AnyTagClassName
{
color: #490F2C;
}
</style>
background-color css
<style>
a { background-color: #490F2C; }
a { background-color: rgb(73,15,44); }
div.DivClassName
{
background-color: #490F2C;
}
.BgClassName
{
background-color: #490F2C;
}
</style>
border-color css
<style>
span { border-color: #490F2C; }
span { border-color: rgb(73,15,44); }
td.TdClassName
{
border-color: #490F2C;
}
.TagClassName
{
border-color: #490F2C;
}
</style>