Shades of Barossa #48333D
Tints of Barossa #48333D
RGB
CMYK
RGB Variations
Color information
#48333D (or 0x48333D) is known color: Barossa. HEX triplet: 48, 33 and 3D. RGB value is (72,51,61). Sum of RGB (Red+Green+Blue) = 72+51+61=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #48333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48333D is #B7CCC2. Grayscale: #3A3A3A. Windows color (decimal): -12045507 or 4010824. OLE color: 4010824.
HSL color Cylindrical-coordinate representation of color #48333D: hue angle of 331.43º 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 #48333D is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 61 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.72 |
| HSL | 331.43º | 0.17% | 0.24% | - |
| HSV(B) | 331.43º | 0.29% | 0.28% | - |
| XYZ | 4.7 | 4.08 | 4.96 | - |
| YUV | 58.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 61 | 0 | 0.29 | 0.15 | 0.72 | 331.43 | 0.17 | 0.24 |
| Hex | 48 | 33 | 3D | 0 | 1D | F | 48 | 14B | 11 | 18 |
| Octal | 110 | 63 | 75 | 0 | 35 | 17 | 110 | 513 | 21 | 30 |
| Binary | 1001000 | 110011 | 111101 | 0 | 11101 | 1111 | 1001000 | 101001011 | 10001 | 11000 |
Color Harmonies of #48333D
Complementary color
Monochromatic Colors of #48333D
Black with #48333D
Text Example
Text Example
White with #48333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48333D; }
p { color: rgb(72,51,61); }
H1.HeaderClassName
{
color: #48333D;
}
.AnyTagClassName
{
color: #48333D;
}
</style>
background-color css
<style>
a { background-color: #48333D; }
a { background-color: rgb(72,51,61); }
div.DivClassName
{
background-color: #48333D;
}
.BgClassName
{
background-color: #48333D;
}
</style>
border-color css
<style>
span { border-color: #48333D; }
span { border-color: rgb(72,51,61); }
td.TdClassName
{
border-color: #48333D;
}
.TagClassName
{
border-color: #48333D;
}
</style>