Shades of Barossa #48333F
Tints of Barossa #48333F
RGB
CMYK
RGB Variations
Color information
#48333F (or 0x48333F) is known color: Barossa. HEX triplet: 48, 33 and 3F. RGB value is (72,51,63). Sum of RGB (Red+Green+Blue) = 72+51+63=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #48333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48333F is #B7CCC0. Grayscale: #3A3A3A. Windows color (decimal): -12045505 or 4141896. OLE color: 4141896.
HSL color Cylindrical-coordinate representation of color #48333F: hue angle of 325.71º 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 #48333F is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 63 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.72 |
| HSL | 325.71º | 0.17% | 0.24% | - |
| HSV(B) | 325.71º | 0.29% | 0.28% | - |
| XYZ | 4.75 | 4.1 | 5.24 | - |
| YUV | 58.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 63 | 0 | 0.29 | 0.12 | 0.72 | 325.71 | 0.17 | 0.24 |
| Hex | 48 | 33 | 3F | 0 | 1D | C | 48 | 146 | 11 | 18 |
| Octal | 110 | 63 | 77 | 0 | 35 | 14 | 110 | 506 | 21 | 30 |
| Binary | 1001000 | 110011 | 111111 | 0 | 11101 | 1100 | 1001000 | 101000110 | 10001 | 11000 |
Color Harmonies of #48333F
Complementary color
Monochromatic Colors of #48333F
Black with #48333F
Text Example
Text Example
White with #48333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48333F; }
p { color: rgb(72,51,63); }
H1.HeaderClassName
{
color: #48333F;
}
.AnyTagClassName
{
color: #48333F;
}
</style>
background-color css
<style>
a { background-color: #48333F; }
a { background-color: rgb(72,51,63); }
div.DivClassName
{
background-color: #48333F;
}
.BgClassName
{
background-color: #48333F;
}
</style>
border-color css
<style>
span { border-color: #48333F; }
span { border-color: rgb(72,51,63); }
td.TdClassName
{
border-color: #48333F;
}
.TagClassName
{
border-color: #48333F;
}
</style>