Shades of Blackberry #490B3C
Tints of Blackberry #490B3C
RGB
CMYK
RGB Variations
Color information
#490B3C (or 0x490B3C) is known color: Blackberry. HEX triplet: 49, 0B and 3C. RGB value is (73,11,60). Sum of RGB (Red+Green+Blue) = 73+11+60=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #490B3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B3C is #B6F4C3. Grayscale: #222222. Windows color (decimal): -11990212 or 3935049. OLE color: 3935049.
HSL color Cylindrical-coordinate representation of color #490B3C: hue angle of 312.58º 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 #490B3C is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 11 | 60 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.71 |
| HSL | 312.58º | 0.74% | 0.16% | - |
| HSV(B) | 312.58º | 0.85% | 0.29% | - |
| XYZ | 3.68 | 1.98 | 4.46 | - |
| YUV | 35.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 60 | 0 | 0.85 | 0.18 | 0.71 | 312.58 | 0.74 | 0.16 |
| Hex | 49 | B | 3C | 0 | 55 | 12 | 47 | 139 | 4A | 10 |
| Octal | 111 | 13 | 74 | 0 | 125 | 22 | 107 | 471 | 112 | 20 |
| Binary | 1001001 | 1011 | 111100 | 0 | 1010101 | 10010 | 1000111 | 100111001 | 1001010 | 10000 |
Color Harmonies of #490B3C
Complementary color
Monochromatic Colors of #490B3C
Black with #490B3C
Text Example
Text Example
White with #490B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B3C; }
p { color: rgb(73,11,60); }
H1.HeaderClassName
{
color: #490B3C;
}
.AnyTagClassName
{
color: #490B3C;
}
</style>
background-color css
<style>
a { background-color: #490B3C; }
a { background-color: rgb(73,11,60); }
div.DivClassName
{
background-color: #490B3C;
}
.BgClassName
{
background-color: #490B3C;
}
</style>
border-color css
<style>
span { border-color: #490B3C; }
span { border-color: rgb(73,11,60); }
td.TdClassName
{
border-color: #490B3C;
}
.TagClassName
{
border-color: #490B3C;
}
</style>