Shades of Blackberry #490B38
Tints of Blackberry #490B38
RGB
CMYK
RGB Variations
Color information
#490B38 (or 0x490B38) is known color: Blackberry. HEX triplet: 49, 0B and 38. RGB value is (73,11,56). Sum of RGB (Red+Green+Blue) = 73+11+56=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #490B38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B38 is #B6F4C7. Grayscale: #222222. Windows color (decimal): -11990216 or 3672905. OLE color: 3672905.
HSL color Cylindrical-coordinate representation of color #490B38: hue angle of 316.45º 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 #490B38 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 11 | 56 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.71 |
| HSL | 316.45º | 0.74% | 0.16% | - |
| HSV(B) | 316.45º | 0.85% | 0.29% | - |
| XYZ | 3.58 | 1.94 | 3.93 | - |
| YUV | 34.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 56 | 0 | 0.85 | 0.23 | 0.71 | 316.45 | 0.74 | 0.16 |
| Hex | 49 | B | 38 | 0 | 55 | 17 | 47 | 13C | 4A | 10 |
| Octal | 111 | 13 | 70 | 0 | 125 | 27 | 107 | 474 | 112 | 20 |
| Binary | 1001001 | 1011 | 111000 | 0 | 1010101 | 10111 | 1000111 | 100111100 | 1001010 | 10000 |
Color Harmonies of #490B38
Complementary color
Monochromatic Colors of #490B38
Black with #490B38
Text Example
Text Example
White with #490B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B38; }
p { color: rgb(73,11,56); }
H1.HeaderClassName
{
color: #490B38;
}
.AnyTagClassName
{
color: #490B38;
}
</style>
background-color css
<style>
a { background-color: #490B38; }
a { background-color: rgb(73,11,56); }
div.DivClassName
{
background-color: #490B38;
}
.BgClassName
{
background-color: #490B38;
}
</style>
border-color css
<style>
span { border-color: #490B38; }
span { border-color: rgb(73,11,56); }
td.TdClassName
{
border-color: #490B38;
}
.TagClassName
{
border-color: #490B38;
}
</style>