Shades of Blackberry #491830
Tints of Blackberry #491830
RGB
CMYK
RGB Variations
Color information
#491830 (or 0x491830) is known color: Blackberry. HEX triplet: 49, 18 and 30. RGB value is (73,24,48). Sum of RGB (Red+Green+Blue) = 73+24+48=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #491830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491830 is #B6E7CF. Grayscale: #292929. Windows color (decimal): -11986896 or 3151945. OLE color: 3151945.
HSL color Cylindrical-coordinate representation of color #491830: hue angle of 330.61º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #491830 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 24 | 48 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.71 |
| HSL | 330.61º | 0.51% | 0.19% | - |
| HSV(B) | 330.61º | 0.67% | 0.29% | - |
| XYZ | 3.61 | 2.28 | 3.05 | - |
| YUV | 41.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 48 | 0 | 0.67 | 0.34 | 0.71 | 330.61 | 0.51 | 0.19 |
| Hex | 49 | 18 | 30 | 0 | 43 | 22 | 47 | 14B | 33 | 13 |
| Octal | 111 | 30 | 60 | 0 | 103 | 42 | 107 | 513 | 63 | 23 |
| Binary | 1001001 | 11000 | 110000 | 0 | 1000011 | 100010 | 1000111 | 101001011 | 110011 | 10011 |
Color Harmonies of #491830
Complementary color
Monochromatic Colors of #491830
Black with #491830
Text Example
Text Example
White with #491830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491830; }
p { color: rgb(73,24,48); }
H1.HeaderClassName
{
color: #491830;
}
.AnyTagClassName
{
color: #491830;
}
</style>
background-color css
<style>
a { background-color: #491830; }
a { background-color: rgb(73,24,48); }
div.DivClassName
{
background-color: #491830;
}
.BgClassName
{
background-color: #491830;
}
</style>
border-color css
<style>
span { border-color: #491830; }
span { border-color: rgb(73,24,48); }
td.TdClassName
{
border-color: #491830;
}
.TagClassName
{
border-color: #491830;
}
</style>