Shades of Barossa #48353B
Tints of Barossa #48353B
RGB
CMYK
RGB Variations
Color information
#48353B (or 0x48353B) is known color: Barossa. HEX triplet: 48, 35 and 3B. RGB value is (72,53,59). Sum of RGB (Red+Green+Blue) = 72+53+59=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #48353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48353B is #B7CAC4. Grayscale: #3B3B3B. Windows color (decimal): -12044997 or 3880264. OLE color: 3880264.
HSL color Cylindrical-coordinate representation of color #48353B: hue angle of 341.05º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #48353B is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 53 | 59 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.72 |
| HSL | 341.05º | 0.15% | 0.25% | - |
| HSV(B) | 341.05º | 0.26% | 0.28% | - |
| XYZ | 4.74 | 4.24 | 4.71 | - |
| YUV | 59.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 53 | 59 | 0 | 0.26 | 0.18 | 0.72 | 341.05 | 0.15 | 0.25 |
| Hex | 48 | 35 | 3B | 0 | 1A | 12 | 48 | 155 | F | 19 |
| Octal | 110 | 65 | 73 | 0 | 32 | 22 | 110 | 525 | 17 | 31 |
| Binary | 1001000 | 110101 | 111011 | 0 | 11010 | 10010 | 1001000 | 101010101 | 1111 | 11001 |
Color Harmonies of #48353B
Complementary color
Monochromatic Colors of #48353B
Black with #48353B
Text Example
Text Example
White with #48353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48353B; }
p { color: rgb(72,53,59); }
H1.HeaderClassName
{
color: #48353B;
}
.AnyTagClassName
{
color: #48353B;
}
</style>
background-color css
<style>
a { background-color: #48353B; }
a { background-color: rgb(72,53,59); }
div.DivClassName
{
background-color: #48353B;
}
.BgClassName
{
background-color: #48353B;
}
</style>
border-color css
<style>
span { border-color: #48353B; }
span { border-color: rgb(72,53,59); }
td.TdClassName
{
border-color: #48353B;
}
.TagClassName
{
border-color: #48353B;
}
</style>