Shades of Barossa #3B3437
Tints of Barossa #3B3437
RGB
CMYK
RGB Variations
Color information
#3B3437 (or 0x3B3437) is known color: Barossa. HEX triplet: 3B, 34 and 37. RGB value is (59,52,55). Sum of RGB (Red+Green+Blue) = 59+52+55=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3437 is #C4CBC8. Grayscale: #363636. Windows color (decimal): -12897225 or 3617851. OLE color: 3617851.
HSL color Cylindrical-coordinate representation of color #3B3437: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3B3437 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 52 | 55 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.77 |
| HSL | 334.29º | 0.06% | 0.22% | - |
| HSV(B) | 334.29º | 0.12% | 0.23% | - |
| XYZ | 3.72 | 3.66 | 4.13 | - |
| YUV | 54.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 52 | 55 | 0 | 0.12 | 0.07 | 0.77 | 334.29 | 0.06 | 0.22 |
| Hex | 3B | 34 | 37 | 0 | C | 7 | 4D | 14E | 6 | 16 |
| Octal | 73 | 64 | 67 | 0 | 14 | 7 | 115 | 516 | 6 | 26 |
| Binary | 111011 | 110100 | 110111 | 0 | 1100 | 111 | 1001101 | 101001110 | 110 | 10110 |
Color Harmonies of #3B3437
Complementary color
Monochromatic Colors of #3B3437
Black with #3B3437
Text Example
Text Example
White with #3B3437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3437; }
p { color: rgb(59,52,55); }
H1.HeaderClassName
{
color: #3B3437;
}
.AnyTagClassName
{
color: #3B3437;
}
</style>
background-color css
<style>
a { background-color: #3B3437; }
a { background-color: rgb(59,52,55); }
div.DivClassName
{
background-color: #3B3437;
}
.BgClassName
{
background-color: #3B3437;
}
</style>
border-color css
<style>
span { border-color: #3B3437; }
span { border-color: rgb(59,52,55); }
td.TdClassName
{
border-color: #3B3437;
}
.TagClassName
{
border-color: #3B3437;
}
</style>