Shades of Blackberry #490F2D
Tints of Blackberry #490F2D
RGB
CMYK
RGB Variations
Color information
#490F2D (or 0x490F2D) is known color: Blackberry. HEX triplet: 49, 0F and 2D. RGB value is (73,15,45). Sum of RGB (Red+Green+Blue) = 73+15+45=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #490F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490F2D is #B6F0D2. Grayscale: #232323. Windows color (decimal): -11989203 or 2953033. OLE color: 2953033.
HSL color Cylindrical-coordinate representation of color #490F2D: hue angle of 328.97º 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 #490F2D is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 15 | 45 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.71 |
| HSL | 328.97º | 0.66% | 0.17% | - |
| HSV(B) | 328.97º | 0.79% | 0.29% | - |
| XYZ | 3.39 | 1.95 | 2.68 | - |
| YUV | 35.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 45 | 0 | 0.79 | 0.38 | 0.71 | 328.97 | 0.66 | 0.17 |
| Hex | 49 | F | 2D | 0 | 4F | 26 | 47 | 149 | 42 | 11 |
| Octal | 111 | 17 | 55 | 0 | 117 | 46 | 107 | 511 | 102 | 21 |
| Binary | 1001001 | 1111 | 101101 | 0 | 1001111 | 100110 | 1000111 | 101001001 | 1000010 | 10001 |
Color Harmonies of #490F2D
Complementary color
Monochromatic Colors of #490F2D
Black with #490F2D
Text Example
Text Example
White with #490F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F2D; }
p { color: rgb(73,15,45); }
H1.HeaderClassName
{
color: #490F2D;
}
.AnyTagClassName
{
color: #490F2D;
}
</style>
background-color css
<style>
a { background-color: #490F2D; }
a { background-color: rgb(73,15,45); }
div.DivClassName
{
background-color: #490F2D;
}
.BgClassName
{
background-color: #490F2D;
}
</style>
border-color css
<style>
span { border-color: #490F2D; }
span { border-color: rgb(73,15,45); }
td.TdClassName
{
border-color: #490F2D;
}
.TagClassName
{
border-color: #490F2D;
}
</style>