Shades of Blackberry #490A34
Tints of Blackberry #490A34
RGB
CMYK
RGB Variations
Color information
#490A34 (or 0x490A34) is known color: Blackberry. HEX triplet: 49, 0A and 34. RGB value is (73,10,52). Sum of RGB (Red+Green+Blue) = 73+10+52=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #490A34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A34 is #B6F5CB. Grayscale: #212121. Windows color (decimal): -11990476 or 3410505. OLE color: 3410505.
HSL color Cylindrical-coordinate representation of color #490A34: hue angle of 320º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490A34 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 10 | 52 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.71 |
| HSL | 320º | 0.76% | 0.16% | - |
| HSV(B) | 320º | 0.86% | 0.29% | - |
| XYZ | 3.48 | 1.88 | 3.43 | - |
| YUV | 33.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 52 | 0 | 0.86 | 0.29 | 0.71 | 320 | 0.76 | 0.16 |
| Hex | 49 | A | 34 | 0 | 56 | 1D | 47 | 140 | 4C | 10 |
| Octal | 111 | 12 | 64 | 0 | 126 | 35 | 107 | 500 | 114 | 20 |
| Binary | 1001001 | 1010 | 110100 | 0 | 1010110 | 11101 | 1000111 | 101000000 | 1001100 | 10000 |
Color Harmonies of #490A34
Complementary color
Monochromatic Colors of #490A34
Black with #490A34
Text Example
Text Example
White with #490A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A34; }
p { color: rgb(73,10,52); }
H1.HeaderClassName
{
color: #490A34;
}
.AnyTagClassName
{
color: #490A34;
}
</style>
background-color css
<style>
a { background-color: #490A34; }
a { background-color: rgb(73,10,52); }
div.DivClassName
{
background-color: #490A34;
}
.BgClassName
{
background-color: #490A34;
}
</style>
border-color css
<style>
span { border-color: #490A34; }
span { border-color: rgb(73,10,52); }
td.TdClassName
{
border-color: #490A34;
}
.TagClassName
{
border-color: #490A34;
}
</style>