Shades of Barossa #3E3237
Tints of Barossa #3E3237
RGB
CMYK
RGB Variations
Color information
#3E3237 (or 0x3E3237) is known color: Barossa. HEX triplet: 3E, 32 and 37. RGB value is (62,50,55). Sum of RGB (Red+Green+Blue) = 62+50+55=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3237 is #C1CDC8. Grayscale: #363636. Windows color (decimal): -12701129 or 3617342. OLE color: 3617342.
HSL color Cylindrical-coordinate representation of color #3E3237: hue angle of 335º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3E3237 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 50 | 55 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.76 |
| HSL | 335º | 0.11% | 0.22% | - |
| HSV(B) | 335º | 0.19% | 0.24% | - |
| XYZ | 3.82 | 3.58 | 4.1 | - |
| YUV | 54.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 55 | 0 | 0.19 | 0.11 | 0.76 | 335 | 0.11 | 0.22 |
| Hex | 3E | 32 | 37 | 0 | 13 | B | 4C | 14F | B | 16 |
| Octal | 76 | 62 | 67 | 0 | 23 | 13 | 114 | 517 | 13 | 26 |
| Binary | 111110 | 110010 | 110111 | 0 | 10011 | 1011 | 1001100 | 101001111 | 1011 | 10110 |
Color Harmonies of #3E3237
Complementary color
Monochromatic Colors of #3E3237
Black with #3E3237
Text Example
Text Example
White with #3E3237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3237; }
p { color: rgb(62,50,55); }
H1.HeaderClassName
{
color: #3E3237;
}
.AnyTagClassName
{
color: #3E3237;
}
</style>
background-color css
<style>
a { background-color: #3E3237; }
a { background-color: rgb(62,50,55); }
div.DivClassName
{
background-color: #3E3237;
}
.BgClassName
{
background-color: #3E3237;
}
</style>
border-color css
<style>
span { border-color: #3E3237; }
span { border-color: rgb(62,50,55); }
td.TdClassName
{
border-color: #3E3237;
}
.TagClassName
{
border-color: #3E3237;
}
</style>