Shades of Barossa #3E3137
Tints of Barossa #3E3137
RGB
CMYK
RGB Variations
Color information
#3E3137 (or 0x3E3137) is known color: Barossa. HEX triplet: 3E, 31 and 37. RGB value is (62,49,55). Sum of RGB (Red+Green+Blue) = 62+49+55=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3137 is #C1CEC8. Grayscale: #353535. Windows color (decimal): -12701385 or 3617086. OLE color: 3617086.
HSL color Cylindrical-coordinate representation of color #3E3137: hue angle of 332.31º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E3137 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 49 | 55 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.76 |
| HSL | 332.31º | 0.12% | 0.22% | - |
| HSV(B) | 332.31º | 0.21% | 0.24% | - |
| XYZ | 3.77 | 3.5 | 4.09 | - |
| YUV | 53.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 55 | 0 | 0.21 | 0.11 | 0.76 | 332.31 | 0.12 | 0.22 |
| Hex | 3E | 31 | 37 | 0 | 15 | B | 4C | 14C | C | 16 |
| Octal | 76 | 61 | 67 | 0 | 25 | 13 | 114 | 514 | 14 | 26 |
| Binary | 111110 | 110001 | 110111 | 0 | 10101 | 1011 | 1001100 | 101001100 | 1100 | 10110 |
Color Harmonies of #3E3137
Complementary color
Monochromatic Colors of #3E3137
Black with #3E3137
Text Example
Text Example
White with #3E3137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3137; }
p { color: rgb(62,49,55); }
H1.HeaderClassName
{
color: #3E3137;
}
.AnyTagClassName
{
color: #3E3137;
}
</style>
background-color css
<style>
a { background-color: #3E3137; }
a { background-color: rgb(62,49,55); }
div.DivClassName
{
background-color: #3E3137;
}
.BgClassName
{
background-color: #3E3137;
}
</style>
border-color css
<style>
span { border-color: #3E3137; }
span { border-color: rgb(62,49,55); }
td.TdClassName
{
border-color: #3E3137;
}
.TagClassName
{
border-color: #3E3137;
}
</style>