Shades of Barossa #48323C
Tints of Barossa #48323C
RGB
CMYK
RGB Variations
Color information
#48323C (or 0x48323C) is known color: Barossa. HEX triplet: 48, 32 and 3C. RGB value is (72,50,60). Sum of RGB (Red+Green+Blue) = 72+50+60=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #48323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48323C is #B7CDC3. Grayscale: #393939. Windows color (decimal): -12045764 or 3945032. OLE color: 3945032.
HSL color Cylindrical-coordinate representation of color #48323C: hue angle of 332.73º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48323C is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 50 | 60 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.72 |
| HSL | 332.73º | 0.18% | 0.24% | - |
| HSV(B) | 332.73º | 0.31% | 0.28% | - |
| XYZ | 4.63 | 3.99 | 4.8 | - |
| YUV | 57.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 60 | 0 | 0.31 | 0.17 | 0.72 | 332.73 | 0.18 | 0.24 |
| Hex | 48 | 32 | 3C | 0 | 1F | 11 | 48 | 14D | 12 | 18 |
| Octal | 110 | 62 | 74 | 0 | 37 | 21 | 110 | 515 | 22 | 30 |
| Binary | 1001000 | 110010 | 111100 | 0 | 11111 | 10001 | 1001000 | 101001101 | 10010 | 11000 |
Color Harmonies of #48323C
Complementary color
Monochromatic Colors of #48323C
Black with #48323C
Text Example
Text Example
White with #48323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48323C; }
p { color: rgb(72,50,60); }
H1.HeaderClassName
{
color: #48323C;
}
.AnyTagClassName
{
color: #48323C;
}
</style>
background-color css
<style>
a { background-color: #48323C; }
a { background-color: rgb(72,50,60); }
div.DivClassName
{
background-color: #48323C;
}
.BgClassName
{
background-color: #48323C;
}
</style>
border-color css
<style>
span { border-color: #48323C; }
span { border-color: rgb(72,50,60); }
td.TdClassName
{
border-color: #48323C;
}
.TagClassName
{
border-color: #48323C;
}
</style>