Shades of Blackberry #490B31
Tints of Blackberry #490B31
RGB
CMYK
RGB Variations
Color information
#490B31 (or 0x490B31) is known color: Blackberry. HEX triplet: 49, 0B and 31. RGB value is (73,11,49). Sum of RGB (Red+Green+Blue) = 73+11+49=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #490B31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490B31 is #B6F4CE. Grayscale: #212121. Windows color (decimal): -11990223 or 3214153. OLE color: 3214153.
HSL color Cylindrical-coordinate representation of color #490B31: hue angle of 323.23º 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 #490B31 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 11 | 49 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.71 |
| HSL | 323.23º | 0.74% | 0.16% | - |
| HSV(B) | 323.23º | 0.85% | 0.29% | - |
| XYZ | 3.42 | 1.88 | 3.09 | - |
| YUV | 33.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 49 | 0 | 0.85 | 0.33 | 0.71 | 323.23 | 0.74 | 0.16 |
| Hex | 49 | B | 31 | 0 | 55 | 21 | 47 | 143 | 4A | 10 |
| Octal | 111 | 13 | 61 | 0 | 125 | 41 | 107 | 503 | 112 | 20 |
| Binary | 1001001 | 1011 | 110001 | 0 | 1010101 | 100001 | 1000111 | 101000011 | 1001010 | 10000 |
Color Harmonies of #490B31
Complementary color
Monochromatic Colors of #490B31
Black with #490B31
Text Example
Text Example
White with #490B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B31; }
p { color: rgb(73,11,49); }
H1.HeaderClassName
{
color: #490B31;
}
.AnyTagClassName
{
color: #490B31;
}
</style>
background-color css
<style>
a { background-color: #490B31; }
a { background-color: rgb(73,11,49); }
div.DivClassName
{
background-color: #490B31;
}
.BgClassName
{
background-color: #490B31;
}
</style>
border-color css
<style>
span { border-color: #490B31; }
span { border-color: rgb(73,11,49); }
td.TdClassName
{
border-color: #490B31;
}
.TagClassName
{
border-color: #490B31;
}
</style>