Shades of Barossa #3E3339
Tints of Barossa #3E3339
RGB
CMYK
RGB Variations
Color information
#3E3339 (or 0x3E3339) is known color: Barossa. HEX triplet: 3E, 33 and 39. RGB value is (62,51,57). Sum of RGB (Red+Green+Blue) = 62+51+57=170 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.47% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3339 is #C1CCC6. Grayscale: #363636. Windows color (decimal): -12700871 or 3748670. OLE color: 3748670.
HSL color Cylindrical-coordinate representation of color #3E3339: hue angle of 327.27º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3E3339 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 51 | 57 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.76 |
| HSL | 327.27º | 0.1% | 0.22% | - |
| HSV(B) | 327.27º | 0.18% | 0.24% | - |
| XYZ | 3.91 | 3.69 | 4.38 | - |
| YUV | 54.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 57 | 0 | 0.18 | 0.08 | 0.76 | 327.27 | 0.1 | 0.22 |
| Hex | 3E | 33 | 39 | 0 | 12 | 8 | 4C | 147 | A | 16 |
| Octal | 76 | 63 | 71 | 0 | 22 | 10 | 114 | 507 | 12 | 26 |
| Binary | 111110 | 110011 | 111001 | 0 | 10010 | 1000 | 1001100 | 101000111 | 1010 | 10110 |
Color Harmonies of #3E3339
Complementary color
Monochromatic Colors of #3E3339
Black with #3E3339
Text Example
Text Example
White with #3E3339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3339; }
p { color: rgb(62,51,57); }
H1.HeaderClassName
{
color: #3E3339;
}
.AnyTagClassName
{
color: #3E3339;
}
</style>
background-color css
<style>
a { background-color: #3E3339; }
a { background-color: rgb(62,51,57); }
div.DivClassName
{
background-color: #3E3339;
}
.BgClassName
{
background-color: #3E3339;
}
</style>
border-color css
<style>
span { border-color: #3E3339; }
span { border-color: rgb(62,51,57); }
td.TdClassName
{
border-color: #3E3339;
}
.TagClassName
{
border-color: #3E3339;
}
</style>