Shades of Blackberry #49001F
Tints of Blackberry #49001F
RGB
CMYK
RGB Variations
Color information
#49001F (or 0x49001F) is known color: Blackberry. HEX triplet: 49, 00 and 1F. RGB value is (73,0,31). Sum of RGB (Red+Green+Blue) = 73+0+31=104 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.19% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 73 - color contains mainly: red. Hex color #49001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49001F is #B6FFE0. Grayscale: #191919. Windows color (decimal): -11993057 or 2031689. OLE color: 2031689.
HSL color Cylindrical-coordinate representation of color #49001F: hue angle of 334.52º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49001F is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.58 | 0.71 |
| HSL | 334.52º | 1% | 0.14% | - |
| HSV(B) | 334.52º | 1% | 0.29% | - |
| XYZ | 2.99 | 1.52 | 1.43 | - |
| YUV | 25.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 31 | 0 | 1 | 0.58 | 0.71 | 334.52 | 1 | 0.14 |
| Hex | 49 | 0 | 1F | 0 | 64 | 3A | 47 | 14F | 64 | E |
| Octal | 111 | 0 | 37 | 0 | 144 | 72 | 107 | 517 | 144 | 16 |
| Binary | 1001001 | 0 | 11111 | 0 | 1100100 | 111010 | 1000111 | 101001111 | 1100100 | 1110 |
Color Harmonies of #49001F
Complementary color
Monochromatic Colors of #49001F
Black with #49001F
Text Example
Text Example
White with #49001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49001F; }
p { color: rgb(73,0,31); }
H1.HeaderClassName
{
color: #49001F;
}
.AnyTagClassName
{
color: #49001F;
}
</style>
background-color css
<style>
a { background-color: #49001F; }
a { background-color: rgb(73,0,31); }
div.DivClassName
{
background-color: #49001F;
}
.BgClassName
{
background-color: #49001F;
}
</style>
border-color css
<style>
span { border-color: #49001F; }
span { border-color: rgb(73,0,31); }
td.TdClassName
{
border-color: #49001F;
}
.TagClassName
{
border-color: #49001F;
}
</style>