Shades of Blackberry #49172F
Tints of Blackberry #49172F
RGB
CMYK
RGB Variations
Color information
#49172F (or 0x49172F) is known color: Blackberry. HEX triplet: 49, 17 and 2F. RGB value is (73,23,47). Sum of RGB (Red+Green+Blue) = 73+23+47=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #49172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49172F is #B6E8D0. Grayscale: #282828. Windows color (decimal): -11987153 or 3086153. OLE color: 3086153.
HSL color Cylindrical-coordinate representation of color #49172F: hue angle of 331.2º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49172F is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 23 | 47 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.71 |
| HSL | 331.2º | 0.52% | 0.19% | - |
| HSV(B) | 331.2º | 0.68% | 0.29% | - |
| XYZ | 3.57 | 2.23 | 2.93 | - |
| YUV | 40.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 47 | 0 | 0.68 | 0.36 | 0.71 | 331.2 | 0.52 | 0.19 |
| Hex | 49 | 17 | 2F | 0 | 44 | 24 | 47 | 14B | 34 | 13 |
| Octal | 111 | 27 | 57 | 0 | 104 | 44 | 107 | 513 | 64 | 23 |
| Binary | 1001001 | 10111 | 101111 | 0 | 1000100 | 100100 | 1000111 | 101001011 | 110100 | 10011 |
Color Harmonies of #49172F
Complementary color
Monochromatic Colors of #49172F
Black with #49172F
Text Example
Text Example
White with #49172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49172F; }
p { color: rgb(73,23,47); }
H1.HeaderClassName
{
color: #49172F;
}
.AnyTagClassName
{
color: #49172F;
}
</style>
background-color css
<style>
a { background-color: #49172F; }
a { background-color: rgb(73,23,47); }
div.DivClassName
{
background-color: #49172F;
}
.BgClassName
{
background-color: #49172F;
}
</style>
border-color css
<style>
span { border-color: #49172F; }
span { border-color: rgb(73,23,47); }
td.TdClassName
{
border-color: #49172F;
}
.TagClassName
{
border-color: #49172F;
}
</style>