Shades of Barossa #49303D
Tints of Barossa #49303D
RGB
CMYK
RGB Variations
Color information
#49303D (or 0x49303D) is known color: Barossa. HEX triplet: 49, 30 and 3D. RGB value is (73,48,61). Sum of RGB (Red+Green+Blue) = 73+48+61=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #49303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49303D is #B6CFC2. Grayscale: #383838. Windows color (decimal): -11980739 or 4010057. OLE color: 4010057.
HSL color Cylindrical-coordinate representation of color #49303D: hue angle of 328.8º 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 #49303D is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 48 | 61 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.71 |
| HSL | 328.8º | 0.21% | 0.24% | - |
| HSV(B) | 328.8º | 0.34% | 0.29% | - |
| XYZ | 4.65 | 3.87 | 4.92 | - |
| YUV | 56.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 61 | 0 | 0.34 | 0.16 | 0.71 | 328.8 | 0.21 | 0.24 |
| Hex | 49 | 30 | 3D | 0 | 22 | 10 | 47 | 149 | 15 | 18 |
| Octal | 111 | 60 | 75 | 0 | 42 | 20 | 107 | 511 | 25 | 30 |
| Binary | 1001001 | 110000 | 111101 | 0 | 100010 | 10000 | 1000111 | 101001001 | 10101 | 11000 |
Color Harmonies of #49303D
Complementary color
Monochromatic Colors of #49303D
Black with #49303D
Text Example
Text Example
White with #49303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49303D; }
p { color: rgb(73,48,61); }
H1.HeaderClassName
{
color: #49303D;
}
.AnyTagClassName
{
color: #49303D;
}
</style>
background-color css
<style>
a { background-color: #49303D; }
a { background-color: rgb(73,48,61); }
div.DivClassName
{
background-color: #49303D;
}
.BgClassName
{
background-color: #49303D;
}
</style>
border-color css
<style>
span { border-color: #49303D; }
span { border-color: rgb(73,48,61); }
td.TdClassName
{
border-color: #49303D;
}
.TagClassName
{
border-color: #49303D;
}
</style>