Shades of Barossa #48333B
Tints of Barossa #48333B
RGB
CMYK
RGB Variations
Color information
#48333B (or 0x48333B) is known color: Barossa. HEX triplet: 48, 33 and 3B. RGB value is (72,51,59). Sum of RGB (Red+Green+Blue) = 72+51+59=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #48333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48333B is #B7CCC4. Grayscale: #3A3A3A. Windows color (decimal): -12045509 or 3879752. OLE color: 3879752.
HSL color Cylindrical-coordinate representation of color #48333B: hue angle of 337.14º 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 #48333B is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 59 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.72 |
| HSL | 337.14º | 0.17% | 0.24% | - |
| HSV(B) | 337.14º | 0.29% | 0.28% | - |
| XYZ | 4.65 | 4.06 | 4.68 | - |
| YUV | 58.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 59 | 0 | 0.29 | 0.18 | 0.72 | 337.14 | 0.17 | 0.24 |
| Hex | 48 | 33 | 3B | 0 | 1D | 12 | 48 | 151 | 11 | 18 |
| Octal | 110 | 63 | 73 | 0 | 35 | 22 | 110 | 521 | 21 | 30 |
| Binary | 1001000 | 110011 | 111011 | 0 | 11101 | 10010 | 1001000 | 101010001 | 10001 | 11000 |
Color Harmonies of #48333B
Complementary color
Monochromatic Colors of #48333B
Black with #48333B
Text Example
Text Example
White with #48333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48333B; }
p { color: rgb(72,51,59); }
H1.HeaderClassName
{
color: #48333B;
}
.AnyTagClassName
{
color: #48333B;
}
</style>
background-color css
<style>
a { background-color: #48333B; }
a { background-color: rgb(72,51,59); }
div.DivClassName
{
background-color: #48333B;
}
.BgClassName
{
background-color: #48333B;
}
</style>
border-color css
<style>
span { border-color: #48333B; }
span { border-color: rgb(72,51,59); }
td.TdClassName
{
border-color: #48333B;
}
.TagClassName
{
border-color: #48333B;
}
</style>