#3E3239

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

Shades of Barossa #3E3239

Tints of Barossa #3E3239

Color information

#3E3239 (or 0x3E3239) is unknown color: approx Barossa. HEX triplet: 3E, 32 and 39. RGB value is (62,50,57). Sum of RGB (Red+Green+Blue) = 62+50+57=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3239 is #C1CDC6. Grayscale: #363636. Windows color (decimal): -12701127 or 3748414. OLE color: 3748414.

HSL color Cylindrical-coordinate representation of color #3E3239: hue angle of 325º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3E3239 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB625057-
CMYK00.190.080.76
HSL325º10.71%21.96%-
HSV(B)325º19.35%24.31%-
XYZ3.873.64.36-
YUV54.39129.48133.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.69%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 57 (22.66% from 255) = 33.73%
R=36.69%
G=29.59%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62505700.190.080.7632510.7121.96
Hex3E323901384C145b16
Octal766271023101145051326
Binary11111011001011100101001110001001100101000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E3239; }

 p { color: rgb(62,50,57); }

 H1.HeaderClassName
 {
   color: #3E3239;
 }
 .AnyTagClassName
 {
   color: #3E3239;
 }
</style>
background-color css

<style>
 a { background-color: #3E3239; }

 a { background-color: rgb(62,50,57); }

 div.DivClassName
 {
   background-color: #3E3239;
 }
 .BgClassName
 {
   background-color: #3E3239;
 }
</style>
border-color css

<style>
 span { border-color: #3E3239; }

 span { border-color: rgb(62,50,57); }

 td.TdClassName
 {
   border-color: #3E3239;
 }
 .TagClassName
 {
   border-color: #3E3239;
 }
</style>