Shades of Barossa #3E2E38
Tints of Barossa #3E2E38
RGB
CMYK
RGB Variations
Color information
#3E2E38 (or 0x3E2E38) is known color: Barossa. HEX triplet: 3E, 2E and 38. RGB value is (62,46,56). Sum of RGB (Red+Green+Blue) = 62+46+56=164 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.80% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2E38 is #C1D1C7. Grayscale: #333333. Windows color (decimal): -12702152 or 3681854. OLE color: 3681854.
HSL color Cylindrical-coordinate representation of color #3E2E38: hue angle of 322.5º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3E2E38 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 46 | 56 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.76 |
| HSL | 322.5º | 0.15% | 0.21% | - |
| HSV(B) | 322.5º | 0.26% | 0.24% | - |
| XYZ | 3.68 | 3.26 | 4.18 | - |
| YUV | 51.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 56 | 0 | 0.26 | 0.10 | 0.76 | 322.5 | 0.15 | 0.21 |
| Hex | 3E | 2E | 38 | 0 | 1A | A | 4C | 142 | F | 15 |
| Octal | 76 | 56 | 70 | 0 | 32 | 12 | 114 | 502 | 17 | 25 |
| Binary | 111110 | 101110 | 111000 | 0 | 11010 | 1010 | 1001100 | 101000010 | 1111 | 10101 |
Color Harmonies of #3E2E38
Complementary color
Monochromatic Colors of #3E2E38
Black with #3E2E38
Text Example
Text Example
White with #3E2E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2E38; }
p { color: rgb(62,46,56); }
H1.HeaderClassName
{
color: #3E2E38;
}
.AnyTagClassName
{
color: #3E2E38;
}
</style>
background-color css
<style>
a { background-color: #3E2E38; }
a { background-color: rgb(62,46,56); }
div.DivClassName
{
background-color: #3E2E38;
}
.BgClassName
{
background-color: #3E2E38;
}
</style>
border-color css
<style>
span { border-color: #3E2E38; }
span { border-color: rgb(62,46,56); }
td.TdClassName
{
border-color: #3E2E38;
}
.TagClassName
{
border-color: #3E2E38;
}
</style>