Shades of Barossa #48333A
Tints of Barossa #48333A
RGB
CMYK
RGB Variations
Color information
#48333A (or 0x48333A) is known color: Barossa. HEX triplet: 48, 33 and 3A. RGB value is (72,51,58). Sum of RGB (Red+Green+Blue) = 72+51+58=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #48333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48333A is #B7CCC5. Grayscale: #3A3A3A. Windows color (decimal): -12045510 or 3814216. OLE color: 3814216.
HSL color Cylindrical-coordinate representation of color #48333A: hue angle of 340º 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 #48333A is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 58 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.72 |
| HSL | 340º | 0.17% | 0.24% | - |
| HSV(B) | 340º | 0.29% | 0.28% | - |
| XYZ | 4.62 | 4.05 | 4.54 | - |
| YUV | 58.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 58 | 0 | 0.29 | 0.19 | 0.72 | 340 | 0.17 | 0.24 |
| Hex | 48 | 33 | 3A | 0 | 1D | 13 | 48 | 154 | 11 | 18 |
| Octal | 110 | 63 | 72 | 0 | 35 | 23 | 110 | 524 | 21 | 30 |
| Binary | 1001000 | 110011 | 111010 | 0 | 11101 | 10011 | 1001000 | 101010100 | 10001 | 11000 |
Color Harmonies of #48333A
Complementary color
Monochromatic Colors of #48333A
Black with #48333A
Text Example
Text Example
White with #48333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48333A; }
p { color: rgb(72,51,58); }
H1.HeaderClassName
{
color: #48333A;
}
.AnyTagClassName
{
color: #48333A;
}
</style>
background-color css
<style>
a { background-color: #48333A; }
a { background-color: rgb(72,51,58); }
div.DivClassName
{
background-color: #48333A;
}
.BgClassName
{
background-color: #48333A;
}
</style>
border-color css
<style>
span { border-color: #48333A; }
span { border-color: rgb(72,51,58); }
td.TdClassName
{
border-color: #48333A;
}
.TagClassName
{
border-color: #48333A;
}
</style>