Shades of Barossa #49303E
Tints of Barossa #49303E
RGB
CMYK
RGB Variations
Color information
#49303E (or 0x49303E) is known color: Barossa. HEX triplet: 49, 30 and 3E. RGB value is (73,48,62). Sum of RGB (Red+Green+Blue) = 73+48+62=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #49303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49303E is #B6CFC1. Grayscale: #393939. Windows color (decimal): -11980738 or 4075593. OLE color: 4075593.
HSL color Cylindrical-coordinate representation of color #49303E: hue angle of 326.4º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49303E is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 48 | 62 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.71 |
| HSL | 326.4º | 0.21% | 0.24% | - |
| HSV(B) | 326.4º | 0.34% | 0.29% | - |
| XYZ | 4.67 | 3.88 | 5.06 | - |
| YUV | 57.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 62 | 0 | 0.34 | 0.15 | 0.71 | 326.4 | 0.21 | 0.24 |
| Hex | 49 | 30 | 3E | 0 | 22 | F | 47 | 146 | 15 | 18 |
| Octal | 111 | 60 | 76 | 0 | 42 | 17 | 107 | 506 | 25 | 30 |
| Binary | 1001001 | 110000 | 111110 | 0 | 100010 | 1111 | 1000111 | 101000110 | 10101 | 11000 |
Color Harmonies of #49303E
Complementary color
Monochromatic Colors of #49303E
Black with #49303E
Text Example
Text Example
White with #49303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49303E; }
p { color: rgb(73,48,62); }
H1.HeaderClassName
{
color: #49303E;
}
.AnyTagClassName
{
color: #49303E;
}
</style>
background-color css
<style>
a { background-color: #49303E; }
a { background-color: rgb(73,48,62); }
div.DivClassName
{
background-color: #49303E;
}
.BgClassName
{
background-color: #49303E;
}
</style>
border-color css
<style>
span { border-color: #49303E; }
span { border-color: rgb(73,48,62); }
td.TdClassName
{
border-color: #49303E;
}
.TagClassName
{
border-color: #49303E;
}
</style>