Shades of Blackberry #491C38
Tints of Blackberry #491C38
RGB
CMYK
RGB Variations
Color information
#491C38 (or 0x491C38) is known color: Blackberry. HEX triplet: 49, 1C and 38. RGB value is (73,28,56). Sum of RGB (Red+Green+Blue) = 73+28+56=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #491C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C38 is #B6E3C7. Grayscale: #2C2C2C. Windows color (decimal): -11985864 or 3677257. OLE color: 3677257.
HSL color Cylindrical-coordinate representation of color #491C38: hue angle of 322.67º 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 #491C38 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 28 | 56 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.71 |
| HSL | 322.67º | 0.45% | 0.2% | - |
| HSV(B) | 322.67º | 0.62% | 0.29% | - |
| XYZ | 3.88 | 2.53 | 4.03 | - |
| YUV | 44.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 56 | 0 | 0.62 | 0.23 | 0.71 | 322.67 | 0.45 | 0.2 |
| Hex | 49 | 1C | 38 | 0 | 3E | 17 | 47 | 143 | 2D | 14 |
| Octal | 111 | 34 | 70 | 0 | 76 | 27 | 107 | 503 | 55 | 24 |
| Binary | 1001001 | 11100 | 111000 | 0 | 111110 | 10111 | 1000111 | 101000011 | 101101 | 10100 |
Color Harmonies of #491C38
Complementary color
Monochromatic Colors of #491C38
Black with #491C38
Text Example
Text Example
White with #491C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C38; }
p { color: rgb(73,28,56); }
H1.HeaderClassName
{
color: #491C38;
}
.AnyTagClassName
{
color: #491C38;
}
</style>
background-color css
<style>
a { background-color: #491C38; }
a { background-color: rgb(73,28,56); }
div.DivClassName
{
background-color: #491C38;
}
.BgClassName
{
background-color: #491C38;
}
</style>
border-color css
<style>
span { border-color: #491C38; }
span { border-color: rgb(73,28,56); }
td.TdClassName
{
border-color: #491C38;
}
.TagClassName
{
border-color: #491C38;
}
</style>