#3E3237

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

Shades of Barossa #3E3237

Tints of Barossa #3E3237

Color information

#3E3237 (or 0x3E3237) is unknown color: approx Barossa. HEX triplet: 3E, 32 and 37. RGB value is (62,50,55). Sum of RGB (Red+Green+Blue) = 62+50+55=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3237 is #C1CDC8. Grayscale: #363636. Windows color (decimal): -12701129 or 3617342. OLE color: 3617342.

HSL color Cylindrical-coordinate representation of color #3E3237: hue angle of 335º 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 #3E3237 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.76.

Color convert

RGB625055-
CMYK00.190.110.76
HSL335º10.71%21.96%-
HSV(B)335º19.35%24.31%-
XYZ3.823.584.1-
YUV54.16128.48133.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.13%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 55 (21.88% from 255) = 32.93%
R=37.13%
G=29.94%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62505500.190.110.7633510.7121.96
Hex3E3237013B4C14fb16
Octal766267023131145171326
Binary11111011001011011101001110111001100101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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