Shades of Barossa #48283B
Tints of Barossa #48283B
RGB
CMYK
RGB Variations
Color information
#48283B (or 0x48283B) is known color: Barossa. HEX triplet: 48, 28 and 3B. RGB value is (72,40,59). Sum of RGB (Red+Green+Blue) = 72+40+59=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #48283B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48283B is #B7D7C4. Grayscale: #333333. Windows color (decimal): -12048325 or 3876936. OLE color: 3876936.
HSL color Cylindrical-coordinate representation of color #48283B: hue angle of 324.38º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48283B is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 40 | 59 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.72 |
| HSL | 324.38º | 0.29% | 0.22% | - |
| HSV(B) | 324.38º | 0.44% | 0.28% | - |
| XYZ | 4.22 | 3.21 | 4.54 | - |
| YUV | 51.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 59 | 0 | 0.44 | 0.18 | 0.72 | 324.38 | 0.29 | 0.22 |
| Hex | 48 | 28 | 3B | 0 | 2C | 12 | 48 | 144 | 1D | 16 |
| Octal | 110 | 50 | 73 | 0 | 54 | 22 | 110 | 504 | 35 | 26 |
| Binary | 1001000 | 101000 | 111011 | 0 | 101100 | 10010 | 1001000 | 101000100 | 11101 | 10110 |
Color Harmonies of #48283B
Complementary color
Monochromatic Colors of #48283B
Black with #48283B
Text Example
Text Example
White with #48283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48283B; }
p { color: rgb(72,40,59); }
H1.HeaderClassName
{
color: #48283B;
}
.AnyTagClassName
{
color: #48283B;
}
</style>
background-color css
<style>
a { background-color: #48283B; }
a { background-color: rgb(72,40,59); }
div.DivClassName
{
background-color: #48283B;
}
.BgClassName
{
background-color: #48283B;
}
</style>
border-color css
<style>
span { border-color: #48283B; }
span { border-color: rgb(72,40,59); }
td.TdClassName
{
border-color: #48283B;
}
.TagClassName
{
border-color: #48283B;
}
</style>