#3E2F29

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

Shades of Slugger #3E2F29

Tints of Slugger #3E2F29

Color information

#3E2F29 (or 0x3E2F29) is unknown color: approx Slugger. HEX triplet: 3E, 2F and 29. RGB value is (62,47,41). Sum of RGB (Red+Green+Blue) = 62+47+41=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2F29 is #C1D0D6. Grayscale: #323232. Windows color (decimal): -12701911 or 2699070. OLE color: 2699070.

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

Color convert

RGB624741-
CMYK00.240.340.76
HSL17.14º20.39%20.2%-
HSV(B)17.14º33.87%24.31%-
XYZ3.43.222.54-
YUV50.8122.47135.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.33%
GREEN value IS 47 (18.75% from 255) = 31.33%
BLUE value IS 41 (16.41% from 255) = 27.33%
R=41.33%
G=31.33%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62474100.240.340.7617.1420.3920.2
Hex3E2F29018224C111414
Octal76575103042114212424
Binary1111101011111010010110001000101001100100011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,47,41); }

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

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

 a { background-color: rgb(62,47,41); }

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

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

 span { border-color: rgb(62,47,41); }

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