Shades of Blackberry #491235
Tints of Blackberry #491235
RGB
CMYK
RGB Variations
Color information
#491235 (or 0x491235) is known color: Blackberry. HEX triplet: 49, 12 and 35. RGB value is (73,18,53). Sum of RGB (Red+Green+Blue) = 73+18+53=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #491235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491235 is #B6EDCA. Grayscale: #262626. Windows color (decimal): -11988427 or 3478089. OLE color: 3478089.
HSL color Cylindrical-coordinate representation of color #491235: hue angle of 321.82º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491235 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 18 | 53 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.71 |
| HSL | 321.82º | 0.6% | 0.18% | - |
| HSV(B) | 321.82º | 0.75% | 0.29% | - |
| XYZ | 3.61 | 2.11 | 3.58 | - |
| YUV | 38.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 53 | 0 | 0.75 | 0.27 | 0.71 | 321.82 | 0.6 | 0.18 |
| Hex | 49 | 12 | 35 | 0 | 4B | 1B | 47 | 142 | 3C | 12 |
| Octal | 111 | 22 | 65 | 0 | 113 | 33 | 107 | 502 | 74 | 22 |
| Binary | 1001001 | 10010 | 110101 | 0 | 1001011 | 11011 | 1000111 | 101000010 | 111100 | 10010 |
Color Harmonies of #491235
Complementary color
Monochromatic Colors of #491235
Black with #491235
Text Example
Text Example
White with #491235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491235; }
p { color: rgb(73,18,53); }
H1.HeaderClassName
{
color: #491235;
}
.AnyTagClassName
{
color: #491235;
}
</style>
background-color css
<style>
a { background-color: #491235; }
a { background-color: rgb(73,18,53); }
div.DivClassName
{
background-color: #491235;
}
.BgClassName
{
background-color: #491235;
}
</style>
border-color css
<style>
span { border-color: #491235; }
span { border-color: rgb(73,18,53); }
td.TdClassName
{
border-color: #491235;
}
.TagClassName
{
border-color: #491235;
}
</style>