#3E332B

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

Shades of Slugger #3E332B

Tints of Slugger #3E332B

Color information

#3E332B (or 0x3E332B) is unknown color: approx Slugger. HEX triplet: 3E, 33 and 2B. RGB value is (62,51,43). Sum of RGB (Red+Green+Blue) = 62+51+43=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 62 - color contains mainly: red. Hex color #3E332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E332B is #C1CCD4. Grayscale: #353535. Windows color (decimal): -12700885 or 2831166. OLE color: 2831166.

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

Color convert

RGB625143-
CMYK00.180.310.76
HSL25.26º18.1%20.59%-
HSV(B)25.26º30.65%24.31%-
XYZ3.613.572.78-
YUV53.38122.14134.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.74%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=39.74%
G=32.69%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62514300.180.310.7625.2618.120.59
Hex3E332B0121F4C191215
Octal76635302237114312225
Binary111110110011101011010010111111001100110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,51,43); }

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

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

 a { background-color: rgb(62,51,43); }

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

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

 span { border-color: rgb(62,51,43); }

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