#3E2E35

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

Shades of Barossa #3E2E35

Tints of Barossa #3E2E35

Color information

#3E2E35 (or 0x3E2E35) is unknown color: approx Barossa. HEX triplet: 3E, 2E and 35. RGB value is (62,46,53). Sum of RGB (Red+Green+Blue) = 62+46+53=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2E35 is #C1D1CA. Grayscale: #333333. Windows color (decimal): -12702155 or 3485246. OLE color: 3485246.

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

Color convert

RGB624653-
CMYK00.260.150.76
HSL333.75º14.81%21.18%-
HSV(B)333.75º25.81%24.31%-
XYZ3.613.243.8-
YUV51.58128.8135.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.51%
GREEN value IS 46 (18.36% from 255) = 28.57%
BLUE value IS 53 (21.09% from 255) = 32.92%
R=38.51%
G=28.57%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62465300.260.150.76333.7514.8121.18
Hex3E2E3501AF4C14ef15
Octal765665032171145161725
Binary11111010111011010101101011111001100101001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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