Shades of Blackberry #490F3C
Tints of Blackberry #490F3C
RGB
CMYK
RGB Variations
Color information
#490F3C (or 0x490F3C) is known color: Blackberry. HEX triplet: 49, 0F and 3C. RGB value is (73,15,60). Sum of RGB (Red+Green+Blue) = 73+15+60=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #490F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490F3C is #B6F0C3. Grayscale: #252525. Windows color (decimal): -11989188 or 3936073. OLE color: 3936073.
HSL color Cylindrical-coordinate representation of color #490F3C: hue angle of 313.45º 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 #490F3C is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 15 | 60 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.71 |
| HSL | 313.45º | 0.66% | 0.17% | - |
| HSV(B) | 313.45º | 0.79% | 0.29% | - |
| XYZ | 3.73 | 2.08 | 4.48 | - |
| YUV | 37.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 60 | 0 | 0.79 | 0.18 | 0.71 | 313.45 | 0.66 | 0.17 |
| Hex | 49 | F | 3C | 0 | 4F | 12 | 47 | 139 | 42 | 11 |
| Octal | 111 | 17 | 74 | 0 | 117 | 22 | 107 | 471 | 102 | 21 |
| Binary | 1001001 | 1111 | 111100 | 0 | 1001111 | 10010 | 1000111 | 100111001 | 1000010 | 10001 |
Color Harmonies of #490F3C
Complementary color
Monochromatic Colors of #490F3C
Black with #490F3C
Text Example
Text Example
White with #490F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F3C; }
p { color: rgb(73,15,60); }
H1.HeaderClassName
{
color: #490F3C;
}
.AnyTagClassName
{
color: #490F3C;
}
</style>
background-color css
<style>
a { background-color: #490F3C; }
a { background-color: rgb(73,15,60); }
div.DivClassName
{
background-color: #490F3C;
}
.BgClassName
{
background-color: #490F3C;
}
</style>
border-color css
<style>
span { border-color: #490F3C; }
span { border-color: rgb(73,15,60); }
td.TdClassName
{
border-color: #490F3C;
}
.TagClassName
{
border-color: #490F3C;
}
</style>