Shades of Barossa #49303C
Tints of Barossa #49303C
RGB
CMYK
RGB Variations
Color information
#49303C (or 0x49303C) is known color: Barossa. HEX triplet: 49, 30 and 3C. RGB value is (73,48,60). Sum of RGB (Red+Green+Blue) = 73+48+60=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #49303C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49303C is #B6CFC3. Grayscale: #383838. Windows color (decimal): -11980740 or 3944521. OLE color: 3944521.
HSL color Cylindrical-coordinate representation of color #49303C: hue angle of 331.2º 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 #49303C is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 48 | 60 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.71 |
| HSL | 331.2º | 0.21% | 0.24% | - |
| HSV(B) | 331.2º | 0.34% | 0.29% | - |
| XYZ | 4.62 | 3.86 | 4.78 | - |
| YUV | 56.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 60 | 0 | 0.34 | 0.18 | 0.71 | 331.2 | 0.21 | 0.24 |
| Hex | 49 | 30 | 3C | 0 | 22 | 12 | 47 | 14B | 15 | 18 |
| Octal | 111 | 60 | 74 | 0 | 42 | 22 | 107 | 513 | 25 | 30 |
| Binary | 1001001 | 110000 | 111100 | 0 | 100010 | 10010 | 1000111 | 101001011 | 10101 | 11000 |
Color Harmonies of #49303C
Complementary color
Monochromatic Colors of #49303C
Black with #49303C
Text Example
Text Example
White with #49303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49303C; }
p { color: rgb(73,48,60); }
H1.HeaderClassName
{
color: #49303C;
}
.AnyTagClassName
{
color: #49303C;
}
</style>
background-color css
<style>
a { background-color: #49303C; }
a { background-color: rgb(73,48,60); }
div.DivClassName
{
background-color: #49303C;
}
.BgClassName
{
background-color: #49303C;
}
</style>
border-color css
<style>
span { border-color: #49303C; }
span { border-color: rgb(73,48,60); }
td.TdClassName
{
border-color: #49303C;
}
.TagClassName
{
border-color: #49303C;
}
</style>