#3E2E36

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

Shades of Barossa #3E2E36

Tints of Barossa #3E2E36

Color information

#3E2E36 (or 0x3E2E36) is unknown color: approx Barossa. HEX triplet: 3E, 2E and 36. RGB value is (62,46,54). Sum of RGB (Red+Green+Blue) = 62+46+54=162 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.27% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2E36 is #C1D1C9. Grayscale: #333333. Windows color (decimal): -12702154 or 3550782. OLE color: 3550782.

HSL color Cylindrical-coordinate representation of color #3E2E36: hue angle of 330º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3E2E36 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB624654-
CMYK00.260.130.76
HSL330º14.81%21.18%-
HSV(B)330º25.81%24.31%-
XYZ3.633.243.92-
YUV51.7129.3135.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.27%
GREEN value IS 46 (18.36% from 255) = 28.40%
BLUE value IS 54 (21.48% from 255) = 33.33%
R=38.27%
G=28.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62465400.260.130.7633014.8121.18
Hex3E2E3601AD4C14af15
Octal765666032151145121725
Binary11111010111011011001101011011001100101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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