Shades of Barossa #3E2E36
Tints of Barossa #3E2E36
RGB
CMYK
RGB Variations
Color information
#3E2E36 (or 0x3E2E36) is known color: Barossa. HEX triplet: 3E, 2E and 36. RGB value is (62,46,54). Sum of RGB (Red+Green+Blue) = 62+46+54=162 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.27% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2E36 is #C1D1C9. Grayscale: #333333. Windows color (decimal): -12702154 or 3550782. OLE color: 3550782.
HSL color Cylindrical-coordinate representation of color #3E2E36: hue angle of 330º 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 #3E2E36 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 46 | 54 | - |
CMYK | 0 | 0.26 | 0.13 | 0.76 |
HSL | 330º | 0.15% | 0.21% | - |
HSV(B) | 330º | 0.26% | 0.24% | - |
XYZ | 3.63 | 3.24 | 3.92 | - |
YUV | 51.7 | 129.3 | 135.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 46 | 54 | 0 | 0.26 | 0.13 | 0.76 | 330 | 0.15 | 0.21 |
Hex | 3E | 2E | 36 | 0 | 1A | D | 4C | 14A | F | 15 |
Octal | 76 | 56 | 66 | 0 | 32 | 15 | 114 | 512 | 17 | 25 |
Binary | 111110 | 101110 | 110110 | 0 | 11010 | 1101 | 1001100 | 101001010 | 1111 | 10101 |
Color Harmonies of #3E2E36
Complementary color
Monochromatic Colors of #3E2E36
Black with #3E2E36
Text Example
Text Example
White with #3E2E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2E36; }
p { color: rgb(62,46,54); }
H1.HeaderClassName
{
color: #3E2E36;
}
.AnyTagClassName
{
color: #3E2E36;
}
</style>
background-color css
<style>
a { background-color: #3E2E36; }
a { background-color: rgb(62,46,54); }
div.DivClassName
{
background-color: #3E2E36;
}
.BgClassName
{
background-color: #3E2E36;
}
</style>
border-color css
<style>
span { border-color: #3E2E36; }
span { border-color: rgb(62,46,54); }
td.TdClassName
{
border-color: #3E2E36;
}
.TagClassName
{
border-color: #3E2E36;
}
</style>