Shades of Barossa #3E3338
Tints of Barossa #3E3338
RGB
CMYK
RGB Variations
Color information
#3E3338 (or 0x3E3338) is known color: Barossa. HEX triplet: 3E, 33 and 38. RGB value is (62,51,56). Sum of RGB (Red+Green+Blue) = 62+51+56=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3338 is #C1CCC7. Grayscale: #363636. Windows color (decimal): -12700872 or 3683134. OLE color: 3683134.
HSL color Cylindrical-coordinate representation of color #3E3338: hue angle of 332.73º 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 #3E3338 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 51 | 56 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.76 |
| HSL | 332.73º | 0.1% | 0.22% | - |
| HSV(B) | 332.73º | 0.18% | 0.24% | - |
| XYZ | 3.88 | 3.68 | 4.25 | - |
| YUV | 54.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 56 | 0 | 0.18 | 0.10 | 0.76 | 332.73 | 0.1 | 0.22 |
| Hex | 3E | 33 | 38 | 0 | 12 | A | 4C | 14D | A | 16 |
| Octal | 76 | 63 | 70 | 0 | 22 | 12 | 114 | 515 | 12 | 26 |
| Binary | 111110 | 110011 | 111000 | 0 | 10010 | 1010 | 1001100 | 101001101 | 1010 | 10110 |
Color Harmonies of #3E3338
Complementary color
Monochromatic Colors of #3E3338
Black with #3E3338
Text Example
Text Example
White with #3E3338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3338; }
p { color: rgb(62,51,56); }
H1.HeaderClassName
{
color: #3E3338;
}
.AnyTagClassName
{
color: #3E3338;
}
</style>
background-color css
<style>
a { background-color: #3E3338; }
a { background-color: rgb(62,51,56); }
div.DivClassName
{
background-color: #3E3338;
}
.BgClassName
{
background-color: #3E3338;
}
</style>
border-color css
<style>
span { border-color: #3E3338; }
span { border-color: rgb(62,51,56); }
td.TdClassName
{
border-color: #3E3338;
}
.TagClassName
{
border-color: #3E3338;
}
</style>