Shades of Blackberry #491C30
Tints of Blackberry #491C30
RGB
CMYK
RGB Variations
Color information
#491C30 (or 0x491C30) is known color: Blackberry. HEX triplet: 49, 1C and 30. RGB value is (73,28,48). Sum of RGB (Red+Green+Blue) = 73+28+48=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #491C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C30 is #B6E3CF. Grayscale: #2B2B2B. Windows color (decimal): -11985872 or 3152969. OLE color: 3152969.
HSL color Cylindrical-coordinate representation of color #491C30: hue angle of 333.33º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #491C30 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 28 | 48 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.71 |
| HSL | 333.33º | 0.45% | 0.2% | - |
| HSV(B) | 333.33º | 0.62% | 0.29% | - |
| XYZ | 3.7 | 2.46 | 3.08 | - |
| YUV | 43.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 48 | 0 | 0.62 | 0.34 | 0.71 | 333.33 | 0.45 | 0.2 |
| Hex | 49 | 1C | 30 | 0 | 3E | 22 | 47 | 14D | 2D | 14 |
| Octal | 111 | 34 | 60 | 0 | 76 | 42 | 107 | 515 | 55 | 24 |
| Binary | 1001001 | 11100 | 110000 | 0 | 111110 | 100010 | 1000111 | 101001101 | 101101 | 10100 |
Color Harmonies of #491C30
Complementary color
Monochromatic Colors of #491C30
Black with #491C30
Text Example
Text Example
White with #491C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C30; }
p { color: rgb(73,28,48); }
H1.HeaderClassName
{
color: #491C30;
}
.AnyTagClassName
{
color: #491C30;
}
</style>
background-color css
<style>
a { background-color: #491C30; }
a { background-color: rgb(73,28,48); }
div.DivClassName
{
background-color: #491C30;
}
.BgClassName
{
background-color: #491C30;
}
</style>
border-color css
<style>
span { border-color: #491C30; }
span { border-color: rgb(73,28,48); }
td.TdClassName
{
border-color: #491C30;
}
.TagClassName
{
border-color: #491C30;
}
</style>