#3F352F

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

Shades of Slugger #3F352F

Tints of Slugger #3F352F

Color information

#3F352F (or 0x3F352F) is unknown color: approx Slugger. HEX triplet: 3F, 35 and 2F. RGB value is (63,53,47). Sum of RGB (Red+Green+Blue) = 63+53+47=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F352F is #C0CAD0. Grayscale: #373737. Windows color (decimal): -12634833 or 3093823. OLE color: 3093823.

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

Color convert

RGB635347-
CMYK00.160.250.75
HSL22.5º14.55%21.57%-
HSV(B)22.5º25.4%24.71%-
XYZ3.843.813.22-
YUV55.31123.31133.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 47 (18.75% from 255) = 28.83%
R=38.65%
G=32.52%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63534700.160.250.7522.514.5521.57
Hex3F352F010194B17f16
Octal77655702031113271726
Binary11111111010110111101000011001100101110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,47); }

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

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

 a { background-color: rgb(63,53,47); }

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

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

 span { border-color: rgb(63,53,47); }

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