Shades of Blackberry #490C25
Tints of Blackberry #490C25
RGB
CMYK
RGB Variations
Color information
#490C25 (or 0x490C25) is known color: Blackberry. HEX triplet: 49, 0C and 25. RGB value is (73,12,37). Sum of RGB (Red+Green+Blue) = 73+12+37=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #490C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490C25 is #B6F3DA. Grayscale: #212121. Windows color (decimal): -11989979 or 2427977. OLE color: 2427977.
HSL color Cylindrical-coordinate representation of color #490C25: hue angle of 335.41º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490C25 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 12 | 37 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.71 |
| HSL | 335.41º | 0.72% | 0.17% | - |
| HSV(B) | 335.41º | 0.84% | 0.29% | - |
| XYZ | 3.21 | 1.81 | 1.93 | - |
| YUV | 33.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 37 | 0 | 0.84 | 0.49 | 0.71 | 335.41 | 0.72 | 0.17 |
| Hex | 49 | C | 25 | 0 | 54 | 31 | 47 | 14F | 48 | 11 |
| Octal | 111 | 14 | 45 | 0 | 124 | 61 | 107 | 517 | 110 | 21 |
| Binary | 1001001 | 1100 | 100101 | 0 | 1010100 | 110001 | 1000111 | 101001111 | 1001000 | 10001 |
Color Harmonies of #490C25
Complementary color
Monochromatic Colors of #490C25
Black with #490C25
Text Example
Text Example
White with #490C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490C25; }
p { color: rgb(73,12,37); }
H1.HeaderClassName
{
color: #490C25;
}
.AnyTagClassName
{
color: #490C25;
}
</style>
background-color css
<style>
a { background-color: #490C25; }
a { background-color: rgb(73,12,37); }
div.DivClassName
{
background-color: #490C25;
}
.BgClassName
{
background-color: #490C25;
}
</style>
border-color css
<style>
span { border-color: #490C25; }
span { border-color: rgb(73,12,37); }
td.TdClassName
{
border-color: #490C25;
}
.TagClassName
{
border-color: #490C25;
}
</style>