#3E3338

Color #3E3338 Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #3E3338

Tints of Barossa #3E3338

Color information

#3E3338 (or 0x3E3338) is unknown color: approx 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

RGB625156-
CMYK00.180.100.76
HSL332.73º9.73%22.16%-
HSV(B)332.73º17.74%24.31%-
XYZ3.883.684.25-
YUV54.86128.64133.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 36.69%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 56 (22.27% from 255) = 33.14%
R=36.69%
G=30.18%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62515600.180.100.76332.739.7322.16
Hex3E3338012A4C14da16
Octal766370022121145151226
Binary11111011001111100001001010101001100101001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>