#3F342B

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

Shades of Slugger #3F342B

Tints of Slugger #3F342B

Color information

#3F342B (or 0x3F342B) is unknown color: approx Slugger. HEX triplet: 3F, 34 and 2B. RGB value is (63,52,43). Sum of RGB (Red+Green+Blue) = 63+52+43=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 63 - color contains mainly: red. Hex color #3F342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F342B is #C0CBD4. Grayscale: #363636. Windows color (decimal): -12635093 or 2831423. OLE color: 2831423.

HSL color Cylindrical-coordinate representation of color #3F342B: hue angle of 27º 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 #3F342B is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB635243-
CMYK00.170.320.75
HSL27º18.87%20.78%-
HSV(B)27º31.75%24.71%-
XYZ3.713.692.8-
YUV54.26121.64134.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.87%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=39.87%
G=32.91%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63524300.170.320.752718.8720.78
Hex3F342B011204B1b1315
Octal77645302140113332325
Binary1111111101001010110100011000001001011110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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