Shades of Barossa #3E2C37
Tints of Barossa #3E2C37
RGB
CMYK
RGB Variations
Color information
#3E2C37 (or 0x3E2C37) is known color: Barossa. HEX triplet: 3E, 2C and 37. RGB value is (62,44,55). Sum of RGB (Red+Green+Blue) = 62+44+55=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2C37 is #C1D3C8. Grayscale: #323232. Windows color (decimal): -12702665 or 3615806. OLE color: 3615806.
HSL color Cylindrical-coordinate representation of color #3E2C37: hue angle of 323.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E2C37 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 44 | 55 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.76 |
| HSL | 323.33º | 0.17% | 0.21% | - |
| HSV(B) | 323.33º | 0.29% | 0.24% | - |
| XYZ | 3.58 | 3.1 | 4.02 | - |
| YUV | 50.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 44 | 55 | 0 | 0.29 | 0.11 | 0.76 | 323.33 | 0.17 | 0.21 |
| Hex | 3E | 2C | 37 | 0 | 1D | B | 4C | 143 | 11 | 15 |
| Octal | 76 | 54 | 67 | 0 | 35 | 13 | 114 | 503 | 21 | 25 |
| Binary | 111110 | 101100 | 110111 | 0 | 11101 | 1011 | 1001100 | 101000011 | 10001 | 10101 |
Color Harmonies of #3E2C37
Complementary color
Monochromatic Colors of #3E2C37
Black with #3E2C37
Text Example
Text Example
White with #3E2C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2C37; }
p { color: rgb(62,44,55); }
H1.HeaderClassName
{
color: #3E2C37;
}
.AnyTagClassName
{
color: #3E2C37;
}
</style>
background-color css
<style>
a { background-color: #3E2C37; }
a { background-color: rgb(62,44,55); }
div.DivClassName
{
background-color: #3E2C37;
}
.BgClassName
{
background-color: #3E2C37;
}
</style>
border-color css
<style>
span { border-color: #3E2C37; }
span { border-color: rgb(62,44,55); }
td.TdClassName
{
border-color: #3E2C37;
}
.TagClassName
{
border-color: #3E2C37;
}
</style>