Shades of Barossa #48323B
Tints of Barossa #48323B
RGB
CMYK
RGB Variations
Color information
#48323B (or 0x48323B) is known color: Barossa. HEX triplet: 48, 32 and 3B. RGB value is (72,50,59). Sum of RGB (Red+Green+Blue) = 72+50+59=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #48323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48323B is #B7CDC4. Grayscale: #393939. Windows color (decimal): -12045765 or 3879496. OLE color: 3879496.
HSL color Cylindrical-coordinate representation of color #48323B: hue angle of 335.45º 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 #48323B is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 50 | 59 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.72 |
| HSL | 335.45º | 0.18% | 0.24% | - |
| HSV(B) | 335.45º | 0.31% | 0.28% | - |
| XYZ | 4.6 | 3.97 | 4.66 | - |
| YUV | 57.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 59 | 0 | 0.31 | 0.18 | 0.72 | 335.45 | 0.18 | 0.24 |
| Hex | 48 | 32 | 3B | 0 | 1F | 12 | 48 | 14F | 12 | 18 |
| Octal | 110 | 62 | 73 | 0 | 37 | 22 | 110 | 517 | 22 | 30 |
| Binary | 1001000 | 110010 | 111011 | 0 | 11111 | 10010 | 1001000 | 101001111 | 10010 | 11000 |
Color Harmonies of #48323B
Complementary color
Monochromatic Colors of #48323B
Black with #48323B
Text Example
Text Example
White with #48323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48323B; }
p { color: rgb(72,50,59); }
H1.HeaderClassName
{
color: #48323B;
}
.AnyTagClassName
{
color: #48323B;
}
</style>
background-color css
<style>
a { background-color: #48323B; }
a { background-color: rgb(72,50,59); }
div.DivClassName
{
background-color: #48323B;
}
.BgClassName
{
background-color: #48323B;
}
</style>
border-color css
<style>
span { border-color: #48323B; }
span { border-color: rgb(72,50,59); }
td.TdClassName
{
border-color: #48323B;
}
.TagClassName
{
border-color: #48323B;
}
</style>