Shades of Barossa #3B3839
Tints of Barossa #3B3839
RGB
CMYK
RGB Variations
Color information
#3B3839 (or 0x3B3839) is known color: Barossa. HEX triplet: 3B, 38 and 39. RGB value is (59,56,57). Sum of RGB (Red+Green+Blue) = 59+56+57=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3839 is #C4C7C6. Grayscale: #393939. Windows color (decimal): -12896199 or 3749947. OLE color: 3749947.
HSL color Cylindrical-coordinate representation of color #3B3839: hue angle of 340º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #3B3839 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 56 | 57 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.77 |
| HSL | 340º | 0.03% | 0.23% | - |
| HSV(B) | 340º | 0.05% | 0.23% | - |
| XYZ | 3.96 | 4.05 | 4.44 | - |
| YUV | 57.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 57 | 0 | 0.05 | 0.03 | 0.77 | 340 | 0.03 | 0.23 |
| Hex | 3B | 38 | 39 | 0 | 5 | 3 | 4D | 154 | 3 | 17 |
| Octal | 73 | 70 | 71 | 0 | 5 | 3 | 115 | 524 | 3 | 27 |
| Binary | 111011 | 111000 | 111001 | 0 | 101 | 11 | 1001101 | 101010100 | 11 | 10111 |
Color Harmonies of #3B3839
Complementary color
Monochromatic Colors of #3B3839
Black with #3B3839
Text Example
Text Example
White with #3B3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3839; }
p { color: rgb(59,56,57); }
H1.HeaderClassName
{
color: #3B3839;
}
.AnyTagClassName
{
color: #3B3839;
}
</style>
background-color css
<style>
a { background-color: #3B3839; }
a { background-color: rgb(59,56,57); }
div.DivClassName
{
background-color: #3B3839;
}
.BgClassName
{
background-color: #3B3839;
}
</style>
border-color css
<style>
span { border-color: #3B3839; }
span { border-color: rgb(59,56,57); }
td.TdClassName
{
border-color: #3B3839;
}
.TagClassName
{
border-color: #3B3839;
}
</style>