Shades of Blackberry #491234
Tints of Blackberry #491234
RGB
CMYK
RGB Variations
Color information
#491234 (or 0x491234) is known color: Blackberry. HEX triplet: 49, 12 and 34. RGB value is (73,18,52). Sum of RGB (Red+Green+Blue) = 73+18+52=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #491234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491234 is #B6EDCB. Grayscale: #262626. Windows color (decimal): -11988428 or 3412553. OLE color: 3412553.
HSL color Cylindrical-coordinate representation of color #491234: hue angle of 322.91º 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 #491234 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 18 | 52 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.71 |
| HSL | 322.91º | 0.6% | 0.18% | - |
| HSV(B) | 322.91º | 0.75% | 0.29% | - |
| XYZ | 3.58 | 2.1 | 3.46 | - |
| YUV | 38.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 52 | 0 | 0.75 | 0.29 | 0.71 | 322.91 | 0.6 | 0.18 |
| Hex | 49 | 12 | 34 | 0 | 4B | 1D | 47 | 143 | 3C | 12 |
| Octal | 111 | 22 | 64 | 0 | 113 | 35 | 107 | 503 | 74 | 22 |
| Binary | 1001001 | 10010 | 110100 | 0 | 1001011 | 11101 | 1000111 | 101000011 | 111100 | 10010 |
Color Harmonies of #491234
Complementary color
Monochromatic Colors of #491234
Black with #491234
Text Example
Text Example
White with #491234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491234; }
p { color: rgb(73,18,52); }
H1.HeaderClassName
{
color: #491234;
}
.AnyTagClassName
{
color: #491234;
}
</style>
background-color css
<style>
a { background-color: #491234; }
a { background-color: rgb(73,18,52); }
div.DivClassName
{
background-color: #491234;
}
.BgClassName
{
background-color: #491234;
}
</style>
border-color css
<style>
span { border-color: #491234; }
span { border-color: rgb(73,18,52); }
td.TdClassName
{
border-color: #491234;
}
.TagClassName
{
border-color: #491234;
}
</style>