#3E3236

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

Shades of Barossa #3E3236

Tints of Barossa #3E3236

Color information

#3E3236 (or 0x3E3236) is unknown color: approx Barossa. HEX triplet: 3E, 32 and 36. RGB value is (62,50,54). Sum of RGB (Red+Green+Blue) = 62+50+54=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3236 is #C1CDC9. Grayscale: #363636. Windows color (decimal): -12701130 or 3551806. OLE color: 3551806.

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

Color convert

RGB625054-
CMYK00.190.130.76
HSL340º10.71%21.96%-
HSV(B)340º19.35%24.31%-
XYZ3.793.573.98-
YUV54.04127.98133.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.35%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 54 (21.48% from 255) = 32.53%
R=37.35%
G=30.12%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62505400.190.130.7634010.7121.96
Hex3E3236013D4C154b16
Octal766266023151145241326
Binary11111011001011011001001111011001100101010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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