Shades of Blackberry #490F34
Tints of Blackberry #490F34
RGB
CMYK
RGB Variations
Color information
#490F34 (or 0x490F34) is known color: Blackberry. HEX triplet: 49, 0F and 34. RGB value is (73,15,52). Sum of RGB (Red+Green+Blue) = 73+15+52=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #490F34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490F34 is #B6F0CB. Grayscale: #242424. Windows color (decimal): -11989196 or 3411785. OLE color: 3411785.
HSL color Cylindrical-coordinate representation of color #490F34: hue angle of 321.72º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #490F34 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 15 | 52 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.71 |
| HSL | 321.72º | 0.66% | 0.17% | - |
| HSV(B) | 321.72º | 0.79% | 0.29% | - |
| XYZ | 3.54 | 2.01 | 3.45 | - |
| YUV | 36.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 52 | 0 | 0.79 | 0.29 | 0.71 | 321.72 | 0.66 | 0.17 |
| Hex | 49 | F | 34 | 0 | 4F | 1D | 47 | 142 | 42 | 11 |
| Octal | 111 | 17 | 64 | 0 | 117 | 35 | 107 | 502 | 102 | 21 |
| Binary | 1001001 | 1111 | 110100 | 0 | 1001111 | 11101 | 1000111 | 101000010 | 1000010 | 10001 |
Color Harmonies of #490F34
Complementary color
Monochromatic Colors of #490F34
Black with #490F34
Text Example
Text Example
White with #490F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F34; }
p { color: rgb(73,15,52); }
H1.HeaderClassName
{
color: #490F34;
}
.AnyTagClassName
{
color: #490F34;
}
</style>
background-color css
<style>
a { background-color: #490F34; }
a { background-color: rgb(73,15,52); }
div.DivClassName
{
background-color: #490F34;
}
.BgClassName
{
background-color: #490F34;
}
</style>
border-color css
<style>
span { border-color: #490F34; }
span { border-color: rgb(73,15,52); }
td.TdClassName
{
border-color: #490F34;
}
.TagClassName
{
border-color: #490F34;
}
</style>