Shades of Barossa #3B3739
Tints of Barossa #3B3739
RGB
CMYK
RGB Variations
Color information
#3B3739 (or 0x3B3739) is known color: Barossa. HEX triplet: 3B, 37 and 39. RGB value is (59,55,57). Sum of RGB (Red+Green+Blue) = 59+55+57=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3739 is #C4C8C6. Grayscale: #383838. Windows color (decimal): -12896455 or 3749691. OLE color: 3749691.
HSL color Cylindrical-coordinate representation of color #3B3739: hue angle of 330º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #3B3739 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 55 | 57 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.77 |
| HSL | 330º | 0.04% | 0.22% | - |
| HSV(B) | 330º | 0.07% | 0.23% | - |
| XYZ | 3.91 | 3.96 | 4.43 | - |
| YUV | 56.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 55 | 57 | 0 | 0.07 | 0.03 | 0.77 | 330 | 0.04 | 0.22 |
| Hex | 3B | 37 | 39 | 0 | 7 | 3 | 4D | 14A | 4 | 16 |
| Octal | 73 | 67 | 71 | 0 | 7 | 3 | 115 | 512 | 4 | 26 |
| Binary | 111011 | 110111 | 111001 | 0 | 111 | 11 | 1001101 | 101001010 | 100 | 10110 |
Color Harmonies of #3B3739
Complementary color
Monochromatic Colors of #3B3739
Black with #3B3739
Text Example
Text Example
White with #3B3739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3739; }
p { color: rgb(59,55,57); }
H1.HeaderClassName
{
color: #3B3739;
}
.AnyTagClassName
{
color: #3B3739;
}
</style>
background-color css
<style>
a { background-color: #3B3739; }
a { background-color: rgb(59,55,57); }
div.DivClassName
{
background-color: #3B3739;
}
.BgClassName
{
background-color: #3B3739;
}
</style>
border-color css
<style>
span { border-color: #3B3739; }
span { border-color: rgb(59,55,57); }
td.TdClassName
{
border-color: #3B3739;
}
.TagClassName
{
border-color: #3B3739;
}
</style>