#3F332E

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

Shades of Slugger #3F332E

Tints of Slugger #3F332E

Color information

#3F332E (or 0x3F332E) is unknown color: approx Slugger. HEX triplet: 3F, 33 and 2E. RGB value is (63,51,46). Sum of RGB (Red+Green+Blue) = 63+51+46=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 63 - color contains mainly: red. Hex color #3F332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F332E is #C0CCD1. Grayscale: #363636. Windows color (decimal): -12635346 or 3027775. OLE color: 3027775.

HSL color Cylindrical-coordinate representation of color #3F332E: hue angle of 17.65º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F332E is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB635146-
CMYK00.190.270.75
HSL17.65º15.6%21.37%-
HSV(B)17.65º26.98%24.71%-
XYZ3.733.623.09-
YUV54.02123.48134.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.38%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 46 (18.36% from 255) = 28.75%
R=39.38%
G=31.88%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63514600.190.270.7517.6515.621.37
Hex3F332E0131B4B121015
Octal77635602333113222025
Binary111111110011101110010011110111001011100101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,51,46); }

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

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

 a { background-color: rgb(63,51,46); }

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

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

 span { border-color: rgb(63,51,46); }

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