Shades of Blackberry #490A37
Tints of Blackberry #490A37
RGB
CMYK
RGB Variations
Color information
#490A37 (or 0x490A37) is known color: Blackberry. HEX triplet: 49, 0A and 37. RGB value is (73,10,55). Sum of RGB (Red+Green+Blue) = 73+10+55=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #490A37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A37 is #B6F5C8. Grayscale: #212121. Windows color (decimal): -11990473 or 3607113. OLE color: 3607113.
HSL color Cylindrical-coordinate representation of color #490A37: hue angle of 317.14º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490A37 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 10 | 55 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.71 |
| HSL | 317.14º | 0.76% | 0.16% | - |
| HSV(B) | 317.14º | 0.86% | 0.29% | - |
| XYZ | 3.55 | 1.91 | 3.8 | - |
| YUV | 33.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 55 | 0 | 0.86 | 0.25 | 0.71 | 317.14 | 0.76 | 0.16 |
| Hex | 49 | A | 37 | 0 | 56 | 19 | 47 | 13D | 4C | 10 |
| Octal | 111 | 12 | 67 | 0 | 126 | 31 | 107 | 475 | 114 | 20 |
| Binary | 1001001 | 1010 | 110111 | 0 | 1010110 | 11001 | 1000111 | 100111101 | 1001100 | 10000 |
Color Harmonies of #490A37
Complementary color
Monochromatic Colors of #490A37
Black with #490A37
Text Example
Text Example
White with #490A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A37; }
p { color: rgb(73,10,55); }
H1.HeaderClassName
{
color: #490A37;
}
.AnyTagClassName
{
color: #490A37;
}
</style>
background-color css
<style>
a { background-color: #490A37; }
a { background-color: rgb(73,10,55); }
div.DivClassName
{
background-color: #490A37;
}
.BgClassName
{
background-color: #490A37;
}
</style>
border-color css
<style>
span { border-color: #490A37; }
span { border-color: rgb(73,10,55); }
td.TdClassName
{
border-color: #490A37;
}
.TagClassName
{
border-color: #490A37;
}
</style>