#3F332B

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

Shades of Slugger #3F332B

Tints of Slugger #3F332B

Color information

#3F332B (or 0x3F332B) is unknown color: approx Slugger. HEX triplet: 3F, 33 and 2B. RGB value is (63,51,43). Sum of RGB (Red+Green+Blue) = 63+51+43=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F332B is #C0CCD4. Grayscale: #353535. Windows color (decimal): -12635349 or 2831167. OLE color: 2831167.

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

Color convert

RGB635143-
CMYK00.190.320.75
HSL24º18.87%20.78%-
HSV(B)24º31.75%24.71%-
XYZ3.673.62.79-
YUV53.68121.98134.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.13%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=40.13%
G=32.48%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63514300.190.320.752418.8720.78
Hex3F332B013204B181315
Octal77635302340113302325
Binary1111111100111010110100111000001001011110001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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