Shades of Barossa #3B3538
Tints of Barossa #3B3538
RGB
CMYK
RGB Variations
Color information
#3B3538 (or 0x3B3538) is known color: Barossa. HEX triplet: 3B, 35 and 38. RGB value is (59,53,56). Sum of RGB (Red+Green+Blue) = 59+53+56=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3538 is #C4CAC7. Grayscale: #373737. Windows color (decimal): -12896968 or 3683643. OLE color: 3683643.
HSL color Cylindrical-coordinate representation of color #3B3538: hue angle of 330º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3B3538 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 53 | 56 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.77 |
| HSL | 330º | 0.05% | 0.22% | - |
| HSV(B) | 330º | 0.1% | 0.23% | - |
| XYZ | 3.79 | 3.76 | 4.27 | - |
| YUV | 55.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 56 | 0 | 0.10 | 0.05 | 0.77 | 330 | 0.05 | 0.22 |
| Hex | 3B | 35 | 38 | 0 | A | 5 | 4D | 14A | 5 | 16 |
| Octal | 73 | 65 | 70 | 0 | 12 | 5 | 115 | 512 | 5 | 26 |
| Binary | 111011 | 110101 | 111000 | 0 | 1010 | 101 | 1001101 | 101001010 | 101 | 10110 |
Color Harmonies of #3B3538
Complementary color
Monochromatic Colors of #3B3538
Black with #3B3538
Text Example
Text Example
White with #3B3538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3538; }
p { color: rgb(59,53,56); }
H1.HeaderClassName
{
color: #3B3538;
}
.AnyTagClassName
{
color: #3B3538;
}
</style>
background-color css
<style>
a { background-color: #3B3538; }
a { background-color: rgb(59,53,56); }
div.DivClassName
{
background-color: #3B3538;
}
.BgClassName
{
background-color: #3B3538;
}
</style>
border-color css
<style>
span { border-color: #3B3538; }
span { border-color: rgb(59,53,56); }
td.TdClassName
{
border-color: #3B3538;
}
.TagClassName
{
border-color: #3B3538;
}
</style>