Shades of Barossa #48333C
Tints of Barossa #48333C
RGB
CMYK
RGB Variations
Color information
#48333C (or 0x48333C) is known color: Barossa. HEX triplet: 48, 33 and 3C. RGB value is (72,51,60). Sum of RGB (Red+Green+Blue) = 72+51+60=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #48333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48333C is #B7CCC3. Grayscale: #3A3A3A. Windows color (decimal): -12045508 or 3945288. OLE color: 3945288.
HSL color Cylindrical-coordinate representation of color #48333C: hue angle of 334.29º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48333C is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 60 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.72 |
| HSL | 334.29º | 0.17% | 0.24% | - |
| HSV(B) | 334.29º | 0.29% | 0.28% | - |
| XYZ | 4.67 | 4.07 | 4.81 | - |
| YUV | 58.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 60 | 0 | 0.29 | 0.17 | 0.72 | 334.29 | 0.17 | 0.24 |
| Hex | 48 | 33 | 3C | 0 | 1D | 11 | 48 | 14E | 11 | 18 |
| Octal | 110 | 63 | 74 | 0 | 35 | 21 | 110 | 516 | 21 | 30 |
| Binary | 1001000 | 110011 | 111100 | 0 | 11101 | 10001 | 1001000 | 101001110 | 10001 | 11000 |
Color Harmonies of #48333C
Complementary color
Monochromatic Colors of #48333C
Black with #48333C
Text Example
Text Example
White with #48333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48333C; }
p { color: rgb(72,51,60); }
H1.HeaderClassName
{
color: #48333C;
}
.AnyTagClassName
{
color: #48333C;
}
</style>
background-color css
<style>
a { background-color: #48333C; }
a { background-color: rgb(72,51,60); }
div.DivClassName
{
background-color: #48333C;
}
.BgClassName
{
background-color: #48333C;
}
</style>
border-color css
<style>
span { border-color: #48333C; }
span { border-color: rgb(72,51,60); }
td.TdClassName
{
border-color: #48333C;
}
.TagClassName
{
border-color: #48333C;
}
</style>